CVE 4.8 MEDIUM

srvx is vulnerable to middleware bypass via absolute URI in request line_CVE-2026-33732

4.8 / 10
MEDIUM
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N

Description

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.

Basic Information

ID CVE-2026-33732
Source GitHub_M
Published Mar 26, 2026 at 17:21
Modified Mar 27, 2026 at 14:41

Affected Product

Vendor h3js
Product srvx
Version < 0.11.13
Affected Versions h3js srvx < 0.11.13

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.