A SQL injection vulnerability in qcubed (all versions including 3.1.1) in profile.php via the strQuery parameter allows an unauthenticated attacker to access the database by injecting SQL code via a crafted POST request.
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://qcubed.com | product vendor advisory |
https://www.ait.ac.at/themen/cyber-security/pentesting/security-advisories/ait-sa-20210215-02 | exploit third party advisory patch |
https://tech.feedyourhead.at/content/QCubed-SQL-Injection-CVE-2020-24913 | exploit third party advisory patch |
http://seclists.org/fulldisclosure/2021/Mar/30 | mailing list exploit third party advisory |
http://seclists.org/fulldisclosure/2021/Mar/29 | mailing list exploit third party advisory |