on-headers is vulnerable to http response header manipulation
Description
Published by the National Vulnerability Database
Jul 17, 2025
Published to the GitHub Advisory Database
Jul 17, 2025
Reviewed
Jul 17, 2025
Impact
A bug in on-headers versions
< 1.1.0
may result in response headers being inadvertently modified when an array is passed toresponse.writeHead()
Patches
Users should upgrade to
1.1.0
Workarounds
Uses are encouraged to upgrade to
1.1.0
, but this issue can be worked around by passing an object toresponse.writeHead()
rather than an array.References