CVE-2022-31123

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-31123
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-31123.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-31123
Aliases
Downstream
Related
Published
2022-10-13T00:00:00Z
Modified
2025-10-30T19:33:17Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:L CVSS Calculator
Summary
Grafana plugin signature bypass vulnerability
Details

Grafana is an open source observability and data visualization platform. Versions prior to 9.1.8 and 8.5.14 are vulnerable to a bypass in the plugin signature verification. An attacker can convince a server admin to download and successfully run a malicious plugin even though unsigned plugins are not allowed. Versions 9.1.8 and 8.5.14 contain a patch for this issue. As a workaround, do not install plugins downloaded from untrusted sources.

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

Affected packages

Git / github.com/grafana/grafana

Affected ranges

Type
GIT
Repo
https://github.com/grafana/grafana
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "8.5.14"
        }
    ]
}
Type
GIT
Repo
https://github.com/grafana/grafana
Events
Database specific
{
    "versions": [
        {
            "introduced": "9.0.0"
        },
        {
            "fixed": "9.1.8"
        }
    ]
}