PHPAccounts Index.PHP Multiple SQL Injection Vulnerabilities
BID:24574
Info
PHPAccounts Index.PHP Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 24574 |
| Class: | Input Validation Error |
| CVE: |
CVE-2006-6111 |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 18 2006 12:00AM |
| Updated: | Jun 21 2007 06:19PM |
| Credit: | r0t is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
PHPAccounts PHPAccounts 0.5 |
| Not Vulnerable: | |
Discussion
PHPAccounts Index.PHP Multiple SQL Injection Vulnerabilities
PHP Accounts is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
PHP Accounts 0.5 is vulnerable; other versions may also be affected.
PHP Accounts is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
PHP Accounts 0.5 is vulnerable; other versions may also be affected.
Exploit / POC
PHPAccounts Index.PHP Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
http://www.example.com/path/index.php?Outgoing_Type_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Outgoing_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Project_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Client_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Invoice_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Vendor_ID=[SQL INJECTION]
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
http://www.example.com/path/index.php?Outgoing_Type_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Outgoing_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Project_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Client_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Invoice_ID=[SQL INJECTION]
http://www.example.com/path/index.php?Vendor_ID=[SQL INJECTION]
Solution / Fix
PHPAccounts Index.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: mailto:[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: mailto:[email protected].
References
PHPAccounts Index.PHP Multiple SQL Injection Vulnerabilities
References:
References:
- Vendor Homepage (PHPAccounts)