Title: Dir2web system/src/dispatcher.php oid Parameter SQL Injection
Info
Disclosure
Aug 05, 2012
Discovery
Unknown
Dates
Exploit
Aug 05, 2012
Solution
Unknown
Description
Dir2web contains a flaw that may allow an attacker to carry out an SQL injection attack. The issue is due to the system/src/dispatcher.php script not properly sanitizing user-supplied input to the 'oid' parameter. This may allow an attacker to inject or manipulate SQL queries in the back-end database, allowing for the manipulation or disclosure of arbitrary data.
Classification
Location:
Remote / Network Access
Attack Type:
Input Manipulation
Impact:
Loss of Integrity
Solution:
Workaround
Exploit:
Exploit Public
Disclosure:
Uncoordinated Disclosure
OSVDB:
Web Related
Solution
Currently, there are no known upgrades or patches to correct this vulnerability. It is possible to temporarily work around the flaw by implementing the following workaround: Replace
'/[a-zA-Z0-9]{10}/' with
'/^[a-zA-Z0-9]{10}$/'
in system/src/dispatcher.php.