The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-30896

CVE-2024-30896: InfluxDB Information Disclosure Flaw

CVE-2024-30896 is an information disclosure vulnerability in InfluxDB OSS 2.x that exposes administrative operator tokens to authorized users. This article covers technical details, affected versions, and mitigation.

Updated: January 21, 2026

CVE-2024-30896 Overview

CVE-2024-30896 is a critical insecure storage of sensitive information vulnerability affecting InfluxDB OSS 2.x through version 2.7.11. The vulnerability allows authorized users with read access to the authorization resource of the default organization to retrieve the administrative operator token, which is improperly stored under the default organization. This misconfiguration enables privilege escalation by exposing the most powerful credential in the InfluxDB environment to lower-privileged administrators.

Critical Impact

Authorized users can retrieve the administrative operator token, potentially gaining full administrative control over the InfluxDB instance, including the ability to read, write, and delete all data across all organizations.

Affected Products

  • InfluxDB OSS 2.x through 2.7.11
  • InfluxDB OSS installations using default organization configuration

Discovery Timeline

  • 2024-11-21 - CVE CVE-2024-30896 published to NVD
  • 2025-12-19 - Last updated in NVD database

Technical Details for CVE-2024-30896

Vulnerability Analysis

This vulnerability is classified as CWE-922 (Insecure Storage of Sensitive Information). The core issue lies in how InfluxDB OSS 2.x manages and stores the administrative operator token. Rather than isolating this highly privileged credential, the system stores it under the default organization's authorization resources.

The operator token in InfluxDB represents the highest level of access—it can perform any operation across all organizations, including creating and deleting users, managing buckets, and accessing all data. When this token is accessible to users who only have read permissions on the authorization resource of the default organization, it creates a significant privilege escalation path.

The vendor has acknowledged this behavior, noting that the organizations feature is operating as designed and that administrators can choose to add users to non-default organizations as a workaround. However, this places the security burden on administrators who may not be aware of this architectural decision. The issue has been addressed in InfluxDB 2.8.0, which removes the ability to retrieve tokens from the API.

Root Cause

The root cause stems from an architectural design decision where the operator token is stored within the default organization's authorization namespace rather than being isolated in a separate, protected storage location. This design choice means any user granted read access to authorizations in the default organization inherits the ability to enumerate and retrieve all tokens, including the operator token. The influx auth ls command exposes these raw tokens to allAccess administrators, further compounding the issue.

Attack Vector

The attack vector requires network access and high privileges (read access to the default organization's authorization resource). An attacker who has been provisioned with read access to authorizations in the default organization can query the authorization API or use the influx auth ls command to enumerate available tokens. By retrieving the operator token, the attacker can escalate from a limited administrative role to full system control.

The attack flow involves an authenticated user with read permissions on the default organization's authorization resource making API calls to list authorizations, identifying the operator token among the returned results, and then using this token for subsequent requests with full administrative capabilities.

Detection Methods for CVE-2024-30896

Indicators of Compromise

  • Unexpected API requests to authorization endpoints from users who should not require token enumeration
  • Multiple token listing operations from a single user account in short succession
  • Authentication using the operator token from unusual IP addresses or user agents
  • Audit log entries showing operator token usage after authorization list queries

Detection Strategies

  • Monitor InfluxDB API logs for requests to /api/v2/authorizations endpoints from non-administrative accounts
  • Implement alerting on operator token usage patterns that deviate from baseline administrative activities
  • Correlate authorization enumeration queries with subsequent privilege escalation activities
  • Deploy network monitoring to detect unauthorized API access patterns to the InfluxDB instance

Monitoring Recommendations

  • Enable comprehensive audit logging for all authorization-related API calls
  • Establish baseline behavior for administrator token usage and alert on anomalies
  • Regularly review which users have read access to the default organization's authorization resource
  • Implement real-time alerting when the operator token is used outside of expected maintenance windows

How to Mitigate CVE-2024-30896

Immediate Actions Required

  • Upgrade to InfluxDB OSS version 2.8.0 or later, which addresses this vulnerability by removing the ability to retrieve tokens from the API
  • Review and restrict user access to the default organization, moving users to non-default organizations where possible
  • Rotate the operator token after confirming no unauthorized access has occurred
  • Audit authorization resource permissions and remove unnecessary read access from the default organization

Patch Information

InfluxData has released InfluxDB OSS version 2.8.0 to address this vulnerability. The fix removes the ability to retrieve tokens from the API, preventing the token exposure vector. Organizations should upgrade to this version or later. For additional details, refer to the InfluxDB Release Note v2.8.0. The GitHub Issue Discussion provides additional context on the vulnerability and remediation.

Workarounds

  • Move users from the default organization to custom organizations to limit exposure of the operator token
  • Implement strict role-based access control to prevent granting read access to authorization resources unnecessarily
  • Use network segmentation to restrict which systems can access the InfluxDB API
  • Deploy API gateway or proxy controls to filter and monitor authorization endpoint access
bash
# Example: List current authorizations to audit token exposure (for administrators)
influx auth ls --org your-non-default-org

# Move users to a non-default organization to mitigate exposure
influx org members add --org custom-org --member user@example.com
influx org members remove --org default-org --member user@example.com

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechInfluxdb

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability21.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-922
  • Technical References
  • GitHub PoC Repository

  • GitHub Issue Discussion

  • InfluxDB Release Note v2.8.0
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English