LiveActive security incident?Get immediate response
CVE Record

CVE-2022-39307: Grafana subject to Exposure of Sensitive Information resulting in User enumeration via forget password

Grafana is an open-source platform for monitoring and observability. When using the forget password on the login page, a POST request is made to the `/api/user/password/sent-reset-email` URL. When the username or email does not exist, a JSON response contains a “user not found” message. This leaks information to unauthenticated users and introduces a security risk. This issue has been patched in 9.2.4 and backported to 8.5.15. There are no known workarounds.

MediumCVSS 6.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Grafana password reset responses could reveal whether a username or email exists. This is an information exposure issue: attackers may use it to identify valid accounts before phishing, credential stuffing, or other targeted activity. Grafana says the issue is fixed in 9.2.4 and backported to 8.5.15, with no known workarounds.

Executive priority

Treat this as a moderate-priority exposure cleanup. It does not indicate active exploitation or direct takeover, but it can make targeted attacks easier. Prioritize internet-facing Grafana and sensitive monitoring environments, then address embedded or appliance-managed Grafana through vendor advisories.

Technical view

CVE-2022-39307 is a CWE-200 information exposure in Grafana’s forgot-password flow. A reset-email POST could return a distinct “user not found” JSON message for nonexistent accounts, enabling user enumeration. Affected versions are Grafana >=9.0.0-beta1 before 9.2.4 and versions before 8.5.15.

Likely exposure

Exposure is most relevant for Grafana instances with reachable login and password-reset functionality, especially internet-facing deployments. The issue affects both direct Grafana installations and potentially products bundling Grafana, as reflected by the NetApp advisory. The source bundle does not identify specific NetApp product impact details here.

Exploitation context

The sources do not report active exploitation, and the CVE is not listed as KEV in the provided bundle. The business risk is account discovery, which can support later social engineering or credential attacks. This CVE alone is not described as full account compromise.

Researcher notes

The provided data names Grafana as affected and cites patched versions 9.2.4 and 8.5.15. There are no known workarounds in the source bundle. The CVSS vector supplied appears stricter than a simple unauthenticated enumeration description, so rely on vendor advisory details for final risk scoring.

Mitigation direction

  • Upgrade Grafana 9.x deployments to 9.2.4 or later.
  • Upgrade Grafana 8.x deployments to 8.5.15 or later.
  • Review Grafana vendor guidance because no workaround is named.
  • Check NetApp advisory guidance for environments using bundled Grafana.

Validation and detection

  • Inventory Grafana versions across direct and embedded deployments.
  • Flag versions >=9.0.0-beta1 and <9.2.4 as affected.
  • Flag Grafana versions <8.5.15 as affected.
  • Confirm exposed Grafana login surfaces are running fixed versions.
Prepared
Confidence
high
Sources
4

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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-39307 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.7 (3.1)
Known Exploited
No
Published

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

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
3Source 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.7CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L1.25.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.7Medium
CVSS 3.1 vector shape for CVE-2022-39307Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
grafanagrafana>= v9.0.0-beta1, < 9.2.4, < 8.5.15Listed
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.