Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. oauth2-server
  4. ›
  5. CVE-2020-26938

CVE-2020-26938: URL Redirection to Untrusted Site ('Open Redirect')

August 30, 2022 (updated September 16, 2022)

In oauth2-server (aka node-oauth2-server) through 3.1.1, the value of the redirect_uri parameter received during the authorization and token request is checked against an incorrect URI pattern ("[a-zA-Z][a-zA-Z0-9+.-]+:") before making a redirection. This allows a malicious client to pass an XSS payload through the redirect_uri parameter while making an authorization request. NOTE: this vulnerability is similar to CVE-2020-7741.

References

  • github.com/advisories/GHSA-4rg6-fm25-gc34
  • github.com/oauthjs/node-oauth2-server/blob/91d2cbe70a0eddc53d72def96864e2de0fd41703/lib/grant-types/authorization-code-grant-type.js
  • github.com/oauthjs/node-oauth2-server/blob/91d2cbe70a0eddc53d72def96864e2de0fd41703/lib/validator/is.js
  • github.com/oauthjs/node-oauth2-server/issues/637
  • nvd.nist.gov/vuln/detail/CVE-2020-26938
  • tools.ietf.org/html/rfc3986
  • tools.ietf.org/html/rfc6749

Code Behaviors & Features

Detect and mitigate CVE-2020-26938 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 3.1.1

Solution

Unfortunately, there is no solution available yet.

Impact 7.2 HIGH

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

Learn more about CVSS

Weakness

  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect')
  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

npm/oauth2-server/CVE-2020-26938.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:16:15 +0000.