LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31123: Grafana plugin signature bypass vulnerability

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.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Grafana installations before 8.5.14 or 9.1.8 can be tricked into accepting a malicious plugin even when unsigned plugins are blocked. The realistic path requires convincing a server administrator to install the plugin, so urgency depends on who can manage plugins and whether plugin sources are tightly controlled.

Executive priority

Treat as a moderate-priority remediation for Grafana environments with active plugin administration. Prioritize systems where many admins can install plugins or where plugin supply-chain controls are weak.

Technical view

This is a CWE-347 signature verification bypass in Grafana plugin handling. An attacker can get a malicious plugin run despite unsigned-plugin restrictions if a server admin downloads and installs it. CVSS 3.1 is 6.1, with high confidentiality and integrity impact and low availability impact.

Likely exposure

Exposure is most likely in self-managed Grafana versions below 8.5.14, or 9.0.0 through 9.1.7, where admins install plugins. The sources do not show unauthenticated remote exploitation.

Exploitation context

The source bundle does not identify active exploitation or CISA KEV listing. Exploitation depends on admin interaction: a server administrator must be convinced to download and run a malicious plugin from an untrusted source.

Researcher notes

Evidence supports a plugin signature bypass with required admin interaction, not broad remote compromise. NetApp published a related advisory, but the provided bundle does not include detailed affected NetApp product mapping.

Mitigation direction

  • Upgrade Grafana to 8.5.14, 9.1.8, or later supported versions.
  • Do not install plugins from untrusted sources.
  • Review plugin installation permissions and administrator access.
  • Check Grafana and downstream vendor advisories for environment-specific guidance.

Validation and detection

  • Inventory Grafana versions across production and managed environments.
  • Confirm instances are not below 8.5.14 or between 9.0.0 and 9.1.7.
  • Review installed plugins and their source provenance.
  • Check administrative audit logs for recent plugin installs.
  • Verify unsigned-plugin restrictions and plugin governance controls.
Prepared
Confidence
high
Sources
5

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 · low confidence lookup

CWE-347: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
cve · low confidence lookup

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

Vector: CVSS:3.1/AV:L/AC:L/PR:H/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
4Source 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.1CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:L0.65.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:H/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< 8.5.14, >= 9.0.0, < 9.1.8Listed
Weakness

CWE details

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

CWE-347 · source CWE mapping

Improper Verification of Cryptographic Signature

Improper Verification of Cryptographic Signature represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.