Home Cyber Security News Apache HTTP Server 2.4.68 Fixes Multiple Critical Security Flaws

Apache HTTP Server 2.4.68 Fixes Multiple Critical Security Flaws

0

The Apache Software Foundation released HTTP Server version 2.4.68 on June 8, 2026, addressing 12 security vulnerabilities spanning low to moderate-severity ratings.

The update covers a wide range of affected modules from proxy handling and WebDAV to HTTP/2 and SSL and affects all deployments running Apache httpd versions 2.4.0 through 2.4.67.

Security teams managing web infrastructure should treat this update as a priority, particularly given the number of moderate-severity flaws that could lead to privilege escalation, denial-of-service attacks, or process crashes.

Fix For Use-After-Free, DoS, XSS, and Buffer Overflow Flaws

Two use-after-free vulnerabilities were patched in this release, both carrying the potential for memory corruption and unpredictable process behavior.

CVE-2026-29167 affects mod_ldap in per-directory configurations, where a dangling pointer can be triggered across versions 2.4.0–2.4.67.

The flaw was reported to the Apache security team on March 2, 2026, by Pavel Kohout of Aisle Research, and fixed in the 2.4.x branch on June 3, 2026.

The second UAF, CVE-2026-48913, impacts the mod_http2 module specifically when file handles are already exhausted affecting the narrower range of 2.4.55–2.4.67.

Reported by Sam Lovejoy of IBM X-Force Offensive Research (XOR) on May 22, 2026, this flaw introduces a dangerous race condition under high server load scenarios where file descriptor limits are reached.

Cross-Site Scripting (XSS)

CVE-2026-29170 describes an XSS vulnerability in mod_proxy_ftp‘s HTML directory listing generation. When Apache proxies FTP directory contents either via forward or reverse proxy configuration, unsanitized output in the dynamically generated HTML allows an attacker to inject arbitrary scripts into a victim’s browser session.

Rated low severity, this issue affects all versions through 2.4.67 and was discovered by Pavel Kohout of Aisle Research, with the report received on March 4, 2026.

Buffer Overflow and Memory Corruption

Four distinct buffer overflow vulnerabilities were remediated, spanning proxy handling, XML encoding, and core configuration parsing:

  • CVE-2026-34355 (Moderate) — A buffer overflow in mod_proxy_html exploitable by an untrusted backend server. Discovered by Elhanan Haenel and Junhui Lee.
  • CVE-2026-34356 (Low) — A heap-based overflow in ProxyPassReverseCookieMap triggered by malicious backend servers using the ProxyPassReverseCookie* directive. Discovered by Arkadi Vainbrand and depthfirst.
  • CVE-2026-42536 (Low) — A heap overflow in mod_xml2enc via xml2StartParse when processing untrusted content. Reported by Zhenpeng (Leo) Lin of depthfirst on April 27, 2026.
  • CVE-2026-44631 (Low) — A heap underwrite in ap_regname caused by a signed char overflow when parsing crafted regular expressions in server configuration files. Found by Zhenpeng (Leo) Lin and Bartlomiej Dmitruk.

Denial of Service

Two DoS vulnerabilities were addressed. CVE-2026-49975 (Moderate) discovered by Quang Luong of Calif.IO in collaboration with OpenAI Codex allows memory allocation exhaustion in mod_http2 via maliciously crafted HTTP/2 requests, affecting a broad range of versions from 2.4.17–2.4.67.

CVE-2026-44186 (Moderate) triggers an infinite loop in mod_proxy_ftp‘s proxy_ftp_handler via an attacker-controlled backend FTP server, affecting versions 2.4.0–2.4.67.

Both flaws can render affected servers unresponsive without any authentication requirement, making them particularly dangerous in internet-facing deployments.

Other Fixes

  • CVE-2026-43951 (Moderate) — An out-of-bounds read in merge_response_headers triggered when mod_headers and mod_mime jointly handle responses with multiple content languages, leading to child process crashes.
  • CVE-2026-42535 (Moderate) — A path handling flaw in mod_dav_fs that allows a WebDAV content author to directly manipulate trusted DAV property databases, potentially crashing child processes.
  • CVE-2026-44185 (Low) — A stack buffer over-read in mod_ssl‘s OCSP send_request function, exploitable via attacker-controlled OCSP servers during outbound certificate validation.
  • CVE-2026-44119 (Moderate) — A privilege escalation flaw in Apache’s expression evaluation across multiple modules, allowing local .htaccess authors to read arbitrary files with the privileges of the httpd user; affects 2.4.0–2.4.67.
CVEModuleSeverityVulnerability Type
CVE-2026-29167mod_ldapLowUse-After-Free
CVE-2026-29170mod_proxy_ftpLowXSS
CVE-2026-34355mod_proxy_htmlModerateBuffer Overflow
CVE-2026-34356ProxyPassReverseCookieMapLowHeap Overflow
CVE-2026-42535mod_dav_fsModeratePath Handling
CVE-2026-42536mod_xml2encLowHeap Overflow
CVE-2026-43951mod_headers / mod_mimeModerateOOB Read
CVE-2026-44119.htaccess expressionsModeratePrivilege Escalation
CVE-2026-44185mod_ssl OCSPLowStack Buffer Over-Read
CVE-2026-44186mod_proxy_ftpModerateDoS — Infinite Loop
CVE-2026-44631ap_regnameLowHeap Underwrite
CVE-2026-48913mod_http2LowUse-After-Free
CVE-2026-49975mod_http2ModerateDoS — Memory Exhaustion

Apache strongly recommends that all users upgrade to version 2.4.68 immediately. No workarounds or mitigations are offered as alternatives to patching. The updated release is available for download at the official Apache HTTP Server download page.

Organizations with internet-facing Apache deployments should prioritize CVE-2026-44119 and CVE-2026-49975, given their potential for privilege escalation and denial-of-service, respectively.

Security teams should also audit proxy configurations and WebDAV-enabled environments for exposure to the buffer overflow and path traversal flaws patched in this release.

Follow us on Google News , LinkedIn and X to Get More Instant UpdatesSet Cyberpress as a Preferred Source in Google.

NO COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Exit mobile version