CVE-2026-24072

8.8

Apache · HTTP Server

An escalation of privilege vulnerability in Apache HTTP Server allows local .htaccess authors to read files with the privileges of the httpd user.

Executive summary

An escalation of privilege vulnerability in Apache HTTP Server versions 2.4.66 and earlier allows low-privileged local users to read arbitrary files, posing a significant risk to confidentiality and data integrity.

Vulnerability

This is an improper privilege management flaw categorized under CWE-269. The vulnerability permits local .htaccess authors to read files with the privileges of the httpd user, requiring low privileges and no user interaction.

Business impact

A successful exploit compromises the confidentiality of sensitive data hosted on the server, potentially exposing configuration files, application source code, or internal user data. While the CVSS score is 8.8, indicating high severity across multiple impact categories, the requirement for local .htaccess authorship context slightly narrows the attack surface. Nonetheless, successful exploitation threatens overall system integrity and can lead to severe regulatory and reputational damage.

Remediation

Immediate Action: Upgrade to Apache HTTP Server version 2.4.67 or later, which contains the official vendor fix for this issue.

Proactive Monitoring: Review web server access and error logs for abnormal file access patterns and unusual .htaccess file modifications.

Compensating Controls: Restrict permissions on the filesystem to limit who can create or modify .htaccess files if immediate patching is not possible.

Exploitation status

Public Exploit Available: Yes, a public proof-of-concept repository exists on GitHub (https://github.com/EricRHancock-coder/CVE-2026-24072-Analysis).

Analyst recommendation

This vulnerability presents a high-severity risk to multi-tenant or shared hosting environments where users can edit .htaccess files. Administrators must prioritize updating Apache HTTP Server to version 2.4.67 immediately to eliminate the privilege escalation vector and secure sensitive file assets.

More Apache CVEs

Sources

Originally found and disclosed by y7syeu, per the CVE Program record.