Leantime before versions 2.0.15 and 2.1-beta3 has a SQL Injection vulnerability. The impact is high. Malicious users/attackers can execute arbitrary SQL queries negatively affecting the confidentiality, integrity, and availability of the site. Attackers can exfiltrate data like the users' and administrators' password hashes, modify data, or drop tables. The unescaped parameter is "searchUsers" when sending a POST request to "/tickets/showKanban" with a valid session. In the code, the parameter is named "users" in class.tickets.php. This issue is fixed in versions 2.0.15 and 2.1.0 beta 3.
References
Link | Resource |
---|---|
https://github.com/Leantime/leantime/commit/af0807f0b2c4c3c914b93f1c5d940e6b875f231f | Patch Third Party Advisory |
https://github.com/Leantime/leantime/pull/181 | Patch Third Party Advisory |
https://github.com/Leantime/leantime/security/advisories/GHSA-ww6x-rhvp-55hp | Third Party Advisory |
https://github.com/Leantime/leantime/commit/af0807f0b2c4c3c914b93f1c5d940e6b875f231f | Patch Third Party Advisory |
https://github.com/Leantime/leantime/pull/181 | Patch Third Party Advisory |
https://github.com/Leantime/leantime/security/advisories/GHSA-ww6x-rhvp-55hp | Third Party Advisory |
Configurations
History
21 Nov 2024, 05:33
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 6.5
v3 : 8.7 |
References | () https://github.com/Leantime/leantime/commit/af0807f0b2c4c3c914b93f1c5d940e6b875f231f - Patch, Third Party Advisory | |
References | () https://github.com/Leantime/leantime/pull/181 - Patch, Third Party Advisory | |
References | () https://github.com/Leantime/leantime/security/advisories/GHSA-ww6x-rhvp-55hp - Third Party Advisory |
Information
Published : 2020-03-31 19:15
Updated : 2024-11-21 05:33
NVD link : CVE-2020-5292
Mitre link : CVE-2020-5292
CVE.ORG link : CVE-2020-5292
JSON object : View
Products Affected
leantime
- leantime
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')