LiveActive security incident?Get immediate response
CVE Record

CVE-2021-41803: HashiCorp Consul 1.8.1 up to 1.11.8, 1.12.4, and 1.13.1 do not properly validate the node or segment names...

HashiCorp Consul 1.8.1 up to 1.11.8, 1.12.4, and 1.13.1 do not properly validate the node or segment names prior to interpolation and usage in JWT claim assertions with the auto config RPC. Fixed in 1.11.9, 1.12.5, and 1.13.2."

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-41803 affects HashiCorp Consul auto config authorization. Certain Consul versions failed to properly validate node or segment names before using them in JWT claim assertions, creating a high-risk authorization weakness that could affect confidentiality and availability.

Executive priority

Treat this as a high-priority infrastructure patch for Consul environments. It affects service discovery/control-plane software, has low attack complexity, and can impact availability, but the provided sources do not show active exploitation.

Technical view

HashiCorp Consul versions 1.8.1 through 1.11.8, 1.12.4, and 1.13.1 have missing input validation in auto config RPC JWT claim handling. The CVSS 3.1 score is 7.1, with network attack vector, low complexity, low privileges required, no user interaction, low confidentiality impact, and high availability impact.

Likely exposure

Exposure is most likely where affected Consul versions are deployed and auto config RPC is in use. The bundle lists affected version ranges but has incomplete CPE/product metadata, so asset inventory should verify Consul versions directly.

Exploitation context

The source bundle does not identify active exploitation, and KEV is false. The weakness is remotely reachable with low privileges according to CVSS, but the provided sources do not include public exploit details or observed exploitation.

Researcher notes

Focus review on auto config JWT authorization paths and input validation for node and segment names. The assigned CWE is CWE-862, and the CVSS vector emphasizes network reachability, low complexity, low privileges, and high availability impact.

Mitigation direction

  • Upgrade Consul to 1.11.9, 1.12.5, 1.13.2, or later supported versions.
  • Review HashiCorp advisory HCSEC-2022-19 for vendor-specific remediation guidance.
  • Prioritize systems using Consul auto config RPC.
  • Confirm downstream packages, including Fedora builds, include the fix.
  • Track unsupported or unmanaged Consul deployments separately.

Validation and detection

  • Inventory all Consul servers and clients and record exact versions.
  • Identify environments where auto config RPC is enabled or depended on.
  • Confirm patched versions match 1.11.9, 1.12.5, 1.13.2, or later.
  • Review change records for Consul package updates from vendor repositories.
  • Check vulnerability scanners for stale detections after upgrade.
Prepared
Confidence
medium
Sources
7

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 · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-41803 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.1 (3.1)
Known Exploited
No
Published

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

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
6Source 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.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H2.84.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2021-41803Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
n/an/an/aListed
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

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