mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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:
https://nvd.nist.gov/vuln/detail/CVE-2024-42005
Upstream-patch:
|
||
|---|---|---|
| .. | ||
| CVE-2023-31047.patch | ||
| CVE-2023-36053.patch | ||
| CVE-2023-41164.patch | ||
| CVE-2023-43665.patch | ||
| CVE-2023-46695.patch | ||
| CVE-2024-24680.patch | ||
| CVE-2024-42005.patch | ||