A SQL injection vulnerability in the activities API in OpenProject before 8.3.2 allows a remote attacker to execute arbitrary SQL commands via the id parameter. The attack can be performed unauthenticated if OpenProject is configured not to require authentication for API access.
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/2019/May/7 | mailing list third party advisory exploit |
https://seclists.org/bugtraq/2019/May/22 | mailing list exploit third party advisory issue tracking |
http://packetstormsecurity.com/files/152806/OpenProject-8.3.1-SQL-Injection.html | third party advisory vdb entry exploit |
https://www.openproject.org/release-notes/openproject-8-3-2/ | vendor advisory |
https://groups.google.com/forum/#%21msg/openproject-security/XlucAJMxmzM/hESpOaFVAwAJ |