Launch Week Day 1: Announcing Security Design Review
MEDIUM 5.0 npm

express vulnerable to XSS via response.redirect()

GHSA-qw6h-vgh9-j6wx · CVE-2024-43796

Published · Modified

Description

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

Ready to move

Start Securing

Free, no credit card | First findings in minutes