CVE-2002-1757
phprojekt 2.0-3.1 - Authentication Bypass via PATH_INFO Manipulation
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-1757. PoCs published by Ulf Harnhammar.
AI-analyzed exploit summary The exploit describes an authentication bypass vulnerability in PHProjekt by manipulating the PATH_INFO variable via a crafted URL. This allows unauthenticated access to restricted scripts by appending extraneous paths.
Description
PHProjekt 2.0 through 3.1 relies on the $PHP_SELF variable for authentication, which allows remote attackers to bypass authentication for scripts via a request to a .php file with "sms" in the URL, which is included in the PATH_INFO portion of the $PHP_SELF variable, as demonstrated using "mail_send.php/sms".
Exploits (1)
The exploit describes an authentication bypass vulnerability in PHProjekt by manipulating the PATH_INFO variable via a crafted URL. This allows unauthenticated access to restricted scripts by appending extraneous paths.