Lucene search
+L

195 matches found

Snyk
Snyk
added 2025/10/01 9:31 p.m.7 views

SQL Injection

Overview Affected versions of this package are vulnerable to SQL Injection in the QuerySet.annotate, QuerySet.alias, QuerySet.aggregate, and QuerySet.extra methods when a specially crafted dictionary is passed using dictionary expansion as kwargs, leading to unsafe column aliases on MySQL and...

9.8CVSS7.4AI score0.00625EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/01 5:23 p.m.9 views

USN-7794-1 python-django vulnerabilities

It was discovered that Django incorrectly handled special characters in the QuerySet function calls. A remote attacker could possibly use this issue to perform SQL injection attacks. CVE-2025-59681 It was discovered that Django incorrectly handled files with the same path prefix when starting wit...

9.8CVSS7.2AI score0.00911EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2025/10/01 5:23 p.m.7 views

USN-7794-1: Django vulnerabilities

It was discovered that Django incorrectly handled special characters in the QuerySet function calls. A remote attacker could possibly use this issue to perform SQL injection attacks. CVE-2025-59681 It was discovered that Django incorrectly handled files with the same path prefix when starting wit...

9.8CVSS7.5AI score0.00911EPSS
SaveExploits0
CVE
CVE
added 2025/10/01 12:00 a.m.68 views

CVE-2025-59681

CVE-2025-59681 affects Django: SQL injection in column aliases when using crafted dictionaries via **kwargs passed to QuerySet.annotate(), alias(), aggregate(), or extra() on MySQL/MariaDB. Initial description specifies vulnerable versions: Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 bef...

9.8CVSS7.5AI score0.00625EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/10/01 12:00 a.m.24 views

CVE-2025-59681

An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. QuerySet.annotate, QuerySet.alias, QuerySet.aggregate, and QuerySet.extra are subject to SQL injection in column aliases, when using a suitably crafted dictionary, with dictionary expansion, as the kwarg...

7.1CVSS0.00625EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/01 12:00 a.m.19 views

CVE-2025-59681

An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. QuerySet.annotate, QuerySet.alias, QuerySet.aggregate, and QuerySet.extra are subject to SQL injection in column aliases, when using a suitably crafted dictionary, with dictionary expansion, as the kwarg...

7.1CVSS8AI score
SaveExploits0References6
FreeBSD
FreeBSD
added 2025/10/01 12:00 a.m.18 views

Django -- multiple vulnerabilities

Django reports: CVE-2025-59681: Potential SQL injection in QuerySet.annotate, alias, aggregate, and extra on MySQL and MariaDB. CVE-2025-59682: Potential partial directory-traversal via archive.extract...

9.8CVSS8AI score0.00911EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/09/23 6:04 p.m.12 views

django: Django SQL injection in FilteredRelation column aliases

An SQL injection flaw has been discovered in the Django web framework. FilteredRelation is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the kwargs passed QuerySet.annotate or QuerySet.alias...

8.1CVSS7.3AI score0.15656EPSS
SaveExploits4References7
OSV
OSV
added 2025/09/12 11:09 a.m.13 views

OESA-2025-2234 python-django security update

A high-level Python Web framework that encourages rapid development and clean, pragmatic design. Security Fixes: An issue was discovered in Django 4.2 before 4.2.24, 5.1 before 5.1.12, and 5.2 before 5.2.6. FilteredRelation is subject to SQL injection in column aliases, using a suitably crafted...

7.1CVSS8AI score0.15656EPSS
SaveExploits4References2
NVD
NVD
added 2025/09/03 9:15 p.m.18 views

CVE-2025-57833

An issue was discovered in Django 4.2 before 4.2.24, 5.1 before 5.1.12, and 5.2 before 5.2.6. FilteredRelation is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the kwargs passed QuerySet.annotate or QuerySet.alias...

8.1CVSS0.15656EPSS
SaveExploits4References6
CVE
CVE
added 2025/09/03 12:00 a.m.145 views

CVE-2025-57833

CVE-2025-57833 affects Django 4.2 (pre-4.2.24), 5.1 (pre-5.1.12), and 5.2 (pre-5.2.6). The vulnerability arises in FilteredRelation where SQL injection can occur via column aliases when a crafted dictionary is expanded through **kwargs passed to QuerySet.annotate() or QuerySet.alias(). The issue ...

8.1CVSS7.4AI score0.15656EPSS
SaveExploits4References6Affected Software1
OSV
OSV
added 2025/03/09 1:00 p.m.21 views

UBUNTU-CVE-2025-57833

An issue was discovered in Django 4.2 before 4.2.24, 5.1 before 5.1.12, and 5.2 before 5.2.6. FilteredRelation is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the kwargs passed QuerySet.annotate or QuerySet.alias...

8.1CVSS7.2AI score0.15656EPSS
SaveExploits4References3
RedHat Linux
RedHat Linux
added 2025/02/12 12:11 a.m.11 views

python-django: Potential SQL injection in QuerySet.values() and values_list()

A flaw was found in Django. The QuerySet.values and QuerySet.valueslist methods on models with a JSONField were subject to SQL injection in column aliases via a crafted JSON object key as a passed arg...

9.8CVSS7.1AI score0.01503EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/05 5:49 p.m.10 views

python-django: Potential SQL injection in QuerySet.values() and values_list()

A flaw was found in Django. The QuerySet.values and QuerySet.valueslist methods on models with a JSONField were subject to SQL injection in column aliases via a crafted JSON object key as a passed arg...

9.8CVSS7.1AI score0.01503EPSS
SaveExploits0References5
Veracode
Veracode
added 2024/08/08 7:53 a.m.26 views

SQL Injection

Django is vulnerable to SQL injection. The vulnerability is due to the QuerySet.values and valueslist functions on models with a JSONField, allowing attackers to manipulate SQL queries in column aliases via a crafted JSON object key passed as an argument...

9.8CVSS7.4AI score0.01503EPSS
SaveExploits0References9Affected Software2
OSV
OSV
added 2024/08/08 7:17 a.m.29 views

BIT-DJANGO-2024-42005

An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. QuerySet.values and valueslist methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed arg...

9.8CVSS7.5AI score0.01503EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/08/07 4:17 p.m.59 views

CVE-2024-42005

A flaw was found in Django. The QuerySet.values and QuerySet.valueslist methods on models with a JSONField were subject to SQL injection in column aliases via a crafted JSON object key as a passed arg. Mitigation Mitigation for this issue is either not available or the currently available options...

7.3CVSS9.4AI score0.01503EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/08/07 3:30 p.m.57 views

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 valueslist methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed arg...

9.8CVSS7.6AI score0.01503EPSS
SaveExploits0References9Affected Software1
NVD
NVD
added 2024/08/07 3:15 p.m.31 views

CVE-2024-42005

An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. QuerySet.values and valueslist methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed arg...

9.8CVSS0.01503EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/08/07 12:00 a.m.56 views

CVE-2024-42005

An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. QuerySet.values and valueslist methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed arg...

0.01503EPSS
SaveExploits0References3
Rows per page
Query Builder