PABox Post Icon HTML Injection Vulnerability
BID:12796
Info
PABox Post Icon HTML Injection Vulnerability
| Bugtraq ID: | 12796 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Mar 14 2005 12:00AM |
| Updated: | Mar 14 2005 12:00AM |
| Credit: | Discovery of this vulnerability is credited to Rift <[email protected]>. |
| Vulnerable: |
PHP Arena paBox 2.0 |
| Not Vulnerable: | |
Discussion
PABox Post Icon HTML Injection Vulnerability
paBox is reportedly affected by a HTML injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in dynamically generated content.
The attacker-supplied HTML and script code would be able to access properties of the site, potentially allowing for theft of cookie-based authentication credentials. An attacker could also exploit this issue to control how the site is rendered to the user; other attacks are also possible.
This issue is reported to affect paBox 2.0; earlier versions may also be vulnerable.
paBox is reportedly affected by a HTML injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in dynamically generated content.
The attacker-supplied HTML and script code would be able to access properties of the site, potentially allowing for theft of cookie-based authentication credentials. An attacker could also exploit this issue to control how the site is rendered to the user; other attacks are also possible.
This issue is reported to affect paBox 2.0; earlier versions may also be vulnerable.
Exploit / POC
PABox Post Icon HTML Injection Vulnerability
No exploit is required.
The following proof of concept is available:
<INPUT type=radio CHECKED value=""><script>document.write(document.cookie);</script>" name=posticon>click me
No exploit is required.
The following proof of concept is available:
<INPUT type=radio CHECKED value=""><script>document.write(document.cookie);</script>" name=posticon>click me
Solution / Fix
PABox Post Icon HTML Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <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 are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
References
PABox Post Icon HTML Injection Vulnerability
References:
References:
- paBox Homepage (PHP Arena)
- [XSS] paBox 2.0 (Rift
)