Cyber Resilience

CVE-2025-66200

Auth Bypass in Apache Http Server 2.4.7 – 2.4.66

Published
05 December 2025
Modified
10 December 2025
Patch / advisory
CVSS Score v3.1 5.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
EPSS Score 0.0059 45th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-66200 is a medium-severity Authentication Bypass Using an Alternate Path or Channel (CWE-288) vulnerability in Apache Http Server. Its CVSS base score is 5.4 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 45th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-7 (Least Functionality) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

mod_userdir+suexec bypass via AllowOverride FileInfo vulnerability in Apache HTTP Server. Users with access to use the RequestHeader directive in htaccess can cause some CGI scripts to run under an unexpected userid. This issue affects Apache HTTP Server: from 2.4.7 through…

more

2.4.65. Users are recommended to upgrade to version 2.4.66, which fixes the issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Bypass of suexec/mod_userdir via .htaccess allows CGI execution under unexpected UID, directly enabling local privilege escalation.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-44119Same product: Apache Http Server
CVE-2026-24072Same product: Apache Http Server
CVE-2026-34355Same product: Apache Http Server
CVE-2026-44631Same product: Apache Http Server
CVE-2026-34356Same product: Apache Http Server
CVE-2026-34059Same product: Apache Http Server
CVE-2026-43951Same product: Apache Http Server
CVE-2025-23048Same product: Apache Http Server
CVE-2025-49630Same product: Apache Http Server
CVE-2025-54090Same product: Apache Http Server

Affected Assets

apache
http server
2.4.7 — 2.4.66

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • CM-7 Least Functionality
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 7 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V6.4.3
  • V6.6.1
  • V12.1.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the flaw by requiring upgrade from vulnerable 2.4.7-2.4.65 releases to the fixed 2.4.66 version.

prevent

Restricts AllowOverride FileInfo and RequestHeader usage in .htaccess to prevent the mod_userdir+suexec bypass.

prevent

Enforces least-privilege execution contexts so CGI scripts cannot be forced to run under an unexpected userid.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-03 full match
prevents

Requiring authentication on every channel and path directly eliminates alternate-path bypasses.

PR.AA-05 mostly match
prevents

Enforcing authorizations and least privilege across all access vectors prevents unauthenticated alternate paths.

PR.IR-01 mostly match
prevents

Protecting networks and environments from unauthorized logical access blocks bypass via undocumented channels.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect alternate-path bypasses but does not prevent them in production.

degrades

Secure authentication control directly mitigates bypass by requiring strong, consistent authentication on all paths.

prevents

Access control policy directly addresses alternate authentication paths by requiring all channels to enforce authentication.

degrades

Authentication information management ensures credentials and mechanisms are consistently applied across all access paths.

prevents

Access rights provisioning and review prevent bypass via unmonitored or alternate channels.

prevents

Privileged access rights control reduces risk of bypass through elevated or alternate paths.

References