A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-8999

CVE-2024-8999: Lunary Auth Bypass Vulnerability

CVE-2024-8999 is an authentication bypass vulnerability in Lunary that allows unauthorized users to export entire database data to Google BigQuery. This article covers the technical details, affected versions, and mitigation.

Published: June 16, 2026

CVE-2024-8999 Overview

CVE-2024-8999 is an improper access control vulnerability in lunary-ai/lunary version 1.4.25. The flaw resides in the POST /api/v1/data-warehouse/bigquery endpoint, which fails to enforce authentication or authorization checks. Any unauthenticated user can invoke the endpoint to create a stream that exports the entire application database to a Google BigQuery destination. Lunary is an open-source observability and analytics platform for large language model (LLM) applications, so the exposed data typically includes prompts, completions, user records, and API metadata. The maintainers addressed the issue in version 1.4.26. The vulnerability is tracked under CWE-862: Missing Authorization.

Critical Impact

Unauthenticated attackers can exfiltrate the complete Lunary database to an attacker-controlled BigQuery instance over the network.

Affected Products

  • lunary-ai/lunary version 1.4.25 and earlier
  • Self-hosted Lunary LLM observability deployments exposing the data-warehouse API
  • Any Lunary instance with the /api/v1/data-warehouse/bigquery route reachable from untrusted networks

Discovery Timeline

  • 2025-03-20 - CVE-2024-8999 published to the National Vulnerability Database (NVD)
  • 2025-10-15 - Last updated in NVD database

Technical Details for CVE-2024-8999

Vulnerability Analysis

The vulnerability stems from a missing authorization check on the POST /api/v1/data-warehouse/bigquery route. The endpoint accepts a BigQuery configuration payload and initiates a data export stream from the Lunary backend database to the supplied Google BigQuery target. Because the handler does not validate the caller's session, project membership, or role, any network-reachable client can submit the request. The result is a full database egress operation initiated by an unauthenticated principal. The data set typically includes LLM prompts, model responses, user identifiers, and integration secrets stored within Lunary projects, making the exposure relevant to confidentiality of sensitive AI workload telemetry.

Root Cause

The root cause is missing authorization enforcement on a privileged administrative route. Lunary applies authentication middleware to other API surfaces, but the BigQuery data-warehouse handler in version 1.4.25 was registered without the required access control guard. The fix in version 1.4.26, delivered in commit aa0fd22, adds the proper authorization check before the export stream is created.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker sends a single HTTP POST request to the vulnerable endpoint with a JSON body containing BigQuery destination credentials they control. The server then streams every record from the Lunary database to the attacker's BigQuery dataset. No exploit code is required beyond a standard HTTP client such as curl. Detailed reproduction steps are documented in the Huntr Bounty Report.

Detection Methods for CVE-2024-8999

Indicators of Compromise

  • Unauthenticated or anonymous HTTP POST requests to /api/v1/data-warehouse/bigquery in Lunary access logs
  • Outbound network connections from the Lunary host to bigquery.googleapis.com that do not match approved integration projects
  • Newly created BigQuery export streams or jobs that were not configured by an administrator
  • Sudden increase in read activity or egress bandwidth from the Lunary application database

Detection Strategies

  • Audit Lunary HTTP access logs for any request to the /api/v1/data-warehouse/bigquery path and correlate with authenticated session identifiers
  • Alert when the data-warehouse endpoint returns a 2xx status without a preceding authenticated session token
  • Inspect application logs for BigQuery stream creation events and verify each against the change-management record

Monitoring Recommendations

  • Forward Lunary API access logs and database egress metrics to a centralized analytics platform for retention and search
  • Monitor egress to Google Cloud APIs from Lunary hosts and flag destinations outside the approved project list
  • Track configuration changes to data-warehouse integrations and alert on additions made outside maintenance windows

How to Mitigate CVE-2024-8999

Immediate Actions Required

  • Upgrade Lunary to version 1.4.26 or later, which includes the authorization fix in commit aa0fd22
  • Restrict network access to the Lunary API so the /api/v1/data-warehouse routes are reachable only from trusted administrative networks
  • Rotate any BigQuery service account keys, API tokens, and integration secrets stored in Lunary after confirming exposure
  • Review BigQuery audit logs in connected Google Cloud projects for unexpected stream creation since deployment of version 1.4.25

Patch Information

The maintainers fixed the issue in lunary-ai/lunary version 1.4.26. The patch is published in the upstream repository as commit aa0fd22952d1d84a717ae563eb1ab564d94a9e2b and adds the missing authorization check to the BigQuery data-warehouse handler. Operators running self-hosted deployments should pull the updated container image or rebuild from the tagged release.

Workarounds

  • Block the /api/v1/data-warehouse/bigquery route at an upstream reverse proxy or web application firewall until the upgrade is applied
  • Place the Lunary API behind an authenticating gateway that rejects unauthenticated requests to data-warehouse endpoints
  • Apply egress filtering on the Lunary host to allow connections only to approved Google Cloud projects
bash
# Example NGINX rule to block the vulnerable endpoint until patching
location = /api/v1/data-warehouse/bigquery {
    return 403;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechLunary

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.72%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862

  • NVD-CWE-noinfo
  • Technical References
  • Huntr Bounty Report
  • Vendor Resources
  • GitHub Commit for Lunary AI
  • Related CVEs
  • CVE-2024-5386: Lunary Auth Bypass Vulnerability

  • CVE-2025-9803: Lunary Authentication Bypass Vulnerability

  • CVE-2024-7475: Lunary Auth Bypass Vulnerability

  • CVE-2024-1741: Lunary Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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