ghsa-cm5g-3pgc-8rg4
Vulnerability from github
Published
2024-10-29 18:30
Modified
2024-12-19 17:52
Severity ?
VLAI Severity ?
Summary
Express ressource injection
Details
A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used.
The issue arises from improper sanitization in Link
header values, which can allow a combination of characters like ,
, ;
, and <>
to preload malicious resources.
This vulnerability is especially relevant for dynamic parameters.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 3.21.4" }, "package": { "ecosystem": "npm", "name": "express" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.0.0-rc1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-10491" ], "database_specific": { "cwe_ids": [ "CWE-74" ], "github_reviewed": true, "github_reviewed_at": "2024-11-25T21:31:20Z", "nvd_published_at": "2024-10-29T17:15:03Z", "severity": "MODERATE" }, "details": "A vulnerability has been identified in the Express response.links\u00a0function, allowing for arbitrary resource injection in the Link\u00a0header when unsanitized data is used.\n\nThe issue arises from improper sanitization in `Link` header values, which can allow a combination of characters like `,`, `;`, and `\u003c\u003e` to preload malicious resources.\n\nThis vulnerability is especially relevant for dynamic parameters.", "id": "GHSA-cm5g-3pgc-8rg4", "modified": "2024-12-19T17:52:09Z", "published": "2024-10-29T18:30:37Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10491" }, { "type": "WEB", "url": "https://github.com/expressjs/express/issues/6222" }, { "type": "PACKAGE", "url": "https://github.com/expressjs/express" }, { "type": "WEB", "url": "https://www.herodevs.com/vulnerability-directory/cve-2024-10491" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Express ressource injection" }
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.
Loading…
Loading…