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: n/a
Action: n/a
AI Analysis

Impact

Auth Proxy in Grafana creates a cache key by concatenating the user name and forwarded identity attributes without any separator, which allows distinct identities to share one key. An attacker who can control the forwarded attributes can craft them to match the key of a higher‑privileged user while that user’s cache entry is still valid. When the collision occurs the attacker is authenticated as the other user, potentially gaining Administrator privileges and compromising confidentiality, integrity, and availability of the Grafana instance.

Affected Systems

The flaw impacts self‑managed installations of Grafana Enterprise and Grafana OSS that use Auth Proxy authentication with identity caching enabled where the sync_ttl value is greater than zero. Any instance operating under those conditions is susceptible, regardless of version, as no specific version information is provided in the advisory.

Risk and Exploitability

The CVSS score of 7.1 signals high severity, and the vulnerability is not listed in CISA KEV. EPSS data is not available, but the exploitation path requires only an authenticated session capable of manipulating forwarded identity attributes. An attacker can trigger a cache collision by sending a request that sets suitable attributes; if the collision succeeds the cache entry is used to authenticate the attacker as the higher‑privileged user without further credential checks. Given the low barrier for exploitation once authenticated, the risk to affected environments is high.

Generated by OpenCVE AI on September 3, 2026 at 09:45 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 or set sync_ttl to zero to prevent stale cache entries from being used.
  • Verify that forwarded identity attributes are not user‑controlled or add validation to ensure a unique delimiter between user name and attributes to avoid key collisions.

Generated by OpenCVE AI on September 3, 2026 at 09:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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 : Awaiting Analysis

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

Modified: 2026-09-03T16:37:52.170

Link: CVE-2026-14199

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:30:05Z

Weaknesses
  • CWE-1023

    Incomplete Comparison with Missing Factors

  • CWE-290

    Authentication Bypass by Spoofing

  • CWE-863

    Incorrect Authorization