LiveActive security incident?Get immediate response
CVE Record

CVE-2020-15084: Authorization bypass in express-jwt

In express-jwt (NPM package) up and including version 5.3.3, the algorithms entry to be specified in the configuration is not being enforced. When algorithms is not specified in the configuration, with the combination of jwks-rsa, it may lead to authorization bypass. You are affected by this vulnerability if all of the following conditions apply: - You are using express-jwt - You do not have **algorithms** configured in your express-jwt configuration. - You are using libraries such as jwks-rsa as the **secret**. You can fix this by specifying **algorithms** in the express-jwt configuration. See linked GHSA for example. This is also fixed in version 6.0.0.

HighCVSS 7.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Some applications that rely on express-jwt could accept JWTs in a way that bypasses intended authorization checks when a required algorithm allowlist is missing and jwks-rsa is used. The source bundle does not show known active exploitation.

Executive priority

Treat this as a high-priority authentication control issue for affected Node.js APIs. Patch or configure quickly where the exact exposure conditions exist, especially on public services handling sensitive data or privileged actions.

Technical view

express-jwt through 5.3.3 does not enforce the algorithms configuration when it is omitted. In combination with jwks-rsa or similar secret providers, this can lead to authorization bypass. The advisory says specifying algorithms fixes the configuration risk, and version 6.0.0 contains a fix.

Likely exposure

Exposure is limited to Node.js/Express services using express-jwt <=5.3.3, omitting algorithms, and using jwks-rsa or similar libraries as the secret. Services with explicit algorithms or upgraded express-jwt are not indicated as affected by the provided sources.

Exploitation context

The vulnerability is network-relevant and affects authorization decisions, but the provided bundle marks KEV as false and gives no evidence of public exploitation. Successful abuse depends on a specific insecure express-jwt configuration and jwks-rsa-style secret handling.

Researcher notes

The key condition is the three-part combination: express-jwt, missing algorithms configuration, and jwks-rsa-like secret use. The CVSS score is 7.7 high. The source bundle provides remediation but no exploit indicators or affected products beyond auth0 express-jwt.

Mitigation direction

  • Upgrade express-jwt to version 6.0.0 or later where feasible.
  • Explicitly set algorithms in every express-jwt configuration.
  • Prioritize internet-facing APIs and high-value authenticated routes.
  • Check vendor advisory examples before changing authentication behavior.
  • Retest protected routes after dependency or configuration changes.

Validation and detection

  • Inventory applications using the express-jwt NPM package.
  • Confirm installed express-jwt versions are not <=5.3.3.
  • Review express-jwt middleware configuration for missing algorithms.
  • Identify uses of jwks-rsa or similar libraries as secret providers.
  • Verify protected routes reject unauthorized JWTs after remediation.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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.

cwe · low confidence lookup

CWE-285: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

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 lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-15084 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.7 (3.1)
Known Exploited
No
Published

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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.7CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N1.35.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.7High
CVSS 3.1 vector shape for CVE-2020-15084Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
auth0express-jwt<= 5.3.3Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-285 · source CWE mapping

Improper Authorization

Improper Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.