LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32631: JSON Web Tokens not properly verified

Common is a package of common modules that can be accessed by NIMBLE services. Common before commit number 3b96cb0293d3443b870351945f41d7d55cb34b53 did not properly verify the signature of JSON Web Tokens. This allows someone to forge a valid JWT. Being able to forge JWTs may lead to authentication bypasses. Commit number 3b96cb0293d3443b870351945f41d7d55cb34b53 contains a patch for the issue. As a workaround, one may use the parseClaimsJws method to correctly verify the signature of a JWT.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw lets a user with some access forge JSON Web Tokens when affected NIMBLE common code is used. Forged tokens can undermine authentication decisions and allow unauthorized actions. The issue is medium severity because it primarily affects integrity, not availability or confidentiality, based on the supplied CVSS data.

Executive priority

Prioritize remediation for services where JWTs authorize business actions or privileged workflows. This is not sourced as actively exploited, but authentication bypass risk can create material integrity exposure if affected code protects sensitive operations.

Technical view

nimble-platform common before commit 3b96cb0293d3443b870351945f41d7d55cb34b53 failed to properly verify JWT signatures. The advisory says this can allow forged JWTs and possible authentication bypass. CVSS 3.1 is 6.5: network exploitable, low complexity, low privileges, no user interaction, high integrity impact.

Likely exposure

Exposure is limited to environments using nimble-platform/common before the patched commit, especially NIMBLE services that rely on its JWT verification behavior. The bundle provides no CPEs, package versions, deployment counts, or evidence of broad internet exposure.

Exploitation context

The supplied CVSS indicates network attack vector, low complexity, and low privileges required. The bundle does not show CISA KEV listing or cited evidence of active exploitation. Treat exploit status as unconfirmed.

Researcher notes

Evidence is concise and vendor-sourced. The key uncertainty is which NIMBLE services used the flawed verification path. The workaround and patch are named, but the bundle does not provide affected release numbers, proof-of-concept details, or exploitation telemetry.

Mitigation direction

  • Update nimble-platform/common to commit 3b96cb0293d3443b870351945f41d7d55cb34b53 or later.
  • Use parseClaimsJws as the documented workaround when immediate update is not possible.
  • Identify and redeploy NIMBLE services that include the vulnerable common package.
  • Check the GitHub advisory and commits for deployment-specific vendor guidance.

Validation and detection

  • Inventory services using nimble-platform/common and confirm their resolved commit or dependency revision.
  • Review authentication code paths to confirm JWT signatures are verified before claims are trusted.
  • Confirm tests cover rejected unsigned, tampered, or improperly signed JWTs.
  • Check logs for unusual authentication decisions after remediation planning.
Prepared
Confidence
high
Sources
6

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-290: 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
cve · low confidence lookup

CVE-2021-32631 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
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
5Source 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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2021-32631Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
nimble-platformcommon< 3b96cb0293d3443b870351945f41d7d55cb34b53Listed
Weakness

CWE details

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

CWE-290 · source CWE mapping

Authentication Bypass by Spoofing

Authentication Bypass by Spoofing represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.