{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "cpe": "cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:*",
            "extracted_events": [
              {
                "introduced": "12.0.0"
              },
              {
                "fixed": "12.0.33"
              },
              {
                "introduced": "12.1.0"
              },
              {
                "fixed": "12.1.7"
              }
            ],
            "source": "CPE_RANGE"
          },
          "events": [
            {
              "introduced": "28100e8da711e44c0722ed10bd413ae862497539"
            },
            {
              "fixed": "1bd927df90579c8e6420c8d59c4cdb152c4ae0c0"
            },
            {
              "introduced": "c8372b65bd15404de1444d68902c0455a3a69b64"
            },
            {
              "fixed": "8e2e9db9edceef93d37a63814ed06b921eb7f23d"
            }
          ],
          "repo": "https://github.com/jetty/jetty.project",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-355h-qmc2-wpwf"
  ],
  "database_specific": {
    "cna_assigner": "eclipse",
    "cwe_ids": [
      "CWE-444"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/2xxx/CVE-2026-2332.json",
    "unresolved_ranges": [
      {
        "extracted_events": [
          {
            "introduced": "11.0.0"
          },
          {
            "last_affected": "11.0.27"
          },
          {
            "introduced": "10.0.0"
          },
          {
            "last_affected": "10.0.27"
          },
          {
            "introduced": "9.4.0"
          },
          {
            "last_affected": "9.4.59"
          }
        ],
        "source": "AFFECTED_FIELD"
      }
    ]
  },
  "details": "In Eclipse Jetty, the HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are used, similar to the \"funky chunks\" techniques outlined here:\n  *  https://w4ke.info/2025/06/18/funky-chunks.html\n\n  *  https://w4ke.info/2025/10/29/funky-chunks-2.html\n\n\nJetty terminates chunk extension parsing at \\r\\n inside quoted strings instead of treating this as an error.\n\n\nPOST / HTTP/1.1\nHost: localhost\nTransfer-Encoding: chunked\n\n1;ext=\"val\nX\n0\n\nGET /smuggled HTTP/1.1\n...\n\n\n\n\n\nNote how the chunk extension does not close the double quotes, and it is able to inject a smuggled request.",
  "id": "CVE-2026-2332",
  "modified": "2026-07-24T03:56:48.557648757Z",
  "published": "2026-04-14T10:59:10.193Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://repo.maven.apache.org/maven2"
    },
    {
      "type": "WEB",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-2332.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://access.redhat.com/errata/RHSA-2026:10175"
    },
    {
      "type": "ADVISORY",
      "url": "https://access.redhat.com/errata/RHSA-2026:14272"
    },
    {
      "type": "ADVISORY",
      "url": "https://access.redhat.com/errata/RHSA-2026:17668"
    },
    {
      "type": "ADVISORY",
      "url": "https://access.redhat.com/errata/RHSA-2026:20568"
    },
    {
      "type": "ADVISORY",
      "url": "https://access.redhat.com/errata/RHSA-2026:21773"
    },
    {
      "type": "ADVISORY",
      "url": "https://access.redhat.com/errata/RHSA-2026:22453"
    },
    {
      "type": "ADVISORY",
      "url": "https://access.redhat.com/errata/RHSA-2026:25089"
    },
    {
      "type": "ADVISORY",
      "url": "https://access.redhat.com/security/cve/CVE-2026-2332"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/2xxx/CVE-2026-2332.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-355h-qmc2-wpwf"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2332"
    },
    {
      "type": "REPORT",
      "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458187"
    },
    {
      "type": "REPORT",
      "url": "https://gitlab.eclipse.org/security/cve-assignment/-/issues/89"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/jetty/jetty.project"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "HTTP Request Smuggling via Chunked Extension Quoted-String Parsing"
}