Lucene search

K
f5F5F5:K000133098
HistoryMar 22, 2023 - 12:00 a.m.

K000133098 : Apache vulnerability CVE-2023-25690

2023-03-2200:00:00
my.f5.com
31
apache http server
cve-2023-25690
http request smuggling
mod_proxy
rewriterule
proxypassmatch
access controls

AI Score

6.8

Confidence

Low

EPSS

0.015

Percentile

87.0%

Security Advisory 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?$&gt;1”; [P] ProxyPassReverse /here/ <http://example.com:8080/&gt; 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. (CVE-2023-25690)

Impact

An attacker may be able to use a crafted request to bypass access controls of the intermediary device, proxying unintended URLs to the origin servers.