Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-7475

CVE-2024-7475: Lunary Auth Bypass Vulnerability

CVE-2024-7475 is an authentication bypass flaw in Lunary that enables unauthorized SAML configuration updates, allowing attackers to manipulate authentication and steal user data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 8, 2026

CVE-2024-7475 Overview

An improper access control vulnerability exists in lunary-ai/lunary version 1.3.2 that allows an attacker to update the SAML configuration without authorization. This critical security flaw enables manipulation of authentication processes, fraudulent login requests, and theft of user information. The vulnerability stems from missing access controls on the SAML configuration endpoint, allowing unauthenticated users to modify sensitive authentication settings.

Critical Impact

Unauthorized modification of SAML configuration can lead to complete authentication bypass, enabling attackers to forge login credentials, redirect authentication flows, and steal user credentials at scale.

Affected Products

  • Lunary version 1.3.2 and earlier versions
  • lunary-ai/lunary open-source LLM observability platform
  • Self-hosted Lunary deployments with SAML authentication enabled

Discovery Timeline

  • 2024-10-29 - CVE-2024-7475 published to NVD
  • 2025-10-15 - Last updated in NVD database

Technical Details for CVE-2024-7475

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), indicating that the affected application fails to perform proper authorization checks before allowing access to sensitive functionality. In the context of Lunary, an LLM observability and monitoring platform, the SAML configuration endpoint accepts modification requests without verifying that the requesting user has administrative privileges.

The attack surface is network-accessible without requiring any authentication or user interaction. An attacker exploiting this vulnerability can achieve high-impact compromise of both confidentiality and integrity by manipulating the SAML Identity Provider (IdP) settings. This allows the attacker to redirect authentication flows to a malicious IdP under their control.

Root Cause

The root cause of CVE-2024-7475 is the absence of authorization middleware or access control checks on the SAML configuration update endpoint. The application fails to validate whether the incoming request originates from an authenticated administrator before processing configuration changes. This represents a fundamental oversight in the security architecture where sensitive administrative functions were exposed without proper role-based access control (RBAC) enforcement.

Attack Vector

The attack vector for this vulnerability is network-based with low complexity. An unauthenticated attacker can send crafted HTTP requests to the SAML configuration endpoint to modify critical authentication parameters.

The exploitation flow typically involves:

  1. The attacker identifies a Lunary instance with SAML authentication configured
  2. Without any authentication, the attacker sends a request to update the SAML configuration
  3. The attacker modifies the IdP URL to point to an attacker-controlled SAML identity provider
  4. Legitimate users attempting to authenticate are redirected to the malicious IdP
  5. The attacker captures user credentials or issues fraudulent SAML assertions to gain unauthorized access

The attack requires no user interaction and can be performed remotely against any exposed Lunary instance running vulnerable versions.

Detection Methods for CVE-2024-7475

Indicators of Compromise

  • Unexpected modifications to SAML configuration settings in application logs
  • Authentication redirects to unfamiliar or suspicious Identity Provider URLs
  • Anomalous login patterns or authentication attempts from unauthorized sources
  • SAML configuration changes without corresponding administrative audit trail entries

Detection Strategies

  • Monitor HTTP requests to SAML configuration endpoints for unauthenticated access attempts
  • Implement alerting on any SAML configuration changes and correlate with authenticated admin sessions
  • Review application logs for configuration modification events that lack proper authorization context
  • Deploy web application firewall (WAF) rules to detect and block unauthorized configuration requests

Monitoring Recommendations

  • Enable comprehensive audit logging for all administrative configuration changes in Lunary
  • Set up real-time alerts for SAML IdP URL modifications or certificate changes
  • Monitor authentication flow patterns for sudden redirects to new identity providers
  • Implement integrity monitoring on configuration files to detect unauthorized changes

How to Mitigate CVE-2024-7475

Immediate Actions Required

  • Upgrade Lunary to the patched version that includes commit 8f563c77d8614a72980113f530c7a9ec15a5f8d5
  • Review current SAML configuration settings for any unauthorized modifications
  • Audit authentication logs for suspicious login activity that may indicate prior exploitation
  • Consider temporarily disabling SAML authentication until the patch is applied if the environment is at high risk

Patch Information

Lunary has addressed this vulnerability through a security fix available in the GitHub commit. The fix implements proper authorization checks to ensure that SAML configuration modifications can only be performed by authenticated administrators with appropriate privileges.

Organizations using Lunary should update to the latest version that includes this security fix. The vulnerability was reported through the Huntr bug bounty program, and additional technical details are available in the bounty submission.

Workarounds

  • Restrict network access to the Lunary application to trusted IP addresses only using firewall rules
  • Place Lunary behind an authentication proxy that requires valid credentials before accessing the application
  • Implement WAF rules to block unauthenticated requests to administrative endpoints including SAML configuration
  • If SAML is not required, disable SAML authentication entirely until the patch can be applied
bash
# Example: Restrict access to Lunary using iptables
# Allow only trusted admin IP ranges to access the application
iptables -A INPUT -p tcp --dport 3000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 3000 -j DROP

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

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.24%

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

  • NVD-CWE-Other
  • Technical References
  • Huntr Bounty Submission
  • Vendor Resources
  • GitHub Commit Details
  • Related CVEs
  • CVE-2024-5386: Lunary Auth Bypass Vulnerability

  • CVE-2024-1741: Lunary Auth Bypass Vulnerability

  • CVE-2024-1740: Lunary Authentication Bypass Vulnerability

  • CVE-2025-5352: Lunary Analytics Stored XSS Vulnerability
Default Legacy - Prefooter | 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