CVE-2023-25690

CRITICAL EXPLOITED IN THE WILD LAB

Apache HTTP Server < 2.4.55 - HTTP Request Smuggling

Title source: rule

Description

Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. For example, something like: RewriteEngine on RewriteRule "^/here/(.*)" "http://example.com:8080/elsewhere?$1"; [P] ProxyPassReverse /here/ http://example.com:8080/ Request splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.

Exploits (5)

nomisec WRITEUP 283 stars
by dhmosfunk · remote
https://github.com/dhmosfunk/CVE-2023-25690-POC
nomisec WORKING POC 4 stars
by thanhlam-attt · infoleak
https://github.com/thanhlam-attt/CVE-2023-25690
nomisec WRITEUP 1 stars
by arnavps · poc
https://github.com/arnavps/CTF-Web-Exploitation
nomisec WRITEUP 1 stars
by oOCyginXOo · infoleak
https://github.com/oOCyginXOo/CVE-2023-25690-POC
nomisec WRITEUP 1 stars
by tbachvarova · poc
https://github.com/tbachvarova/linux-apache-fix-mod_rewrite-spaceInURL

Scores

CVSS v3 9.8
EPSS 0.6818
EPSS Percentile 98.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Lab Environment

COMMUNITY
Community Lab
docker pull httpd:2.4.55
docker pull ghcr.io/puppeteer/puppeteer:latest
+2 more repos

Details

VulnCheck KEV 2024-07-25
InTheWild.io 2024-09-18
CWE
CWE-444
Status published
Products (1)
apache/http_server 2.4.0 - 2.4.55
Published Mar 07, 2023
Tracked Since Feb 18, 2026