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-2026-24130

CVE-2026-24130: Moonraker LDAP Injection Vulnerability

CVE-2026-24130 is an LDAP injection flaw in Moonraker web server for Klipper 3D printing firmware that allows attackers to discover LDAP entries through brute force. This article covers technical details, affected versions, and fixes.

Published: January 23, 2026

CVE-2026-24130 Overview

CVE-2026-24130 is an LDAP Injection vulnerability affecting Moonraker, a Python web server that provides API access to Klipper 3D printing firmware. Instances of Moonraker version 0.9.3 and below that are configured with the ldap component enabled are vulnerable to LDAP search filter injection techniques via the login endpoint. Attackers can exploit the 401 error response message to determine whether an LDAP search was successful, enabling brute force enumeration of LDAP entries such as user IDs and user attributes.

Critical Impact

Attackers can enumerate sensitive LDAP directory information including user IDs and attributes through blind LDAP injection attacks against the authentication endpoint.

Affected Products

  • Moonraker versions 0.9.3 and below with LDAP component enabled
  • Klipper 3D printing deployments using vulnerable Moonraker instances
  • Systems with LDAP authentication configured for Moonraker API access

Discovery Timeline

  • 2026-01-22 - CVE CVE-2026-24130 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2026-24130

Vulnerability Analysis

This LDAP Injection vulnerability (CWE-90) exists in the authentication flow of Moonraker when the LDAP component is enabled. The vulnerability allows unauthenticated attackers to inject malicious LDAP search filter syntax through the login endpoint. By analyzing the HTTP 401 error responses, an attacker can infer whether their injected LDAP queries returned results, effectively creating a blind LDAP injection scenario.

The attack requires network access to the Moonraker web server and does not require any authentication or user interaction. While the vulnerability allows for information disclosure, it does not directly enable modification of LDAP data or denial of service conditions.

Root Cause

The root cause of this vulnerability is improper neutralization of special elements used in LDAP queries (CWE-90). User-supplied input in the login endpoint is incorporated into LDAP search filters without adequate sanitization or encoding. This allows attackers to manipulate the structure of LDAP queries by injecting metacharacters such as *, (, ), and logical operators.

Attack Vector

The attack is conducted over the network by sending crafted authentication requests to the Moonraker login endpoint. An attacker submits username values containing LDAP filter injection payloads. The server's 401 error response behavior differs based on whether the injected LDAP query matches entries in the directory, allowing attackers to enumerate valid usernames, discover user attributes, and map the LDAP directory structure through iterative brute force techniques.

The attack does not require prior authentication or any privileges on the target system. Exploitation involves systematically testing LDAP filter expressions and observing response patterns to infer information about the LDAP directory contents.

Detection Methods for CVE-2026-24130

Indicators of Compromise

  • Unusual patterns of failed authentication attempts containing LDAP metacharacters (*, (, ), |, &)
  • High volume of login requests from single IP addresses with varying username payloads
  • Authentication log entries showing usernames with LDAP filter syntax patterns
  • Sequential enumeration patterns in login attempts suggesting automated scanning

Detection Strategies

  • Monitor authentication logs for usernames containing LDAP special characters and filter expressions
  • Implement rate limiting on the login endpoint to slow enumeration attacks
  • Deploy web application firewall rules to detect LDAP injection patterns in request parameters
  • Alert on anomalous authentication failure rates from individual source addresses

Monitoring Recommendations

  • Enable verbose logging on the Moonraker server to capture full authentication request details
  • Correlate failed login attempts with LDAP server query logs to identify injection patterns
  • Establish baseline authentication metrics and alert on deviations indicating enumeration activity
  • Review access logs for the /login endpoint for suspicious request patterns

How to Mitigate CVE-2026-24130

Immediate Actions Required

  • Upgrade Moonraker to version 0.10.0 or later which contains the security fix
  • Review authentication logs for evidence of exploitation attempts
  • Consider temporarily disabling the LDAP component if upgrade cannot be performed immediately
  • Implement network-level access controls to restrict exposure of the Moonraker API

Patch Information

The vulnerability has been fixed in Moonraker version 0.10.0. The fix involves proper sanitization of user input before incorporating it into LDAP search filters. Details of the security fix can be found in the GitHub commit and the GitHub Security Advisory GHSA-3jqf-v4mv-747g.

Workarounds

  • Disable the LDAP component in Moonraker configuration if not required for operations
  • Restrict network access to the Moonraker API using firewall rules to trusted IP ranges only
  • Implement a reverse proxy with web application firewall capabilities to filter malicious requests
  • Use alternative authentication mechanisms that do not rely on the vulnerable LDAP integration

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechMoonraker

  • SeverityLOW

  • CVSS Score2.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-90
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-3jqf-v4mv-747g
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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