In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsA fix was pushed into the master branch but not yet published.
Affected versions of this package are vulnerable to HTTP Request Smuggling in the process that merges HTTP/1.1 chunked-body trailer fields into Request.headers. An attacker can inject arbitrary HTTP headers by sending specially crafted trailer fields, potentially bypassing header-based trust decisions such as client IP allow-lists, rate-limits, audit logging, or internal authentication enforced by upstream proxies. This may allow spoofing of client identity or unauthorized access to protected resources.
This vulnerability can be mitigated by deploying behind a proxy that removes trailer fields or rejects requests using trailers before forwarding, and by avoiding trust decisions based on headers that rely on proxy sanitization.