EZDatabase Index.PHP Cross-Site Scripting Vulnerability
BID:16257
Info
EZDatabase Index.PHP Cross-Site Scripting Vulnerability
| Bugtraq ID: | 16257 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Jan 16 2006 12:00AM |
| Updated: | Jan 16 2006 12:00AM |
| Credit: | Josh Zlatin-Amishav is credited with the discovery of this vulnerability. |
| Vulnerable: |
IndexCOR ezDatabase 2.1.1 |
| Not Vulnerable: |
IndexCOR ezDatabase 2.1.2 |
Discussion
EZDatabase Index.PHP Cross-Site Scripting Vulnerability
EZDatabase 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.
Versions less than 2.1.2 are reported to be affected; other versions may also be vulnerable.
EZDatabase 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.
Versions less than 2.1.2 are reported to be affected; other versions may also be vulnerable.
Exploit / POC
EZDatabase Index.PHP Cross-Site Scripting Vulnerability
No exploit is required.
An example URI has been provided:
http://www.example.com/index.php?db_id=1&cat_id=1&display=30&p=%3Cscript%3Ealert(document.cookie)%3C/script%3E&rowstart=90
No exploit is required.
An example URI has been provided:
http://www.example.com/index.php?db_id=1&cat_id=1&display=30&p=%3Cscript%3Ealert(document.cookie)%3C/script%3E&rowstart=90
Solution / Fix
EZDatabase 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
EZDatabase Index.PHP Cross-Site Scripting Vulnerability
References:
References:
- ezDatabase Homepage (IndexCOR)
- EZDatabase Directory Transversal, XSS and Path Disclosure Vulnerability (Josh Zlatin
)