Description
Only self-managed Grafana instances with Auth Proxy authentication and identity caching enabled (sync_ttl greater than zero) are affected. The Auth Proxy cache key concatenated the username and forwarded identity attributes without a delimiter, so distinct identities could collide on one key. An authenticated user who shapes their own attributes to collide with a higher-privileged user's, while that user's cache entry is live, is authenticated as that user, up to Administrator (authentication bypass by spoofing).
Published: 2026-09-02
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Authentication Bypass
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises because Grafana's Auth Proxy implementation builds an identity cache key by concatenating the authenticated username with forwarded identity attributes without any delimiter. When separate users can supply identical attribute sets that match another user's key, a cache collision occurs and the second user’s cached session is reused. An attacker who can control the forwarded attributes can therefore forge a cache entry that maps to a higher‑privileged account, such as an Administrator, thereby bypassing authentication and gaining full control over the instance. This is an authentication bypass with potential privilege escalation, meeting the criteria for CWE‑1023, CWE‑290, CWE‑639, and CWE‑863.

Affected Systems

The flaw affects all self‑managed installations of Grafana Enterprise and Grafana OSS that enable Auth Proxy authentication with identity caching enabled (sync_ttl greater than zero). Because no version restrictions are specified, any Grafana release meeting those conditions can be compromised. This includes both cloud‑self‑hosted and on‑premises deployments that rely on the Auth Proxy feature.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity, and the EPSS score of 0.00345 (0.345%) shows a very low exploitation probability but not negligible. The vulnerability is not currently listed in CISA’s KEV catalog, so there is no evidence of active exploitation yet. Attackers must first obtain an authenticated session that can supply forwarded identity attributes; once such a session exists, they can send a crafted request that triggers the cache collision and authenticates them as the target user without further credential checks. Because the attack requires only user‑controlled attributes and an active session, the risk to affected environments remains high once suitable credentials are available.

Generated by OpenCVE AI on September 4, 2026 at 13:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Grafana to a release that includes the Auth Proxy cache key fix.
  • If an upgrade cannot be performed immediately, disable identity caching by setting sync_ttl to zero to prevent stale cache entries.
  • Ensure that forwarded identity attributes are not user‑controlled; add validation or sanitization to include a delimiter between username and attributes to avoid collisions.

Generated by OpenCVE AI on September 4, 2026 at 13:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 15 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:grafana:grafana:*:*:*:*:enterprise:*:*:*

Fri, 04 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
References
Metrics threat_severity

None

threat_severity

Important


Thu, 03 Sep 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Grafana
Grafana grafana
Grafana grafana Enterprise
Vendors & Products Grafana
Grafana grafana
Grafana grafana Enterprise

Thu, 03 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Title CVE-2026-14199 CVE Record Session takeover via Auth Proxy cache key collision

Thu, 03 Sep 2026 05:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 11:00:00 +0000

Type Values Removed Values Added
Description Only self-managed Grafana instances with Auth Proxy authentication and identity caching enabled (sync_ttl greater than zero) are affected. The Auth Proxy cache key concatenated the username and forwarded identity attributes without a delimiter, so distinct identities could collide on one key. An authenticated user who shapes their own attributes to collide with a higher-privileged user's, while that user's cache entry is live, is authenticated as that user, up to Administrator (authentication bypass by spoofing).
Title CVE-2026-14199 CVE Record
Weaknesses CWE-1023
CWE-290
CWE-863
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L'}


Subscriptions

Grafana Grafana Grafana Enterprise
cve-icon MITRE

Status: PUBLISHED

Assigner: GRAFANA

Published:

Updated: 2026-09-03T08:07:46.925Z

Reserved: 2026-06-30T09:16:17.958Z

Link: CVE-2026-14199

cve-icon Vulnrichment

Updated: 2026-09-02T18:21:24.418Z

cve-icon NVD

Status : Analyzed

Published: 2026-09-02T16:17:14.517

Modified: 2026-09-15T18:23:02.127

Link: CVE-2026-14199

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-02T00:00:00Z

Links: CVE-2026-14199 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T14:00:05Z

Weaknesses
  • CWE-1023

    Incomplete Comparison with Missing Factors

  • CWE-290

    Authentication Bypass by Spoofing

  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-863

    Incorrect Authorization