ghsa-m4v8-wqvr-p9f7
Vulnerability from github
Published
2024-04-04 14:20
Modified
2025-02-13 19:02
Severity ?
Summary
Undici's Proxy-Authorization header not cleared on cross-origin redirect for dispatch, request, stream, pipeline
Details
Impact
Undici cleared Authorization and Proxy-Authorization headers for fetch()
, but did not clear them for undici.request()
.
Patches
This has been patched in https://github.com/nodejs/undici/commit/6805746680d27a5369d7fb67bc05f95a28247d75. Fixes has been released in v5.28.4 and v6.11.1.
Workarounds
use fetch()
or disable maxRedirections
.
References
Linzi Shang reported this.
- https://hackerone.com/reports/2408074
- https://github.com/nodejs/undici/security/advisories/GHSA-3787-6prv-h9w3
{ affected: [ { package: { ecosystem: "npm", name: "undici", }, ranges: [ { events: [ { introduced: "0", }, { fixed: "5.28.4", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "npm", name: "undici", }, ranges: [ { events: [ { introduced: "6.0.0", }, { fixed: "6.11.1", }, ], type: "ECOSYSTEM", }, ], }, ], aliases: [ "CVE-2024-30260", ], database_specific: { cwe_ids: [ "CWE-200", "CWE-285", "CWE-863", ], github_reviewed: true, github_reviewed_at: "2024-04-04T14:20:39Z", nvd_published_at: "2024-04-04T16:15:08Z", severity: "LOW", }, details: "### Impact\n\nUndici cleared Authorization and Proxy-Authorization headers for `fetch()`, but did not clear them for `undici.request()`.\n\n### Patches\n\nThis has been patched in https://github.com/nodejs/undici/commit/6805746680d27a5369d7fb67bc05f95a28247d75.\nFixes has been released in v5.28.4 and v6.11.1.\n\n### Workarounds\n\nuse `fetch()` or disable `maxRedirections`.\n\n### References\n\nLinzi Shang reported this.\n\n* https://hackerone.com/reports/2408074\n* https://github.com/nodejs/undici/security/advisories/GHSA-3787-6prv-h9w3", id: "GHSA-m4v8-wqvr-p9f7", modified: "2025-02-13T19:02:14Z", published: "2024-04-04T14:20:39Z", references: [ { type: "WEB", url: "https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7", }, { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-30260", }, { type: "WEB", url: "https://github.com/nodejs/undici/commit/64e3402da4e032e68de46acb52800c9a06aaea3f", }, { type: "WEB", url: "https://github.com/nodejs/undici/commit/6805746680d27a5369d7fb67bc05f95a28247d75", }, { type: "WEB", url: "https://hackerone.com/reports/2408074", }, { type: "PACKAGE", url: "https://github.com/nodejs/undici", }, { type: "WEB", url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HQVHWAS6WDXXIU7F72XI55VZ2LTZUB33", }, { type: "WEB", url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NC3V3HFZ5MOJRZDY5ZELL6REIRSPFROJ", }, { type: "WEB", url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P6Q4RGETHVYVHDIQGTJGU5AV6NJEI67E", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L", type: "CVSS_V3", }, ], summary: "Undici's Proxy-Authorization header not cleared on cross-origin redirect for dispatch, request, stream, pipeline", }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.