LucidCMS Index.PHP Cross-Site Scripting Vulnerability
BID:14951
Info
LucidCMS Index.PHP Cross-Site Scripting Vulnerability
| Bugtraq ID: | 14951 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 27 2005 12:00AM |
| Updated: | Sep 27 2005 12:00AM |
| Credit: | X1ngBox is credited with the discovery of this vulnerability. |
| Vulnerable: |
lucidCMS lucidCMS 2.0.0 RC4 |
| Not Vulnerable: | |
Discussion
LucidCMS Index.PHP Cross-Site Scripting Vulnerability
lucidCMS is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.
An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.
lucidCMS is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.
An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.
Exploit / POC
LucidCMS Index.PHP Cross-Site Scripting Vulnerability
No exploit is required.
Samples have been provided:
http://www.example.com/[cms]/index.php?<script>alert(document.cookie);</script>
http://www.example.com/[cms]/?<script>alert(document.cookie);</script>
No exploit is required.
Samples have been provided:
http://www.example.com/[cms]/index.php?<script>alert(document.cookie);</script>
http://www.example.com/[cms]/?<script>alert(document.cookie);</script>
Solution / Fix
LucidCMS Index.PHP Cross-Site Scripting 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
LucidCMS Index.PHP Cross-Site Scripting Vulnerability
References:
References:
- lucidCMS Web Site (lucidCMS)
- lucidCMS 1.0.11 is susceptible to a cross site scripting attack (X1ngBox@Gmail Com)