CVE-2025-59775: CWE-918 Server-Side Request Forgery (SSRF) in Apache Software Foundation Apache HTTP Server
Server-Side Request Forgery (SSRF) vulnerability in Apache HTTP Server on Windows with AllowEncodedSlashes On and MergeSlashes Off allows to potentially leak NTLM hashes to a malicious server via SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.66, which fixes the issue.
AI Analysis
Technical Summary
CVE-2025-59775 is a Server-Side Request Forgery (SSRF) vulnerability identified in the Apache HTTP Server software maintained by the Apache Software Foundation. This vulnerability specifically affects Windows deployments of Apache HTTP Server when two configuration directives are set: AllowEncodedSlashes On and MergeSlashes Off. SSRF vulnerabilities allow an attacker to induce the server to make HTTP requests to arbitrary locations, potentially internal or external to the network. In this case, the crafted malicious requests exploit the server's handling of encoded slashes and merged slashes in URLs to cause the server to forward NTLM authentication hashes to an attacker-controlled server. NTLM hashes are sensitive credentials used in Windows authentication protocols; their leakage can enable attackers to perform relay attacks or offline cracking to impersonate legitimate users. The vulnerability affects Apache HTTP Server versions starting from 2.4.0 and was publicly disclosed on December 5, 2025. Although no exploits are currently known in the wild, the vulnerability poses a significant risk due to the widespread use of Apache HTTP Server in enterprise environments and the critical nature of NTLM credentials. The Apache Software Foundation has addressed this issue in version 2.4.66. The vulnerability is tracked under CWE-918, which covers SSRF issues. The absence of a CVSS score requires an assessment based on the impact on confidentiality (credential leakage), integrity (potential impersonation), and availability (indirect impact). The attack does not require user interaction but does require specific server configurations and Windows platform deployment.
Potential Impact
The primary impact of CVE-2025-59775 is the potential leakage of NTLM authentication hashes from vulnerable Apache HTTP Servers running on Windows. For European organizations, this can lead to significant security risks including credential theft, unauthorized access, lateral movement within networks, and potential full compromise of internal systems. Organizations relying on NTLM authentication, common in many legacy and hybrid Windows environments, are particularly vulnerable. The exposure of NTLM hashes can facilitate relay attacks or offline cracking, enabling attackers to impersonate users and escalate privileges. This can compromise sensitive data confidentiality and integrity, disrupt business operations, and damage organizational reputation. Additionally, the SSRF nature of the vulnerability could allow attackers to pivot into internal networks that are otherwise inaccessible externally, increasing the attack surface. The lack of known exploits in the wild suggests a window for proactive mitigation, but the widespread deployment of Apache HTTP Server in European public and private sectors elevates the risk profile. The impact is heightened in sectors with stringent data protection requirements such as finance, healthcare, and government.
Mitigation Recommendations
To mitigate CVE-2025-59775, European organizations should take the following specific actions: 1) Immediately upgrade all Apache HTTP Server instances running on Windows to version 2.4.66 or later, where the vulnerability is patched. 2) Review and adjust server configurations to avoid using AllowEncodedSlashes On and MergeSlashes Off simultaneously unless absolutely necessary; consider disabling AllowEncodedSlashes or enabling MergeSlashes to reduce risk. 3) Implement network segmentation and firewall rules to restrict outbound HTTP requests from web servers to only trusted destinations, limiting SSRF exploitation potential. 4) Monitor server logs for unusual outbound requests or authentication attempts that could indicate exploitation attempts. 5) Employ NTLM authentication alternatives such as Kerberos where feasible to reduce reliance on NTLM hashes. 6) Conduct internal vulnerability scans and penetration tests focusing on SSRF vectors and NTLM hash exposure. 7) Educate system administrators about the risks of SSRF and the importance of secure Apache HTTP Server configurations. 8) Maintain up-to-date incident response plans to quickly address any detected exploitation attempts. These steps go beyond generic advice by focusing on configuration review, network controls, and authentication protocol improvements tailored to this vulnerability.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy, Spain, Sweden
CVE-2025-59775: CWE-918 Server-Side Request Forgery (SSRF) in Apache Software Foundation Apache HTTP Server
Description
Server-Side Request Forgery (SSRF) vulnerability in Apache HTTP Server on Windows with AllowEncodedSlashes On and MergeSlashes Off allows to potentially leak NTLM hashes to a malicious server via SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.66, which fixes the issue.
AI-Powered Analysis
Technical Analysis
CVE-2025-59775 is a Server-Side Request Forgery (SSRF) vulnerability identified in the Apache HTTP Server software maintained by the Apache Software Foundation. This vulnerability specifically affects Windows deployments of Apache HTTP Server when two configuration directives are set: AllowEncodedSlashes On and MergeSlashes Off. SSRF vulnerabilities allow an attacker to induce the server to make HTTP requests to arbitrary locations, potentially internal or external to the network. In this case, the crafted malicious requests exploit the server's handling of encoded slashes and merged slashes in URLs to cause the server to forward NTLM authentication hashes to an attacker-controlled server. NTLM hashes are sensitive credentials used in Windows authentication protocols; their leakage can enable attackers to perform relay attacks or offline cracking to impersonate legitimate users. The vulnerability affects Apache HTTP Server versions starting from 2.4.0 and was publicly disclosed on December 5, 2025. Although no exploits are currently known in the wild, the vulnerability poses a significant risk due to the widespread use of Apache HTTP Server in enterprise environments and the critical nature of NTLM credentials. The Apache Software Foundation has addressed this issue in version 2.4.66. The vulnerability is tracked under CWE-918, which covers SSRF issues. The absence of a CVSS score requires an assessment based on the impact on confidentiality (credential leakage), integrity (potential impersonation), and availability (indirect impact). The attack does not require user interaction but does require specific server configurations and Windows platform deployment.
Potential Impact
The primary impact of CVE-2025-59775 is the potential leakage of NTLM authentication hashes from vulnerable Apache HTTP Servers running on Windows. For European organizations, this can lead to significant security risks including credential theft, unauthorized access, lateral movement within networks, and potential full compromise of internal systems. Organizations relying on NTLM authentication, common in many legacy and hybrid Windows environments, are particularly vulnerable. The exposure of NTLM hashes can facilitate relay attacks or offline cracking, enabling attackers to impersonate users and escalate privileges. This can compromise sensitive data confidentiality and integrity, disrupt business operations, and damage organizational reputation. Additionally, the SSRF nature of the vulnerability could allow attackers to pivot into internal networks that are otherwise inaccessible externally, increasing the attack surface. The lack of known exploits in the wild suggests a window for proactive mitigation, but the widespread deployment of Apache HTTP Server in European public and private sectors elevates the risk profile. The impact is heightened in sectors with stringent data protection requirements such as finance, healthcare, and government.
Mitigation Recommendations
To mitigate CVE-2025-59775, European organizations should take the following specific actions: 1) Immediately upgrade all Apache HTTP Server instances running on Windows to version 2.4.66 or later, where the vulnerability is patched. 2) Review and adjust server configurations to avoid using AllowEncodedSlashes On and MergeSlashes Off simultaneously unless absolutely necessary; consider disabling AllowEncodedSlashes or enabling MergeSlashes to reduce risk. 3) Implement network segmentation and firewall rules to restrict outbound HTTP requests from web servers to only trusted destinations, limiting SSRF exploitation potential. 4) Monitor server logs for unusual outbound requests or authentication attempts that could indicate exploitation attempts. 5) Employ NTLM authentication alternatives such as Kerberos where feasible to reduce reliance on NTLM hashes. 6) Conduct internal vulnerability scans and penetration tests focusing on SSRF vectors and NTLM hash exposure. 7) Educate system administrators about the risks of SSRF and the importance of secure Apache HTTP Server configurations. 8) Maintain up-to-date incident response plans to quickly address any detected exploitation attempts. These steps go beyond generic advice by focusing on configuration review, network controls, and authentication protocol improvements tailored to this vulnerability.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- apache
- Date Reserved
- 2025-09-19T12:13:44.078Z
- Cvss Version
- null
- State
- PUBLISHED
Threat ID: 6932b486f88dbe026c950fe8
Added to database: 12/5/2025, 10:31:34 AM
Last enriched: 12/5/2025, 10:45:23 AM
Last updated: 12/5/2025, 11:32:17 AM
Views: 3
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-66200: mod_userdir+suexec bypass via AllowOverride FileInfo in Apache Software Foundation Apache HTTP Server
HighCVE-2025-65082: CWE-150 Improper Neutralization of Escape, Meta, or Control Sequences in Apache Software Foundation Apache HTTP Server
UnknownCVE-2025-55753: CWE-190 Integer Overflow or Wraparound in Apache Software Foundation Apache HTTP Server
UnknownCVE-2025-13739: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in d3395 CryptX
MediumCVE-2025-13682: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in phegman Trail Manager
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.