ArchLinux: 202002-1: python-django: sql injection
Summary
django.contrib.postgres.aggregates.StringAgg aggregation function was subject to SQL injection, using a suitably crafted delimiter.
Resolution
Upgrade to 3.0.3-1.
# pacman -Syu "python-django>=3.0.3-1"
The problem has been fixed upstream in version 3.0.3.
References
https://www.djangoproject.com/weblog/2020/feb/03/security-releases/ https://security.archlinux.org/CVE-2020-7471
Workaround
None.