high CVSS 7.3

CVE-2023-38709·Apache vulnerability

Faulty input validation in the core of Apache allows malicious or exploitable backend/content generators to split HTTP responses. This issue affects Apache HTTP Server: through 2.4.58.

Severity
high
Software
Apache
Fixed in
14.6
Published
2024-04-04

Affected versions

Until: 14.6

Fixed in: 14.6

How to fix this CVE

Update Apache HTTP Server to version 2.4.59 or later to address the HTTP response splitting vulnerability caused by incomplete input validation. This fix prevents malicious backend generators from injecting headers or content that could fragment HTTP responses and lead to cache poisoning or credential theft. Prioritize this update for production systems exposed to untrusted content sources.

sudo dnf update httpd -y && sudo systemctl restart httpd

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

POST|GET request with response headers containing embedded CRLF sequences (\r\n\r\n) that create multiple response bodies; regex: (Content-Length|Set-Cookie|Location):[^\r]*\r\n\r\n.*\r\nHTTP/

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Implement a WAF rule to block backend responses containing double CRLF sequences in headers (\r\n\r\n), and validate that Content-Length header accurately reflects the actual response body length. Block responses where header injection patterns are detected.

How to check if you are affected

  1. Run `apache2ctl -v` or `httpd -v` to check the installed Apache version; vulnerability affects versions up to 2.4.58
  2. Examine backend/CGI scripts and content generators for any that output HTTP headers—identify those processing untrusted data
  3. Search Apache access and error logs for suspicious header patterns: `grep -E '(\r\n\r\n|\x0d\x0a)' /var/log/apache2/access.log | head -20`
  4. Verify the fix by confirming the version is 2.4.59 or later with `apache2ctl -v`, then test with `curl -v http://localhost/` to confirm normal response structure

FAQ

What is CVE-2023-38709?

CVE-2023-38709 is an input validation flaw in Apache HTTP Server that allows malicious or compromised backend content generators to craft HTTP responses that are split into multiple logical responses, potentially enabling cache poisoning, session hijacking, or credential theft through header injection.

Is CVE-2023-38709 being actively exploited?

No, this vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog and no public exploits are currently available. However, it remains a serious risk in environments where backend generators process untrusted input.

What versions of Apache are affected by CVE-2023-38709?

Apache HTTP Server versions up to and including 2.4.58 are affected. Version 2.4.59 and later include the fix.

How do I check if my server is vulnerable to CVE-2023-38709?

Run `apache2ctl -v` or `httpd -v` and verify the version number. If it shows 2.4.58 or earlier, your server is vulnerable.

Does Defensia detect CVE-2023-38709?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If Apache is installed on a monitored server, CVE-2023-38709 will appear in your dashboard with remediation steps.

Related Apache CVEs

CVE-2024-38474CVSS 9.8Substitution encoding issue in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows attacker to execute scripts in directories permitted by the configuration but not directly reachable by any URL or source disclosure of scripts meant to only to be executed as CGI. Users are recommended to upgrade to version 2.4.60, which fixes this issue. Some RewriteRules that capture and substitute unsafely will now fail unless rewrite flag "UnsafeAllow3F" is specified.
CVE-2024-38476CVSS 9.8Vulnerability in core of Apache HTTP Server 2.4.59 and earlier are vulnerably to information disclosure, SSRF or local script execution via backend applications whose response headers are malicious or exploitable. Users are recommended to upgrade to version 2.4.60, which fixes this issue.
CVE-2024-38475CVSS 9.1Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to map URLs to filesystem locations that are permitted to be served by the server but are not intentionally/directly reachable by any URL, resulting in code execution or source code disclosure. Substitutions in server context that use a backreferences or variables as the first segment of the substitution are affected.  Some unsafe RewiteRules will be broken by this change and the rewrite flag "UnsafePrefixStat" can be used to opt back in once ensuring the substitution is appropriately constrained.
CVE-2025-23048CVSS 9.1In some mod_ssl configurations on Apache HTTP Server 2.4.35 through to 2.4.63, an access control bypass by trusted clients is possible using TLS 1.3 session resumption. Configurations are affected when mod_ssl is configured for multiple virtual hosts, with each restricted to a different set of trusted client certificates (for example with a different SSLCACertificateFile/Path setting). In such a case, a client trusted to access one virtual host may be able to access another virtual host, if SSLStrictSNIVHostCheck is not enabled in either virtual host.
CVE-2025-58098CVSS 8.3Apache HTTP Server 2.4.65 and earlier with Server Side Includes (SSI) enabled and mod_cgid (but not mod_cgi) passes the shell-escaped query string to #exec cmd="..." directives. This issue affects Apache HTTP Server before 2.4.66. Users are recommended to upgrade to version 2.4.66, which fixes the issue.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2023-38709. Free for 1 server.

Get started free