CVE-2024-42005: Django SQL injection vulnerability
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. QuerySet.values() and values_list() methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed *arg.
References
- docs.djangoproject.com/en/dev/releases/security
- github.com/advisories/GHSA-pv4p-cwwg-4rph
- github.com/django/django
- github.com/django/django/commit/32ebcbf2e1fe3e5ba79a6554a167efce81f7422d
- github.com/django/django/commit/f4af67b9b41e0f4c117a8741da3abbd1c869ab28
- github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2024-70.yaml
- nvd.nist.gov/vuln/detail/CVE-2024-42005
- www.djangoproject.com/weblog/2024/aug/06/security-releases
Detect and mitigate CVE-2024-42005 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →