LiveActive security incident?Get immediate response
CVE Record

CVE-2026-33381: Users can generate Service Account tokens after permissions removal

When a user's access to mint tokens for a service account is revoked, it is sometimes still possible to do so for a few seconds after the event. The user will eventually lose access to do this.

MediumCVSS 5.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-33381 is a Grafana OSS authorization timing issue. After removing a user's permission to create service account tokens, that user may still be able to create one for a few seconds. The window is short and requires prior high privilege, but a token created during that gap could affect sensitive data or configuration.

Executive priority

Treat as a moderate access-control issue. Prioritize environments with many delegated Grafana administrators, sensitive dashboards, or automated service account usage. It is less urgent than unauthenticated remote compromise but still warrants timely patching and token audit.

Technical view

The issue is CWE-284 improper access control in Grafana OSS service account token creation. Revocation of token-minting permission is not always enforced immediately. CVSS 3.1 is 5.9 with network access, high complexity, high privileges required, no user interaction, unchanged scope, and high confidentiality and integrity impact.

Likely exposure

Exposure is likely limited to affected Grafana OSS versions where users can create service account tokens and administrators revoke that permission. The known risk is a short post-revocation window, not ongoing access after convergence.

Exploitation context

The bundle does not indicate active exploitation, and CISA KEV status is false. Abuse would require an authenticated user who recently had permission to mint service account tokens and can act within the brief revocation delay.

Researcher notes

Evidence is limited to the CVE description, CVSS vector, affected Grafana OSS version data, and Grafana advisory reference. No exploit details, patch version details, or observed exploitation are included in the supplied bundle.

Mitigation direction

  • Review Grafana's vendor advisory for fixed versions and upgrade guidance.
  • Upgrade affected Grafana OSS deployments according to vendor guidance.
  • After permission removals, audit recently created service account tokens.
  • Revoke unexpected service account tokens created around access changes.
  • Limit service account token creation rights to trusted administrators only.

Validation and detection

  • Inventory Grafana OSS versions against the affected versions listed in the CVE data.
  • Identify users or roles allowed to create service account tokens.
  • Review audit logs for token creation shortly after permission revocation events.
  • Confirm unexpected tokens are revoked and associated access is reviewed.
Prepared
Confidence
medium
Sources
3

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-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2026-33381 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
5.9 (3.1)
Known Exploited
No
Published

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

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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

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
5.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N0.75.2GRAFANA

Vulnerability scoring details

Base CVSS 3.1 score

5.9Medium
CVSS 3.1 vector shape for CVE-2026-33381Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GrafanaGrafana OSS9.2.0, 11.6.14, 12.0.0, 12.2.8, 12.3.0, 12.3.6, 12.4.0, 12.4.3, 13.0.0, 13.0.1unaffected
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.