Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/express@5.0.0-beta.3
purl pkg:npm/express@5.0.0-beta.3
Next non-vulnerable version 5.2.0
Latest non-vulnerable version 5.2.0
Risk 2.2
Vulnerabilities affecting this package (1)
Vulnerability Summary Fixed by
VCID-fevu-q6th-9beb
Aliases:
CVE-2024-43796
GHSA-qw6h-vgh9-j6wx
express vulnerable to XSS via response.redirect() ### Impact In express <4.20.0, passing untrusted user input - even after sanitizing it - to `response.redirect()` may execute untrusted code ### Patches this issue is patched in express 4.20.0 ### Workarounds users are encouraged to upgrade to the patched version of express, but otherwise can workaround this issue by making sure any untrusted inputs are safe, ideally by validating them against an explicit allowlist ### Details successful exploitation of this vector requires the following: 1. The attacker MUST control the input to response.redirect() 1. express MUST NOT redirect before the template appears 1. the browser MUST NOT complete redirection before: 1. the user MUST click on the link in the template
5.0.0
Affected by 1 other vulnerability.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-axqm-hk9c-53gn Express.js Open Redirect in malformed URLs ### Impact 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`](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()`. ### Patches https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94 An initial fix went out with `express@4.19.0`, we then patched a feature regression in `4.19.1` and added improved handling for the bypass in `4.19.2`. ### Workarounds The fix for this involves pre-parsing the url string with either `require('node:url').parse` or `new URL`. These are steps you can take on your own before passing the user input string to `res.location` or `res.redirect`. ### Resources https://github.com/expressjs/express/pull/5539 https://github.com/koajs/koa/issues/1800 https://expressjs.com/en/4x/api.html#res.location CVE-2024-29041
GHSA-rv95-896h-c2vc

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T23:07:47.308561+00:00 GitLab Importer Affected by VCID-fevu-q6th-9beb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/express/CVE-2024-43796.yml 38.4.0
2026-04-12T00:25:55.339717+00:00 GitLab Importer Affected by VCID-fevu-q6th-9beb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/express/CVE-2024-43796.yml 38.3.0
2026-04-03T00:33:34.325730+00:00 GitLab Importer Affected by VCID-fevu-q6th-9beb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/express/CVE-2024-43796.yml 38.1.0
2026-04-01T16:04:54.803475+00:00 GHSA Importer Fixing VCID-axqm-hk9c-53gn https://github.com/advisories/GHSA-rv95-896h-c2vc 38.0.0
2026-04-01T12:52:40.550082+00:00 GitLab Importer Fixing VCID-axqm-hk9c-53gn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/express/CVE-2024-29041.yml 38.0.0
2026-04-01T12:50:54.392774+00:00 GithubOSV Importer Fixing VCID-axqm-hk9c-53gn https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/03/GHSA-rv95-896h-c2vc/GHSA-rv95-896h-c2vc.json 38.0.0