Apache (HTTP Server) Common Bugs
Introduction
What would you do if you came across a website that uses Apache (HTTP Server)?
How to Detect
Usually in the HTTP response there is a header like this Server: Apache
or Server: Apache/2.4.50
and check the 404 page
Find the related CVE by checking Apache (HTTP Server) version
How to find the Apache (HTTP Server) version
By checking the response header or using 404 page, sometimes the version is printed there. If you found outdated Apache (HTTP Server) version, find the CVEs at CVE Details
Some example CVE:
CVE-2021-41773 (RCE and LFI)
CVE-2021-42013 (RCE and LFI)
Last updated