Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. express
  4. ›
  5. CVE-2024-29041

CVE-2024-29041: Express.js Open Redirect in malformed URLs

March 25, 2024

Versions of Express.js prior to 4.19.2 and pre-release alpha and beta versions before 5.0.0-beta.3 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 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().

References

  • expressjs.com/en/4x/api.html
  • github.com/advisories/GHSA-rv95-896h-c2vc
  • github.com/expressjs/express
  • github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd
  • github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94
  • github.com/expressjs/express/pull/5539
  • github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc
  • github.com/koajs/koa/issues/1800
  • nvd.nist.gov/vuln/detail/CVE-2024-29041

Code Behaviors & Features

Detect and mitigate CVE-2024-29041 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.19.2, all versions starting from 5.0.0-alpha.1 before 5.0.0-beta.3

Fixed versions

  • 4.19.2
  • 5.0.0-beta.3

Solution

Upgrade to versions 4.19.2, 5.0.0-beta.3 or above.

Impact 6.1 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-1286: Improper Validation of Syntactic Correctness of Input
  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect')

Source file

npm/express/CVE-2024-29041.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:55 +0000.