Content2Web Multiple Input Validation Vulnerabilities
BID:14862
Info
Content2Web Multiple Input Validation Vulnerabilities
| Bugtraq ID: | 14862 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 16 2005 12:00AM |
| Updated: | Sep 16 2005 12:00AM |
| Credit: | Security Tester <[email protected]> is credited with the discovery of this vulnerability. |
| Vulnerable: |
Content2Web Content2Web 1.0.1 |
| Not Vulnerable: | |
Discussion
Content2Web Multiple Input Validation Vulnerabilities
Content2Web is affected by multiple input validation vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker can exploit this lack of sanitization to perform SQL injection attacks, cross-site scripting attacks and include local PHP files. It may also be possible to include remote PHP files as well; this has not been confirmed.
The consequences of these attacks vary from a compromise of the system, the execution of arbitrary code and the theft of cookie-based authentication credentials, all in the context of the Web server process.
Content2Web is affected by multiple input validation vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker can exploit this lack of sanitization to perform SQL injection attacks, cross-site scripting attacks and include local PHP files. It may also be possible to include remote PHP files as well; this has not been confirmed.
The consequences of these attacks vary from a compromise of the system, the execution of arbitrary code and the theft of cookie-based authentication credentials, all in the context of the Web server process.
Exploit / POC
Content2Web Multiple Input Validation Vulnerabilities
No exploit is required.
SQL Injection
-------------
http://www.example.com/index.php?show=c2w_news%2Ephp&cat=news_archiv
XSS
---
http://www.example.com/index.php?show=%3C/textarea%3E%3Cscript%3Ealert(%27XSS
aka %27);%3C/script%3E&site=impressum
File Inclusion
--------------
http://www.example.com/index.php?show=[file]&cat=news_archiv&start=1
No exploit is required.
SQL Injection
-------------
http://www.example.com/index.php?show=c2w_news%2Ephp&cat=news_archiv
XSS
---
http://www.example.com/index.php?show=%3C/textarea%3E%3Cscript%3Ealert(%27XSS
aka %27);%3C/script%3E&site=impressum
File Inclusion
--------------
http://www.example.com/index.php?show=[file]&cat=news_archiv&start=1
Solution / Fix
Content2Web Multiple Input Validation 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
Content2Web Multiple Input Validation Vulnerabilities
References:
References:
- Content2Web Homepage (Content2Web)