CVE-2002-1451
Blazix - Unauthenticated Source Code Disclosure via Trailing '+' or '\' Character
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2002-1451. PoCs published by Auriemma Luigi.
AI-analyzed exploit summary The exploit describes a directory traversal vulnerability in Blazix web server where special characters appended to requests can bypass password protection, leading to information disclosure.
Description
Blazix before 1.2.2 allows remote attackers to read source code of JSP scripts or list restricted web directories via an HTTP request that ends in a (1) "+" or (2) "\" (backslash) character.
Exploits (2)
The exploit describes a directory traversal vulnerability in Blazix web server where special characters appended to requests can bypass password protection, leading to information disclosure.
The exploit describes a path traversal vulnerability in Blazix web server where appending a '+' or '\' to a .jsp file request may reveal the file's source code. This is due to improper handling of special characters in file paths.