Path Traversal Attacks
I was surprised to read this evening that the Apache Web Server just fixed an actively exploited path traversal flaw.
🚨 Apache has disclosed an *actively exploited* Path traversal flaw in the #opensource "httpd" server. Over 112,000 exposed Apache servers run version 2.4.49, and should be upgraded now!
New fix checks for encoded path traversal characters e.g. /../.%2E/https://t.co/1tLNc3LAul pic.twitter.com/mDHLEU3k9N — Ax Sharma (@Ax_Sharma) October 5, 2021Apparently, it was introduced over a year ago.
I'm gobsmacked that Apache didn't have a robust suite of tests for this.
Directory Traversal attacks have been a problem for web servers since the beginning. OWASP, PortSwigger, and Spanning all have explanations that you can read. The essence is that you make …continue.