CVE-1999-1375
Internet Information Server - Unauthenticated Arbitrary File Read via showfile.asp File Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-1999-1375. PoCs published by Gary Geisbert.
AI-analyzed exploit summary This exploit demonstrates a directory traversal vulnerability in ASP using the FileSystemObject (FSO) to read arbitrary files outside the web root. The provided ASP code reads a file path from a query parameter and outputs its contents, enabling unauthorized access to sensitive files like global.asa.
Description
FileSystemObject (FSO) in the showfile.asp Active Server Page (ASP) allows remote attackers to read arbitrary files by specifying the name in the file parameter.
Exploits (1)
This exploit demonstrates a directory traversal vulnerability in ASP using the FileSystemObject (FSO) to read arbitrary files outside the web root. The provided ASP code reads a file path from a query parameter and outputs its contents, enabling unauthorized access to sensitive files like global.asa.