First published: Fri Feb 16 2024(Updated: )
### Impact Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Proxy-Authorization` headers. ### Patches This is patched in v5.28.3 and v6.6.1 ### Workarounds There are no known workarounds. ### References - https://fetch.spec.whatwg.org/#authentication-entries - https://github.com/nodejs/undici/security/advisories/GHSA-wqq4-5wpv-mx2g
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
npm/undici | >=6.0.0<=6.6.0 | 6.6.1 |
npm/undici | <=5.28.2 | 5.28.3 |
Node.js | <5.28.3 | |
Node.js | >=6.0.0<6.6.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-24758 is considered to have a high severity level due to the risk of unauthorized access through unhandled Proxy-Authorization headers.
To fix CVE-2024-24758, upgrade to undici version 5.28.3 or 6.6.1.
CVE-2024-24758 affects the undici package in certain versions, specifically those below 5.28.3 and 6.6.1.
There are no known workarounds for CVE-2024-24758, making the upgrade essential for mitigation.
CVE-2024-24758 can lead to unauthorized access if your application improperly handles Proxy-Authorization headers in cross-origin requests.