Django 1.11 before 1.11.28, 2.2 before 2.2.10, and 3.0 before 3.0.3 allows SQL Injection if untrusted data is used as a StringAgg delimiter (e.g., in Django applications that offer downloads of data as a series of rows with a user-specified column delimiter). By passing a suitably crafted delimiter to a contrib.postgres.aggregates.StringAgg instance, it was possible to break escaping and inject malicious SQL.
References
Link | Resource |
---|---|
https://www.openwall.com/lists/oss-security/2020/02/03/1 | Mailing List Third Party Advisory |
https://docs.djangoproject.com/en/3.0/releases/security/ | Vendor Advisory |
https://groups.google.com/forum/#!topic/django-announce/X45S86X5bZI | Mailing List Third Party Advisory |
https://www.djangoproject.com/weblog/2020/feb/03/security-releases/ | Vendor Advisory |
http://www.openwall.com/lists/oss-security/2020/02/03/1 | Mailing List Third Party Advisory |
https://github.com/django/django/commit/eb31d845323618d688ad429479c6dda973056136 | Patch Third Party Advisory |
https://usn.ubuntu.com/4264-1/ | |
https://seclists.org/bugtraq/2020/Feb/30 | |
https://www.debian.org/security/2020/dsa-4629 | |
https://security.netapp.com/advisory/ntap-20200221-0006/ | |
https://security.gentoo.org/glsa/202004-17 | |
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4A2AP4T7RKPBCLTI2NNQG3T6MINDUUMZ/ |
Configurations
Configuration 1 (hide)
|
Information
Published : 2020-02-03 04:15
Updated : 2020-06-18 20:15
NVD link : CVE-2020-7471
Mitre link : CVE-2020-7471
JSON object : View
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Products Affected
djangoproject
- django