๐Ÿ” CVE Alert

CVE-2026-55603

HIGH 7.5

http-proxy-middleware: multipart/form-data field injection via unescaped CRLF in `fixRequestBody`

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

http-proxy-middleware is node.js http-proxy middleware. From 3.0.4 until 3.0.7 and 4.1.1, fixRequestBody() is the library's documented helper for re-emitting a request body that was already consumed by a body parser. When the outgoing Content-Type is multipart/form-data, it rebuilds the body with handlerFormDataBodyData(), which interpolates each req.body key and value directly into the multipart wire format without neutralizing CR/LF. A \r\n inside a value (or key) lets an attacker close the current part and inject an entirely new form part. Because the proxy's own body parser saw a single opaque value, any gateway-side policy or validation performed on req.body is evaluated against a different set of fields than the upstream backend ultimately parses a request/parameter desynchronization across the trust boundary. This vulnerability is fixed in 3.0.7 and 4.1.1.

CWE CWE-93
Vendor chimurai
Product http-proxy-middleware
Published Jun 22, 2026
Stay Ahead of the Next One

Get instant alerts for chimurai http-proxy-middleware

Be the first to know when new high vulnerabilities affecting chimurai http-proxy-middleware are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:H/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
High
Availability
None

Affected Versions

chimurai / http-proxy-middleware
>= 3.0.4, < 3.0.7 >= 4.0.0, < 4.1.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/chimurai/http-proxy-middleware/security/advisories/GHSA-gcq2-9pq2-cxqm