Vulnerabilities

1 via 1 paths

Dependencies

86

Source

GitHub

Commit

90a4734a

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

medium severity
new

Open Redirect

  • Vulnerable module: express
  • Introduced through: express@4.18.3

Detailed paths

  • Introduced through: puppeteer-browser-ready@center-key/puppeteer-browser-ready#90a4734a67aaca21c12052017a3ba20f27e427bd express@4.18.3
    Remediation: Upgrade to express@4.19.2.

Overview

express is a minimalist web framework.

Affected versions of this package are vulnerable to Open Redirect due to the implementation of URL encoding using encodeurl before passing it to the location header. This can lead to unexpected evaluations of malformed URLs by common redirect allow list implementations in applications, allowing an attacker to bypass a properly implemented allow list and redirect users to malicious sites.

Remediation

Upgrade express to version 4.19.2, 5.0.0-beta.3 or higher.

References