Outdated Apache
Discovery
I was enumerating all the subdomains of a target and noticed that one domain returned nothing but 403s. However, it revealed its version:

Exploitation
Apache 2.4.6 is severely outdated and has numerous vulnerabilities for DoS and HTTP Request Smuggling. I was unable to get the RCE CVE working, but figured that using any CVE would suffice to demonstrate that it was vulnerable.
I decided to go with CVE-2024-40725, a HTTP Request Smuggling attack for Apache HTTP Server versions 2.4.0 to 2.4.61. This was one of the least disruptive attacks I could use.
I used this payload:
The response confirmed that it was vulnerable since it returned two responses:

Afterwards, I notified the relevant parties, and this vulnerability was acknowledged.
Fix
Update Apache.
Last updated