express vulnerable to XSS via response.redirect()
Package
Affected versions
< 4.20.0
      >= 5.0.0-alpha.1, < 5.0.0
  Patched versions
4.20.0
      5.0.0
  Description
        Published by the National Vulnerability Database
      Sep 10, 2024 
    
  
        Published to the GitHub Advisory Database
      Sep 10, 2024 
    
  
        Reviewed
      Sep 10, 2024 
    
  
        Last updated
      Nov 18, 2024 
    
  
Impact
In express <4.20.0, passing untrusted user input - even after sanitizing it - to
response.redirect()may execute untrusted codePatches
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:
References