Security readout for executives and security teams
Plain-English summary
Applications using node-oauth2-server through 3.1.1 may mishandle redirect_uri validation in OAuth flows. A malicious OAuth client could submit a crafted redirect URI that is accepted and used in a redirect, enabling cross-site scripting in affected authorization flows. Business impact depends on whether the library is exposed in login or authorization endpoints.
Executive priority
Medium priority unless the vulnerable library backs public authentication flows. If exposed on customer-facing OAuth endpoints, prioritize review and remediation because XSS in login or authorization paths can undermine user trust and session security. Evidence is insufficient to claim active exploitation or a universal emergency.
Technical view
The CVE describes oauth2-server/node-oauth2-server through 3.1.1 using an incorrect URI scheme pattern when validating redirect_uri during authorization and token requests before redirection. That validation can allow an XSS payload in redirect_uri during authorization requests. Sources do not provide CVSS, CWE, patch version, or exploit-in-the-wild evidence.
Likely exposure
Exposure is limited to systems that directly use oauth2-server, also called node-oauth2-server, through version 3.1.1 and expose OAuth authorization or token flows accepting redirect_uri. The bundle lists affected vendor and product as n/a, so inventory should focus on package usage and deployed services rather than CPE matching.
Exploitation context
The source bundle states the issue can be triggered by a malicious client using redirect_uri in an authorization request. It does not cite active exploitation, and KEV status is false. Treat this as plausible web-facing risk when affected OAuth endpoints are internet-accessible, but do not assume exploitation without additional evidence.
Researcher notes
Key evidence is the CVE description and linked project code references showing redirect_uri validation and authorization-code flow handling. Affected versions are stated as through 3.1.1, but the bundle does not name a fixed release. Validate exposure through dependency inventory and OAuth route behavior, not CPE data.
Mitigation direction
- Identify deployments using oauth2-server or node-oauth2-server through 3.1.1.
- Check the upstream project issue and vendor guidance for fixed versions or migration advice.
- Restrict OAuth clients and allowed redirect URIs to known trusted values.
- Review authorization endpoints for reflected redirect_uri handling and XSS exposure.
- Prioritize remediation for internet-facing login and consent flows.
Validation and detection
- Search application dependency manifests for oauth2-server or node-oauth2-server versions through 3.1.1.
- Map services exposing OAuth authorization or token endpoints using this library.
- Verify redirect_uri validation follows RFC 6749 expectations for registered redirection endpoints.
- Confirm untrusted redirect_uri values are not reflected into browser-executed contexts.
- Document whether any compensating controls restrict malicious client registration.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
Credential and access behavior lookup
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2020-26938 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/oauthjs/node-oauth2-server/issues/637CVE reference · x_refsource_MISC
- https://github.com/oauthjs/node-oauth2-server/blob/91d2cbe70a0eddc53d72def96864e2de0fd41703/lib/validator/is.js#L12CVE reference · x_refsource_MISC
- https://github.com/oauthjs/node-oauth2-server/blob/91d2cbe70a0eddc53d72def96864e2de0fd41703/lib/grant-types/authorization-code-grant-type.js#L143CVE reference · x_refsource_MISC
- https://tools.ietf.org/html/rfc3986#section-3CVE reference · x_refsource_MISC
- https://tools.ietf.org/html/rfc6749#section-3.1.2CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
