Django SQL injection vulnerability
Critical severity
GitHub Reviewed
Published
Aug 7, 2024
to the GitHub Advisory Database
•
Updated Sep 3, 2024
Package
Affected versions
>= 5.0, < 5.0.8
>= 4.2, < 4.2.15
Patched versions
5.0.8
4.2.15
Description
Published by the National Vulnerability Database
Aug 7, 2024
Published to the GitHub Advisory Database
Aug 7, 2024
Reviewed
Aug 7, 2024
Last updated
Sep 3, 2024
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