Open Redirect Affecting org.webjars.npm:express package, versions [3.4.8,4.6.1)
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.06% (28th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-ORGWEBJARSNPM-8163103
- published 9 Oct 2024
- disclosed 3 Oct 2024
- credit Matvejs Mascenko
Introduced: 3 Oct 2024
CVE-2024-9266 Open this link in a new tabHow to fix?
Upgrade org.webjars.npm:express
to version 4.6.1 or higher.
Overview
org.webjars.npm:express is a WebJar for express.
Affected versions of this package are vulnerable to Open Redirect via the location()
method in response.js
.
Notes:
Express 3 has reached End-of-Life and will not receive any updates to address this issue.
This vulnerability is achievable only when: a request path begins with double slashes
//
and a relative path for redirection begins with./
and is provided from user-controlled input and theLocation
header is set with that user-controlled input.