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-2025-2487

CVE-2025-2487: 389-ds-base LDAP Server DoS Vulnerability

CVE-2025-2487 is a denial of service flaw in 389-ds-base LDAP Server triggered by Modify DN operations. Privileged users can cause system crashes through NULL pointer dereference, leading to service disruption.

Published: April 15, 2026

CVE-2025-2487 Overview

A null pointer dereference vulnerability has been identified in the 389-ds-base LDAP Server. This security flaw occurs when issuing a Modify DN (MODDN) LDAP operation through the LDAP protocol, specifically when the function return value is not properly validated, leading to a NULL pointer being dereferenced. When a privileged user performs an LDAP MODDN operation following a failed operation, the vulnerability can be triggered, resulting in a Denial of Service (DoS) condition or complete system crash.

Critical Impact

Privileged attackers can exploit this NULL pointer dereference to crash the 389 Directory Server, causing service disruption and potential downtime for dependent authentication and directory services.

Affected Products

  • 389-ds-base LDAP Server
  • Red Hat Directory Server
  • Red Hat Enterprise Linux (versions using 389-ds-base)

Discovery Timeline

  • 2025-03-18 - CVE-2025-2487 published to NVD
  • 2025-05-13 - Last updated in NVD database

Technical Details for CVE-2025-2487

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference), a memory corruption flaw that occurs when the application attempts to use a pointer that is expected to be valid but is actually NULL. In the context of 389-ds-base, the flaw manifests within the LDAP Modify DN operation handler, where error conditions from a previous failed operation leave the system in an inconsistent state.

The vulnerability requires privileged access to exploit, meaning an attacker must first authenticate as a privileged user with permissions to perform MODDN operations. While this raises the bar for exploitation, it represents a significant risk in environments where directory service availability is critical to authentication infrastructure.

Root Cause

The root cause of this vulnerability is improper error handling in the LDAP MODDN operation processing code. Specifically, when an LDAP operation fails, the function return value is not properly checked before subsequent pointer operations. This missing validation allows a NULL pointer to be dereferenced when a privileged user initiates a MODDN operation following a failed operation sequence.

The flaw represents a classic defensive programming oversight where return value validation was omitted, leading to undefined behavior when the code path encounters an unexpected NULL value.

Attack Vector

The attack is conducted over the network via the LDAP protocol. An attacker with privileged access to the 389 Directory Server can trigger the vulnerability by executing a specific sequence of LDAP operations:

  1. The attacker authenticates to the LDAP server with privileged credentials
  2. An LDAP operation is executed that results in a failure condition
  3. Immediately following the failed operation, the attacker issues a Modify DN (MODDN) request
  4. The MODDN handler attempts to use a pointer that was not properly initialized due to the previous failure, causing a NULL pointer dereference
  5. The server process crashes, resulting in denial of service

The vulnerability does not allow code execution or data exfiltration—the impact is limited to availability through service disruption.

Detection Methods for CVE-2025-2487

Indicators of Compromise

  • Unexpected 389 Directory Server (ns-slapd) process crashes or restarts
  • LDAP service unavailability following authenticated MODDN operations
  • Core dumps or crash logs indicating NULL pointer access in MODDN-related functions
  • Patterns of failed LDAP operations immediately followed by MODDN requests from the same connection

Detection Strategies

  • Monitor system logs for ns-slapd segmentation faults or crash events related to LDAP operations
  • Implement LDAP access logging to track MODDN operations from privileged accounts
  • Configure process monitoring to alert on unexpected directory server restarts
  • Review authentication logs for unusual privileged account activity patterns

Monitoring Recommendations

  • Enable detailed LDAP access logging on 389-ds-base servers to capture operation sequences
  • Configure system monitoring tools to detect ns-slapd process crashes and automatic restart events
  • Implement baseline monitoring for normal LDAP operation patterns to identify anomalous MODDN activity
  • Set up alerts for repeated directory service failures or availability issues

How to Mitigate CVE-2025-2487

Immediate Actions Required

  • Apply the latest security patches from Red Hat as referenced in the security advisories
  • Review and restrict privileged access to LDAP MODDN operations to only essential accounts
  • Implement network segmentation to limit LDAP server exposure to trusted networks only
  • Monitor for signs of exploitation while planning patch deployment

Patch Information

Red Hat has released security advisories addressing this vulnerability. Organizations running affected versions of 389-ds-base should apply the appropriate patches:

  • Red Hat Security Advisory RHSA-2025:3663
  • Red Hat Security Advisory RHSA-2025:3670
  • Red Hat Security Advisory RHSA-2025:4491
  • Red Hat Security Advisory RHSA-2025:7395

Additional details are available in the Red Hat CVE Details for CVE-2025-2487 and Red Hat Bug Report #2353071.

Workarounds

  • Restrict LDAP MODDN operation privileges to only essential administrative accounts until patches can be applied
  • Implement additional access controls at the network level to limit who can connect to the LDAP service
  • Enable high-availability or failover configurations to maintain directory service availability in case of crashes
  • Consider implementing rate limiting on LDAP connections from individual clients to slow potential exploitation attempts
bash
# Example: Review and audit privileged LDAP access
# List users with MODDN permissions in 389-ds-base
ldapsearch -x -H ldap://localhost -D "cn=Directory Manager" -W \
  -b "cn=config" "(objectClass=nsBackendInstance)" aci

# Enable detailed access logging for MODDN operations
dsconf localhost backend config set --nsslapd-auditlog-logging-enabled on

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/Tech389 Ds Base

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.56%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Red Hat Security Advisory RHSA-2025:3663

  • Red Hat Security Advisory RHSA-2025:3670

  • Red Hat Security Advisory RHSA-2025:4491

  • Red Hat Security Advisory RHSA-2025:7395

  • Red Hat CVE Details CVE-2025-2487

  • Red Hat Bug Report #2353071
  • Related CVEs
  • CVE-2025-14905: 389 Directory Server RCE 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