on-headers is a node.js middleware for listening to when a response writes headers. A bug in on-headers versions `<1.1.0` may result in response headers being inadvertently modified when an array is passed to `response.writeHead()`. Users should upgrade to version 1.1.0 to receive a patch. Uses are strongly encouraged to upgrade to `1.1.0`, but this issue can be worked around by passing an object to `response.writeHead()` rather than an array.
References
Configurations
No configuration.
History
17 Jul 2025, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-07-17 16:15
Updated : 2025-07-17 21:15
NVD link : CVE-2025-7339
Mitre link : CVE-2025-7339
CVE.ORG link : CVE-2025-7339
JSON object : View
Products Affected
No product.
CWE
CWE-241
Improper Handling of Unexpected Data Type