internal/advanced_comment_system/admin.php in Advanced Comment System 1.0 is prone to an SQL injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query, allowing remote attackers to execute the sqli attack via a URL in the "page" parameter. NOTE: The product is discontinued.
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://seclists.org/fulldisclosure/2018/Nov/30 | mailing list third party advisory exploit |
http://packetstormsecurity.com/files/150261/Advanced-Comment-System-1.0-SQL-Injection.html | third party advisory vdb entry exploit |
https://www.exploit-db.com/exploits/45853/ | third party advisory vdb entry exploit |