PHPPost Multiple Cross-Site Scripting Vulnerabilities
BID:15524
Info
PHPPost Multiple Cross-Site Scripting Vulnerabilities
| Bugtraq ID: | 15524 |
| Class: | Input Validation Error |
| CVE: |
CVE-2005-3770 |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 22 2005 12:00AM |
| Updated: | Jul 09 2007 09:37PM |
| Credit: | trueend5 is credited with the discovery of this vulnerability. |
| Vulnerable: |
PHPPost PHPPost 1.0 |
| Not Vulnerable: | |
Discussion
PHPPost Multiple Cross-Site Scripting Vulnerabilities
PHP-Post is prone to multiple cross-site scripting vulnerabilities because the application fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. The attacker may also be able to steal cookie-based authentication credentials and launch other attacks.
PHP-Post is prone to multiple cross-site scripting vulnerabilities because the application fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. The attacker may also be able to steal cookie-based authentication credentials and launch other attacks.
Exploit / POC
PHPPost Multiple Cross-Site Scripting Vulnerabilities
No exploit is required.
Proof-of-concept URIs have been provided:
http://www.example.com/phpp/profile.php?user='%3CIFRAME%20SRC=javascript:alert(%2527XSS%2527)%3E%3C/IFRAME%3E
http://www.example.com/phpp/mail.php?user='%3CIFRAME%20SRC=javascript:alert(%2527XSS%2527)%3E%3C/IFRAME%3E
No exploit is required.
Proof-of-concept URIs have been provided:
http://www.example.com/phpp/profile.php?user='%3CIFRAME%20SRC=javascript:alert(%2527XSS%2527)%3E%3C/IFRAME%3E
http://www.example.com/phpp/mail.php?user='%3CIFRAME%20SRC=javascript:alert(%2527XSS%2527)%3E%3C/IFRAME%3E
Solution / Fix
PHPPost Multiple Cross-Site Scripting Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: mailto:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: mailto:[email protected].
References
PHPPost Multiple Cross-Site Scripting Vulnerabilities
References:
References:
- PHPPost Web Site (PHPPost)
- [KAPDA::#14] - PHPPost XSS and HTML Injection (trueend5)