6.1

CVE-2024-29041

Express.js minimalist web framework for node. Versions of Express.js prior to 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()` but this is also called from within `res.redirect()`. The vulnerability is fixed in 4.19.2 and 5.0.0-beta.3.
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
OpenjsfExpress SwPlatformnode.js Version < 4.19.2
OpenjsfExpress Version5.0.0 Updatealpha1 SwPlatformnode.js
OpenjsfExpress Version5.0.0 Updatealpha2 SwPlatformnode.js
OpenjsfExpress Version5.0.0 Updatealpha3 SwPlatformnode.js
OpenjsfExpress Version5.0.0 Updatealpha4 SwPlatformnode.js
OpenjsfExpress Version5.0.0 Updatealpha5 SwPlatformnode.js
OpenjsfExpress Version5.0.0 Updatealpha6 SwPlatformnode.js
OpenjsfExpress Version5.0.0 Updatealpha7 SwPlatformnode.js
OpenjsfExpress Version5.0.0 Updatealpha8 SwPlatformnode.js
OpenjsfExpress Version5.0.0 Updatebeta1 SwPlatformnode.js
OpenjsfExpress Version5.0.0 Updatebeta2 SwPlatformnode.js
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.09% 0.253
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
security-advisories@github.com 6.1 2.8 2.7
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CWE-1286 Improper Validation of Syntactic Correctness of Input

The product receives input that is expected to be well-formed - i.e., to comply with a certain syntax - but it does not validate or incorrectly validates that the input complies with the syntax.

CWE-601 URL Redirection to Untrusted Site ('Open Redirect')

The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.