CVE-2000-0778
Internet Information Services 5.0 - Source Code Disclosure via Translate Header
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2000-0778. PoCs published by Roelof Temmingh, smiler.
AI-analyzed exploit summary This exploit leverages a vulnerability in Microsoft IIS 5.0 where appending a trailing slash to a scriptable file (e.g., ASP, ASA) and sending a 'Translate: f' header forces the server to return the source code instead of executing it. The PoC sends a crafted HTTP GET request to retrieve the file contents.
Description
IIS 5.0 allows remote attackers to obtain source code for .ASP files and other scripts via an HTTP GET request with a "Translate: f" header, aka the "Specialized Header" vulnerability.
Exploits (2)
This exploit leverages a vulnerability in Microsoft IIS 5.0 where appending a trailing slash to a scriptable file (e.g., ASP, ASA) and sending a 'Translate: f' header forces the server to return the source code instead of executing it. The PoC sends a crafted HTTP GET request to retrieve the file contents.
This exploit leverages a vulnerability in Microsoft IIS 5.0 where appending a backslash to a scriptable file URL and sending a 'Translate: f' header forces the server to return the source code instead of executing it. The script uses Perl with LWP::UserAgent to craft the malicious request.