SQL injection vulnerability in manage/add_user.php in CuteSITE CMS 1.2.3 and 1.5.0 allows remote authenticated users, with Read privileges, to execute arbitrary SQL commands via the user_id parameter. NOTE: some of these details are obtained from third party information.
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/bid/40612 | vdb entry exploit |
http://www.securityfocus.com/archive/1/511669/100/0/threaded | mailing list |
http://packetstormsecurity.org/1006-exploits/cutesitecms-sql.txt | exploit |
http://securityreason.com/securityalert/8515 | third party advisory |
http://secunia.com/advisories/39864 | third party advisory vendor advisory |
http://www.htbridge.ch/advisory/sql_injection_vulnerability_in_cutesite_cms.html | exploit |