SQL injection vulnerability in core/inc/bigtree/cms.php in BigTree CMS 4.0 RC2 and earlier allows remote attackers to execute arbitrary SQL commands via the PATH_INFO to index.php.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
https://github.com/bigtreecms/BigTree-CMS/commit/c5f27bf66a7f35bd3daeb5f693f3e2493f51b1f3 | patch exploit |
http://osvdb.org/96007 | vdb entry |
https://exchange.xforce.ibmcloud.com/vulnerabilities/86285 | vdb entry |
http://archives.neohapsis.com/archives/bugtraq/2013-08/0039.html | mailing list exploit |
https://www.htbridge.com/advisory/HTB23165 | exploit |