A SQL injection vulnerability in Redmine through 3.2.9 and 3.3.x before 3.3.10 allows Redmine users to access protected information via a crafted object query.
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 |
---|---|
https://www.redmine.org/projects/redmine/wiki/Security_Advisories | vendor advisory |
https://security-tracker.debian.org/tracker/CVE-2019-18890 | third party advisory |
https://www.debian.org/security/2019/dsa-4574 | third party advisory vendor advisory |
https://seclists.org/bugtraq/2019/Nov/31 | mailing list |
https://usn.ubuntu.com/4200-1/ | vendor advisory |
https://github.com/RealLinkers/CVE-2019-18890 |