Vulnerabilities (CVE)

Filtered by vendor H3 Subscribe
Filtered by product Srvx
Total 1 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2026-33732 1 H3 1 Srvx 2026-04-02 N/A 4.8 MEDIUM
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.