Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-25690

9.8 · CRITICAL
Published Mar 7, 2023 apache CWE-444 EPSS 84.51% (100th pctl)

Overview

CVE-2023-25690 is a critical-severity vulnerability affecting apache http_server. It was published on March 7, 2023 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from apache. Update http_server to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
apache http_server 2.4.0 Affected

Frequently Asked Questions

What is CVE-2023-25690?

CVE-2023-25690 is a critical-severity vulnerability affecting apache http_server. It was published on March 7, 2023 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2023-25690?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-25690?

Check the references section for vendor advisories and patches from apache. Update http_server to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-25690?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-25690 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.