CVE-2026-34059
7.5Apache Software Foundation · HTTP Server
A buffer over-read vulnerability exists in Apache HTTP Server versions through 2.4.66, potentially allowing unauthenticated attackers to read sensitive memory contents.
Executive summary
An unauthenticated buffer over-read vulnerability in Apache HTTP Server versions through 2.4.66 permits remote memory exposure, presenting a high risk to application confidentiality.
Vulnerability
This flaw is classified as a Buffer Over-read (CWE-126), where unauthenticated attackers can exploit the server via network vectors without requiring user interaction.
Business impact
The exposure of sensitive server memory can lead to the unauthorized disclosure of confidential data, including session tokens, credentials, or internal configuration details. With a CVSS base score of 7.5, the vulnerability is classified as high severity, reflecting its potential to compromise the confidentiality of affected systems without requiring prior authentication.
Remediation
Immediate Action: Upgrade Apache HTTP Server to version 2.4.67 or later, as provided in the vendor security advisory.
Proactive Monitoring: Review web server error logs and access logs for unusual request patterns, abnormally large responses, or repeated connection resets that may indicate probing.
Compensating Controls: Deploy a Web Application Firewall configured to inspect HTTP traffic for malformed requests or abnormal headers that target vulnerable server endpoints.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the high severity score and the potential for unauthorized data disclosure, IT administrators should prioritize upgrading Apache HTTP Server instances to version 2.4.67 immediately. Testing and deployment of the patch should be expedited to eliminate exposure to memory over-read attacks.
More Apache Software Foundation CVEs
Sources
Originally found and disclosed by Elhanan Haenel, per the CVE Program record.