PHP Planner SQL Injection and Cross Site Scripting Vulnerabilities
BID:40846
Info
PHP Planner SQL Injection and Cross Site Scripting Vulnerabilities
| Bugtraq ID: | 40846 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Jun 12 2010 12:00AM |
| Updated: | Jun 12 2010 12:00AM |
| Credit: | anT!-Tr0J4n |
| Vulnerable: |
Tom Sommer PHP Planner 0 |
| Not Vulnerable: | |
Discussion
PHP Planner SQL Injection and Cross Site Scripting Vulnerabilities
PHP Planner is prone to an SQL-injection vulnerability and a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.
Exploiting these vulnerabilities could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
PHP Planner is prone to an SQL-injection vulnerability and a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.
Exploiting these vulnerabilities could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Exploit / POC
PHP Planner SQL Injection and Cross Site Scripting Vulnerabilities
Attackers can use a browser to exploit these issues. To exploit a cross-site scripting vulnerability, the attacker must entice a victim to follow a malicious URI.
The following example URIs are available:
http://www.example.com/phpplanner/userinfo.php?userid=-3+union+select+username,2,3,4,password,6+from%20cal_users
http://www.example.com/phpplanner/notice.php?msg=[XSS]
Attackers can use a browser to exploit these issues. To exploit a cross-site scripting vulnerability, the attacker must entice a victim to follow a malicious URI.
The following example URIs are available:
http://www.example.com/phpplanner/userinfo.php?userid=-3+union+select+username,2,3,4,password,6+from%20cal_users
http://www.example.com/phpplanner/notice.php?msg=[XSS]
Solution / Fix
PHP Planner SQL Injection and Cross Site Scripting Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
PHP Planner SQL Injection and Cross Site Scripting Vulnerabilities
References:
References:
- PHP Planner - Homepage (Tom Sommer)