Lucene search
+L

7739 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/05 12:00 a.m.11 views

Python Library Django 4.2.x < 4.2.28 / 5.2.x < 5.2.11 / 6.0.x < 6.0.2 Multiple Vulnerabilities

The detected version of the Django Python package, Django, is 4.2.x prior to 4.2.28, 5.2.x prior to 5.2.11, or 6.0.x prior to 6.0.2. It is, therefore, affected by multiple vulnerabilities as referenced by security release advisory: - The django.contrib.auth.handlers.modwsgi.checkpassword function...

8.5CVSS6.1AI score0.12976EPSS
SaveExploits2References7
OPENSUSE Linux
OPENSUSE Linux
added 2026/02/04 12:00 a.m.10 views

Security update for python-Django (important)

openSUSE Security Update: Security update for python-Django Announcement ID: openSUSE-SU-2026:0037-1 Rating: important References: 1257401 1257405 1257406 1257407 1257408 Cross-References: CVE-2025-13473 CVE-2026-1207 CVE-2026-1285 CVE-2026-1287 CVE-2026-1312 CVSS scores: CVE-2025-13473 SUSE: 7.5...

8.1CVSS5.7AI score0.12976EPSS
SaveExploits2References5
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.11 views

Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS / 20.04 LTS / 22.04 LTS / 24.04 LTS / 25.10 : Django vulnerabilities (USN-8009-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS / 20.04 LTS / 22.04 LTS / 24.04 LTS / 25.10 host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-8009-1 advisory. It was discovered that Django exposed timing information when checking passwords. An...

8.5CVSS6.1AI score0.12976EPSS
SaveExploits2References7
OpenVAS
OpenVAS
added 2026/02/04 12:00 a.m.12 views

Ubuntu: Security Advisory (USN-8009-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.5CVSS5.4AI score0.12976EPSS
SaveExploits2References2
OSV
OSV
added 2026/02/04 12:00 a.m.11 views

OPENSUSE-SU-2026:10145-1 python312-Django6-6.0.2-1.1 on GA media

These are all security issues fixed in the python312-Django6-6.0.2-1.1 package on the GA media of openSUSE Tumbleweed...

8.5CVSS5.8AI score0.12976EPSS
SaveExploits2References6
RedhatCVE
RedhatCVE
added 2026/02/03 8:12 p.m.9 views

CVE-2025-13473

A flaw was found in Django. A remote attacker can exploit a timing attack vulnerability in the django.contrib.auth.handlers.modwsgi.checkpassword function, which is used for authentication via the Apache modwsgi module. This allows the attacker to determine valid usernames on the system, leading ...

5.3CVSS5.3AI score0.00741EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/02/03 8:02 p.m.10 views

CVE-2026-1285

A flaw was found in Django. A remote attacker can exploit this vulnerability by providing crafted inputs containing a large number of unmatched HTML end tags to the django.utils.text.Truncator.chars and Truncator.words methods when html=True, or through the truncatecharshtml and truncatewordshtml...

7.5CVSS5.5AI score0.01032EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/02/03 8:01 p.m.11 views

CVE-2025-14550

A flaw was found in Django. A remote attacker can exploit this vulnerability by sending a crafted request containing multiple duplicate headers to the ASGIRequest component. This can lead to a potential Denial of Service DoS, making the affected system unavailable to legitimate users. Mitigation...

7.5CVSS5.1AI score0.01032EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/02/03 4:07 p.m.14 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.00833EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/02/03 4:07 p.m.12 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.00783EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/02/03 4:07 p.m.15 views

CVE-2026-1207

A flaw was found in Django. A remote attacker could inject SQL commands by manipulating the band index parameter during raster lookups on RasterField only implemented on PostGIS. This SQL injection vulnerability could lead to unauthorized information disclosure, data alteration, or denial of...

8.3CVSS5.5AI score0.12976EPSS
SaveExploits1References6
OSV
OSV
added 2026/02/03 4:06 p.m.13 views

USN-8009-1 python-django vulnerabilities

It was discovered that Django exposed timing information when checking passwords. An attacker could possibly use this issue to obtain sensitive information. CVE-2025-13473 Jiyong Yang discovered that Django incorrectly handled malformed requests with duplicate headers. An attacker could possibly...

8.5CVSS7.2AI score0.12976EPSS
SaveExploits2References7
Snyk
Snyk
added 2026/02/03 3:49 p.m.13 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 band index parameter bandlhs in checkraster lookups when using PostGIS. An attacker can execute arbitrary S...

8.3CVSS6.7AI score0.12976EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/02/03 3:49 p.m.7 views

Inefficient Algorithmic Complexity

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 Inefficient Algorithmic Complexity via the django.utils.text.Truncator.chars and Truncator.words methods when html=True, as well ...

7.5CVSS5.6AI score0.01032EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/02/03 3:49 p.m.8 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.00783EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/02/03 3:49 p.m.7 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 QuerySet.orderby and FilteredRelation when column aliases containing periods are used with a crafted...

9.8CVSS6.2AI score0.00833EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/02/03 3:49 p.m.6 views

Timing Attack

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 Timing Attack via the checkpassword function in the modwsgi.py file. An attacker can determine the existence of valid usernames b...

7.5CVSS5.5AI score0.00741EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/02/03 3:49 p.m.5 views

Inefficient Algorithmic Complexity

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 Inefficient Algorithmic Complexity via the repeated headers when using ASGI. An attacker can exhaust system resources by sending...

7.5CVSS5.6AI score0.01032EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/03 3:30 p.m.22 views

GHSA-GVG8-93H5-G6QQ 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...

9.3CVSS7.1AI score0.00783EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/02/03 3:30 p.m.25 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.00783EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder