{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "versions": [
              {
                "introduced": "0"
              },
              {
                "fixed": "0.11.13"
              }
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "e19649a96a33012be5f5c201c11fb388940ade68"
            }
          ],
          "repo": "https://github.com/h3js/srvx",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-p36q-q72m-gchr"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-706"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33732.json"
  },
  "details": "srvx is a universal server based on web standards. Prior to version 0.11.13, a pathname parsing discrepancy in srvx's `FastURL` allows middleware bypass on the Node.js adapter when a raw HTTP request uses an absolute URI with a non-standard scheme (e.g. `file://`). Starting in version 0.11.13, the `FastURL` constructor now deopts to native `URL` for any string not starting with `/`, ensuring consistent pathname resolution.",
  "id": "CVE-2026-33732",
  "modified": "2026-04-01T23:07:59.451704241Z",
  "published": "2026-03-26T17:21:15.709Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33732.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/h3js/h3/security/advisories/GHSA-p36q-q72m-gchr"
    },
    {
      "type": "FIX",
      "url": "https://github.com/h3js/srvx/commit/de0d69901c357f36a39b7e13eebef6c930652baa"
    },
    {
      "type": "WEB",
      "url": "https://github.com/h3js/srvx/releases/tag/v0.11.13"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33732"
    }
  ],
  "schema_version": "1.7.3",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "srvx is vulnerable to middleware bypass via absolute URI in request line"
}