Lucene search

K
githubGitHub Advisory DatabaseGHSA-QW6H-VGH9-J6WX
HistorySep 10, 2024 - 7:41 p.m.

express vulnerable to XSS via response.redirect()

2024-09-1019:41:04
CWE-79
GitHub Advisory Database
github.com
14
xss vulnerability
express
response.redirect
untrusted input
patch
workaround

CVSS3

5

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

LOW

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

AI Score

6.8

Confidence

High

EPSS

0

Percentile

9.6%

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()
  2. express MUST NOT redirect before the template appears
  3. the browser MUST NOT complete redirection before:
  4. the user MUST click on the link in the template

Affected configurations

Vulners
Node
expressRange<5.0.0
OR
expressRange<4.20.0
VendorProductVersionCPE
*express*cpe:2.3:a:*:express:*:*:*:*:*:*:*:*

CVSS3

5

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

LOW

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

AI Score

6.8

Confidence

High

EPSS

0

Percentile

9.6%