Exploitation Summary
EIP tracks 2 public exploits for CVE-2005-3770. PoCs published by trueend5.
AI-analyzed exploit summary The provided code is a writeup describing a cross-site scripting (XSS) vulnerability in PHP-Post. It includes a proof-of-concept URL demonstrating how arbitrary script code can be executed in the context of the affected site.
Description
Multiple cross-site scripting (XSS) vulnerabilities in PHP-Post (PHPp) 1.0 allow remote attackers to inject arbitrary web script or HTML via (1) the subject in a post, or the user parameter to (2) profile.php and (3) mail.php.
Exploits (2)
The provided code is a writeup describing a cross-site scripting (XSS) vulnerability in PHP-Post. It includes a proof-of-concept URL demonstrating how arbitrary script code can be executed in the context of the affected site.
The provided text describes a cross-site scripting (XSS) vulnerability in PHP-Post, where user-supplied input is not properly sanitized. The example URL demonstrates an XSS payload that could execute arbitrary script code in a user's browser context.