Lucene search
+L

203 matches found

Tenable Nessus
Tenable Nessus
•added 2026/05/09 12:00 a.m.•13 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: python-django (UTSA-2026-016807)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-016807 advisory. An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8. The methods QuerySet.filter, QuerySet.exclude, and QuerySet.get, and the class...

9.1CVSS5.9AI score0.19396EPSS
SaveExploits10References4
Tenable Nessus
Tenable Nessus
•added 2026/05/09 12:00 a.m.•17 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: python-django (UTSA-2026-016788)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-016788 advisory. An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. .QuerySet.orderby is subject to SQL injection in column aliases containing...

8.5CVSS7.3AI score0.00851EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
•added 2026/05/07 5:09 p.m.•29 views

Django: Django: SQL injection via crafted column aliases in QuerySet.order_by()

A flaw was found in Django. A remote attacker could exploit a SQL injection vulnerability in the .QuerySet.orderby method. This occurs when column aliases containing periods are used, and the same alias is also present in FilteredRelation via a specially crafted dictionary. Successful exploitatio...

8.5CVSS7.8AI score0.00851EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
•added 2026/03/26 8:28 p.m.•12 views

Django: Django: SQL injection via crafted column aliases in QuerySet.order_by()

A flaw was found in Django. A remote attacker could exploit a SQL injection vulnerability in the .QuerySet.orderby method. This occurs when column aliases containing periods are used, and the same alias is also present in FilteredRelation via a specially crafted dictionary. Successful exploitatio...

8.5CVSS7.9AI score0.00851EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
•added 2026/03/06 11:00 a.m.•17 views

Django: Django: SQL injection via crafted column aliases in QuerySet.order_by()

A flaw was found in Django. A remote attacker could exploit a SQL injection vulnerability in the .QuerySet.orderby method. This occurs when column aliases containing periods are used, and the same alias is also present in FilteredRelation via a specially crafted dictionary. Successful exploitatio...

8.5CVSS6.4AI score0.00851EPSS
SaveExploits1References7
Tenable Nessus
Tenable Nessus
•added 2026/03/04 12:00 a.m.•10 views

Fedora 42 : python-django5 (2026-00b5bf3150)

The remote Fedora 42 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-00b5bf3150 advisory. - Fixes CVE-2025-13473: Username enumeration through timing difference in modwsgi authentication handler - Fixes CVE-2025-14550: Potential...

8.5CVSS6AI score0.13251EPSS
SaveExploits2References7
RedhatCVE
RedhatCVE
•added 2026/02/28 1:55 a.m.•13 views

CVE-2026-27839

wger is a free, open-source workout and fitness manager. In versions up to and including 2.4, three nutritionalvalues action endpoints fetch objects via Model.objects.getpk=pk — a raw ORM call that bypasses the user-scoped queryset. Any authenticated user can read another user's private nutrition...

4.3CVSS6AI score0.00311EPSS
SaveExploits1References1
PyPA
PyPA
•added 2026/02/26 10:20 p.m.•18 views

PYSEC-2026-2310

Weblate is a web based localization tool. Prior to version 5.16.1, the REST API's AddonViewSet weblate/api/views.py, line 2831 uses queryset = Addon.objects.all without overriding getqueryset to scope results by user permissions. This allows any authenticated user or anonymous users if REQUIRELOG...

4.3CVSS6.1AI score0.00421EPSS
SaveExploits0References6Affected Software1
CVE
CVE
•added 2026/02/26 10:00 p.m.•48 views

CVE-2026-27835

Issue summary. CVE-2026-27835 affects wger (versions up to 2.4). The vulnerable components are RepetitionsConfigViewSet and MaxRepetitionsConfigViewSet, whose get_queryset() returns all objects (using .all()) instead of filtering by the authenticated user, enabling an authenticated user to enumer...

4.3CVSS5.3AI score0.00301EPSS
SaveExploits1References2Affected Software1
attackerkb
attackerkb
•added 2026/02/26 9:56 p.m.•8 views

CVE-2026-27457

Weblate is a web based localization tool. Prior to version 5.16.1, the REST API's AddonViewSet weblate/api/views.py, line 2831 uses queryset = Addon.objects.all without overriding getqueryset to scope results by user permissions. This allows any authenticated user or anonymous users if REQUIRELOG...

4.3CVSS5.8AI score0.00421EPSS
SaveExploits0References7Affected Software1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/02/24 12:00 a.m.•0 views

CVE-2026-26198: Improper Neutralization of Special Elements used in an SQL Command

Ormar is a async mini ORM for Python. In versions 0.9.9 through 0.22.0, when performing aggregate queries, Ormar ORM constructs SQL expressions by passing user-supplied column names directly into sqlalchemy.text without any validation or sanitization. The min and max methods in the QuerySet class...

9.8CVSS6.2AI score0.00695EPSS
SaveExploits2References1
SUSE Linux
SUSE Linux
•added 2026/02/11 9:38 a.m.•13 views

Security update for python-Django

This update for python-Django fixes the following issues: CVE-2025-14550: Fixed potential denial-of-service via repeated headers when using ASGIbsc1257403 CVE-2026-1312: Fixed potential SQL injection via QuerySet.orderby and FilteredRelation bsc1257408 CVE-2026-1287: Fixed potential SQL injection...

8.1CVSS5.8AI score0.13251EPSS
SaveExploits2References24
Veracode
Veracode
•added 2026/02/11 9:06 a.m.•21 views

SQL Injection

Django is vulnerable to SQL injection. The vulnerability is due to improper handling of column aliases containing periods in .QuerySet.orderby when used with FilteredRelation, where unsanitized alias values are included in generated SQL queries and attackers can exploit this by crafting a malicio...

8.5CVSS6AI score0.00851EPSS
SaveExploits1References17Affected Software1
OSV
OSV
•added 2026/02/05 8:38 a.m.•11 views

BIT-DJANGO-2026-1312 Potential SQL injection via QuerySet.order_by and FilteredRelation

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. .QuerySet.orderby is subject to SQL injection in column aliases containing periods when the same alias is, using a suitably crafted dictionary, with dictionary expansion, used in FilteredRelation. Earlier,...

8.5CVSS5.7AI score0.00851EPSS
SaveExploits1References16
SUSE CVE
SUSE CVE
•added 2026/02/05 12:27 a.m.•18 views

SUSE CVE-2026-1287

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. FilteredRelation is subject to SQL injection in column aliases via control characters, using a suitably crafted dictionary, with dictionary expansion, as the kwargs passed to QuerySet methods annotate, aggregat...

8.1CVSS5.5AI score0.008EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/02/05 12:27 a.m.•13 views

SUSE CVE-2026-1312

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. .QuerySet.orderby is subject to SQL injection in column aliases containing periods when the same alias is, using a suitably crafted dictionary, with dictionary expansion, used in FilteredRelation. Earlier,...

8.1CVSS5.5AI score0.00851EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
•added 2026/02/03 4:07 p.m.•15 views

CVE-2026-1312

A flaw was found in Django. A remote attacker could exploit a SQL injection vulnerability in the .QuerySet.orderby method. This occurs when column aliases containing periods are used, and the same alias is also present in FilteredRelation via a specially crafted dictionary. Successful exploitatio...

8.5CVSS6.2AI score0.00851EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
•added 2026/02/03 4:07 p.m.•14 views

CVE-2026-1287

A flaw was found in Django. This vulnerability allows a remote attacker to perform SQL injection by using specially crafted control characters within column aliases. When these crafted aliases are passed through dictionary expansion to QuerySet methods like annotate or values, it can lead to the...

8.3CVSS5.8AI score0.008EPSS
SaveExploits0References6
Snyk
Snyk
•added 2026/02/03 3:49 p.m.•10 views

SQL Injection

Overview Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Affected versions of this package are vulnerable to SQL Injection via the FilteredRelation when control characters are used in column aliases through a crafted dictionary with...

9.8CVSS6.2AI score0.008EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/02/03 3:30 p.m.•26 views

Django has an SQL Injection issue

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. FilteredRelation is subject to SQL injection in column aliases via control characters, using a suitably crafted dictionary, with dictionary expansion, as the kwargs passed to QuerySet methods annotate, aggregat...

8.3CVSS5.6AI score0.008EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder