Multiple SQL injection vulnerabilities in my little forum before 2.3.4 allow remote administrators to execute arbitrary SQL commands via the (1) letter parameter in a user action or (2) edit_category parameter 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 |
---|---|
http://www.securityfocus.com/archive/1/534681/100/0/threaded | mailing list third party advisory vdb entry exploit |
http://www.securityfocus.com/bid/72575 | third party advisory vdb entry exploit |
http://mylittleforum.net/forum/index.php?id=8182 | vendor advisory |
http://packetstormsecurity.com/files/130356/My-Little-Forum-2.3.3-Cross-Site-Scripting-SQL-Injection.html | third party advisory vdb entry exploit |
https://exchange.xforce.ibmcloud.com/vulnerabilities/100855 | third party advisory vdb entry |
https://www.htbridge.com/advisory/HTB23248 | exploit |