CVE-2024-10491: Express ressource injection
4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.09089%
CWE
Published
10/29/2024
Updated
12/19/2024
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
express | npm | <= 3.21.4 | 4.0.0-rc1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability documentation explicitly identifies the Express.response.links
function as the source of improper sanitization. The function's role in building Link headers using dynamic parameters makes it susceptible to injection when special characters are not neutralized. The reproduction examples demonstrate exploitation via this function, and the CWE-74 classification confirms an injection pattern. The file path is inferred from Express
's internal structure where response methods are typically defined.