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

CVE-2025-59775: Apache HTTP Server SSRF Vulnerability

CVE-2025-59775 is an SSRF vulnerability in Apache HTTP Server on Windows that can leak NTLM hashes to malicious servers. This article covers the technical details, affected configurations, security impact, and mitigation.

Published: April 1, 2026

CVE-2025-59775 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in Apache HTTP Server on Windows systems. When configured with AllowEncodedSlashes On and MergeSlashes Off, the vulnerability allows attackers to potentially leak NTLM hashes to a malicious server via crafted SSRF requests or malicious content. This vulnerability affects Apache HTTP Server installations on Windows platforms and can be exploited remotely without authentication.

Critical Impact

This SSRF vulnerability enables attackers to exfiltrate NTLM authentication hashes from Windows systems running vulnerable Apache HTTP Server configurations, potentially leading to credential theft and lateral movement within enterprise networks.

Affected Products

  • Apache HTTP Server on Windows (versions prior to 2.4.66)
  • Systems configured with AllowEncodedSlashes On
  • Systems configured with MergeSlashes Off

Discovery Timeline

  • 2025-12-05 - CVE-2025-59775 published to NVD
  • 2025-12-10 - Last updated in NVD database

Technical Details for CVE-2025-59775

Vulnerability Analysis

This SSRF vulnerability in Apache HTTP Server arises from improper handling of encoded slashes when specific configuration directives are enabled. When AllowEncodedSlashes On permits URL-encoded slashes in request URIs and MergeSlashes Off prevents the normalization of consecutive slashes, attackers can craft malicious requests that bypass normal URL validation and trigger server-side requests to attacker-controlled endpoints.

The vulnerability is particularly dangerous on Windows systems because it can be leveraged to force the Apache server to initiate outbound connections using Windows authentication mechanisms. When the server connects to a malicious SMB or HTTP server, it may automatically send NTLM authentication credentials as part of the Windows Integrated Authentication process.

Root Cause

The root cause of this vulnerability is classified under CWE-918 (Server-Side Request Forgery). The issue stems from insufficient validation of user-controlled input when the server processes URLs with encoded slashes in specific configurations. The combination of AllowEncodedSlashes On and MergeSlashes Off creates a condition where URL path normalization is bypassed, allowing attackers to construct request paths that redirect server-side operations to arbitrary destinations.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the vulnerable Apache HTTP Server. The malicious request contains encoded slashes that, when processed by the server with the vulnerable configuration, cause the server to make outbound requests to attacker-controlled infrastructure.

On Windows systems, when the server initiates a connection to a malicious endpoint (such as a rogue SMB server or WebDAV server), the Windows authentication subsystem may automatically attempt NTLM authentication, transmitting the server's NTLM hash to the attacker. These captured hashes can then be used in relay attacks or cracked offline to reveal plaintext credentials.

Technical details regarding specific exploitation techniques can be found in the Openwall OSS Security List Post and the Apache HTTP Server Vulnerabilities advisory.

Detection Methods for CVE-2025-59775

Indicators of Compromise

  • Unusual outbound SMB (port 445) or WebDAV connections originating from the Apache HTTP Server process
  • HTTP requests containing encoded slashes (%2F) in URI paths targeting internal or external resources
  • Unexpected NTLM authentication attempts from the web server to external IP addresses
  • Log entries showing requests with abnormally structured paths containing consecutive encoded characters

Detection Strategies

  • Monitor Apache access logs for requests containing %2F or %5C encoded characters in suspicious patterns
  • Implement network monitoring to detect outbound SMB/CIFS traffic from web server systems
  • Deploy intrusion detection signatures that flag SSRF patterns in HTTP request URIs
  • Audit Apache configuration files for instances of AllowEncodedSlashes On combined with MergeSlashes Off

Monitoring Recommendations

  • Configure SIEM alerts for outbound connections from web servers to non-whitelisted destinations on ports 445, 139, or 80/443 to unknown hosts
  • Enable detailed Apache access logging with URI decoding to capture potentially malicious request patterns
  • Implement egress filtering and monitor for NTLM authentication traffic leaving the DMZ
  • Regularly review Apache configuration changes through file integrity monitoring

How to Mitigate CVE-2025-59775

Immediate Actions Required

  • Upgrade Apache HTTP Server to version 2.4.66 or later immediately
  • Review Apache configurations for instances of AllowEncodedSlashes On and MergeSlashes Off and evaluate necessity
  • Implement network egress filtering to block outbound SMB traffic from web servers
  • Consider disabling NTLM authentication on Windows systems running Apache HTTP Server where not required

Patch Information

Apache has addressed this vulnerability in version 2.4.66. Users are strongly recommended to upgrade to this version or later to remediate the SSRF vulnerability. The official security advisory and patch details are available at the Apache HTTP Server Vulnerabilities page.

Workarounds

  • Set AllowEncodedSlashes Off in Apache configuration if encoded slashes in URLs are not required for your application
  • Set MergeSlashes On to enable slash normalization and prevent URL manipulation
  • Implement a Web Application Firewall (WAF) rule to block requests containing suspicious encoded slash patterns
  • Configure Windows Firewall to block outbound SMB connections (port 445) from the Apache server process
bash
# Configuration example - Apache httpd.conf mitigation
# Add or modify these directives to reduce SSRF attack surface

# Disable encoded slashes if not required
AllowEncodedSlashes Off

# Enable slash merging to normalize paths
MergeSlashes On

# Alternatively, if you must allow encoded slashes, ensure strict request filtering
# is implemented at the WAF/proxy layer

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechApache

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • 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-918
  • Technical References
  • Openwall OSS Security List Post
  • Vendor Resources
  • Apache HTTP Server Vulnerabilities
  • Related CVEs
  • CVE-2024-43394: Apache HTTP Server SSRF Vulnerability

  • CVE-2024-43204: Apache HTTP Server SSRF Vulnerability

  • CVE-2024-39573: Apache HTTP Server SSRF Vulnerability

  • CVE-2021-40438: Resf Rocky Linux SSRF 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