# Apache HTTP Server:在 Windows 的 server/vhost 上使用 mod_rewrite 时存在 SSRF 漏洞
## 漏洞概述
Apache HTTP Server 在 Windows 系统上使用 mod_rewrite 模块时存在 SSRF(Server-Side Request Forgery)漏洞,允许通过恶意请求将 NTLM 哈希泄露给恶意服务器。
## 影响版本
Apache HTTP Server 2.4.62 之前的版本
## 漏洞细节
当Apache HTTP Server在Windows环境下启用 mod_rewrite 模块时,恶意用户可以利用SSRF漏洞,通过发送恶意请求,将 NTLM 哈希泄露给恶意服务器。
## 影响
该漏洞可能导致敏感信息泄露,特别是 NTLM 哈希,从而可能引发进一步的安全风险。建议升级到不受影响的版本 2.4.62。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | This Python script checks for the presence of CVE-2024-40898, a critical vulnerability in Apache HTTP Server that may allow SSL/TLS certificate verification bypass under certain misconfigurations. It initiates an SSL connection to the target server and sends a HEAD request. | https://github.com/anilpatel199n/CVE-2024-40898 | POC详情 |
2 | This Python script is a Proof-of-Concept (PoC) scanner for detecting the vulnerability CVE-2024-40898, which affects Apache HTTP Server’s SSL certificate validation. | https://github.com/ForceEA001/CVE-2024-40898-SSL-Bypass-Detection | POC详情 |
标题: Apache HTTP Server 2.4 vulnerabilities - The Apache HTTP Server Project -- 🔗来源链接
标签: vendor-advisory
暂无评论