PHP Code Snippet Library Multiple Cross-Site Scripting Vulnerabilities
BID:11038
Info
PHP Code Snippet Library Multiple Cross-Site Scripting Vulnerabilities
| Bugtraq ID: | 11038 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Aug 24 2004 12:00AM |
| Updated: | Aug 24 2004 12:00AM |
| Credit: | Discovery of these vulnerabilities is credited to Nikyt0x Argentina <[email protected]>. |
| Vulnerable: |
PHP Code Snippet Library PHP Code Snippet Library 0.8 |
| Not Vulnerable: | |
Discussion
PHP Code Snippet Library Multiple Cross-Site Scripting Vulnerabilities
PHP Code Snippet Library is reported prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure of the application to properly sanitize user-supplied URI input.
These issues could permit a remote attacker to create a malicious URI link to the PHP Code Snippet Library site that includes hostile HTML and script code. If this link were to be followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.
PHP Code Snippet Library is reported prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure of the application to properly sanitize user-supplied URI input.
These issues could permit a remote attacker to create a malicious URI link to the PHP Code Snippet Library site that includes hostile HTML and script code. If this link were to be followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.
Exploit / POC
PHP Code Snippet Library Multiple Cross-Site Scripting Vulnerabilities
The following examples are available:
http://www.example.com/[path]/index.php?cat_select=[XSS]
http://www.example.com/[path]/index.php?cat_select=[XSS]&show=[XSS]
The following examples are available:
http://www.example.com/[path]/index.php?cat_select=[XSS]
http://www.example.com/[path]/index.php?cat_select=[XSS]&show=[XSS]
Solution / Fix
PHP Code Snippet Library 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 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
PHP Code Snippet Library Multiple Cross-Site Scripting Vulnerabilities
References:
References:
- PHP-CSL Home Page (PHP Code Snippet Library)
- PHP Code Snippet Library Multiple Cross-Site Scripting (XSS) Vulnerabilities (Nikyt0x Argentina
) - Re: PHP Code Snippet Library Multiple Cross-Site Scripting (XSS) Vulnerabilities (stuartc1)