The original report:
Server handling of 100-Continue requests can lead to memory leak that can be abused to cause a Denial of Service state.
After investigation, turns out that every request that has a body, but reading the body may end up in reading 0 bytes, leaks a buffer. This is particularly the case for 100-Continue, but any request where the network is slow can leak.
https://github.com/jetty/jetty.project/pull/12156
No workarounds.
{
"cwe_ids": [
"CWE-400",
"CWE-401"
],
"github_reviewed": true,
"github_reviewed_at": "2026-07-22T22:58:29Z",
"nvd_published_at": "2026-07-14T09:16:39Z",
"severity": "HIGH"
}