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.
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.
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.
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.
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.