LiveActive security incident?Get immediate response
CVE Record

CVE-2021-39206: Incorrect Authorization with specially crafted requests

Pomerium is an open source identity-aware access proxy. Envoy, which Pomerium is based on, contains two authorization related vulnerabilities CVE-2021-32777 and CVE-2021-32779. This may lead to incorrect routing or authorization policy decisions. With specially crafted requests, incorrect authorization or routing decisions may be made by Pomerium. Pomerium v0.14.8 and v0.15.1 contain an upgraded envoy binary with these vulnerabilities patched. This issue can only be triggered when using path prefix based policy. Removing any such policies should provide mitigation.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Pomerium versions using affected Envoy builds could make wrong access decisions for specially crafted requests. If the deployment relies on path prefix policies, users may reach routes or protected content they should not access. The vendor patched this by upgrading Envoy in Pomerium 0.14.8 and 0.15.1.

Executive priority

Treat this as high priority for any Pomerium deployment guarding sensitive applications. The main business risk is unauthorized access caused by incorrect policy decisions, not service disruption. Patch or remove the trigger condition promptly, especially on externally reachable access proxies.

Technical view

CWE-863 incorrect authorization in Pomerium derives from Envoy authorization and routing issues CVE-2021-32777 and CVE-2021-32779. Affected ranges are >=0.11.0 <0.14.8 and >=0.15.0 <0.15.1. The issue is network reachable, unauthenticated, low complexity, and scoped to path prefix based policy use.

Likely exposure

Exposure is most likely in internet-facing or internal Pomerium deployments running affected versions with path prefix based policies protecting sensitive applications or routes. Deployments without path prefix policies are not described as triggerable by the source bundle.

Exploitation context

The CVE is not listed as KEV, and the supplied sources do not state active exploitation. The described attacker condition is a specially crafted network request causing incorrect authorization or routing decisions, with CVSS emphasizing confidentiality impact rather than integrity or availability.

Researcher notes

The source bundle clearly identifies affected versions, trigger condition, patch versions, CVSS, and upstream Envoy advisory links. It does not provide evidence of exploitation in the wild or broader affected products beyond Pomerium, so those should not be inferred.

Mitigation direction

  • Upgrade Pomerium to 0.14.8, 0.15.1, or a later vendor-supported release.
  • Remove path prefix based policies where immediate upgrade is not possible.
  • Review Pomerium vendor guidance for any deployment-specific follow-up actions.
  • Prioritize systems protecting sensitive internal applications or administrative routes.

Validation and detection

  • Inventory Pomerium versions across production, staging, and edge access proxy deployments.
  • Check policy configuration for path prefix based rules.
  • Confirm affected versions are upgraded or path prefix policies removed.
  • Review access logs for unexpected routing or authorization decisions around protected paths.
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 · medium confidence lookup

CWE-863: 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-39206 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
8.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/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
8.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N3.94Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/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
pomeriumpomerium>= 0.11.0, < 0.14.8, >= 0.15.0, < 0.15.1Listed
Weakness

CWE details

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

CWE-863 · source CWE mapping

Incorrect Authorization

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