CVE-2022-39307

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-39307
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-39307.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-39307
Aliases
Downstream
Related
Published
2022-11-09T00:00:00Z
Modified
2025-10-21T19:33:26Z
Severity
  • 6.7 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L CVSS Calculator
Summary
Grafana subject to Exposure of Sensitive Information resulting in User enumeration via forget password
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-200"
    ]
}
References

Affected packages

Git / github.com/grafana/grafana

Affected ranges

Type
GIT
Repo
https://github.com/grafana/grafana
Events
Type
GIT
Repo
https://github.com/grafana/grafana
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed