SQL injection vulnerability in include/functions_trackbacks.inc.php in Serendipity 1.6.2 allows remote attackers to execute arbitrary SQL commands via the url parameter to comment.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.osvdb.org/82036 | vdb entry |
http://www.securityfocus.com/bid/53620 | vdb entry |
http://secunia.com/advisories/49234 | third party advisory vendor advisory |
https://exchange.xforce.ibmcloud.com/vulnerabilities/75760 | vdb entry |
https://www.htbridge.com/advisory/HTB23092 | |
http://blog.s9y.org/archives/241-Serendipity-1.6.2-released.html | vendor advisory |
http://www.securitytracker.com/id?1027079 | vdb entry |
https://github.com/s9y/Serendipity/commit/87153991d06bc18fe4af05f97810487c4a340a92#diff-1 |