Lucene search
+L

7613 matches found

OSV
OSV
added 2025/11/14 11:09 a.m.16 views

OESA-2025-2679 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 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8. NFKC normalization in Python is slow on Windows. As a consequence,...

9.1CVSS7.8AI score0.19396EPSS
SaveExploits11References3
OSV
OSV
added 2025/11/14 11:09 a.m.11 views

OESA-2025-2678 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 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8. NFKC normalization in Python is slow on Windows. As a consequence,...

9.1CVSS7.8AI score0.19396EPSS
SaveExploits11References3
OSV
OSV
added 2025/11/14 11:09 a.m.7 views

OESA-2025-2676 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 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8. NFKC normalization in Python is slow on Windows. As a consequence,...

9.1CVSS7.8AI score0.19396EPSS
SaveExploits11References3
SUSE Linux
SUSE Linux
added 2025/11/14 9:03 a.m.16 views

Security update for python-Django

This update for python-Django fixes the following issues: CVE-2025-64459: Fixed a potential SQL injection via the 'connector' keyword bsc1252926 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively yo...

8.1CVSS8.1AI score0.19396EPSS
SaveExploits10References6
OSV
OSV
added 2025/11/14 9:03 a.m.8 views

SUSE-SU-2025:4100-1 Security update for python-Django

This update for python-Django fixes the following issues: - CVE-2025-64459: Fixed a potential SQL injection via the 'connector' keyword bsc1252926...

9.1CVSS7.2AI score0.19396EPSS
SaveExploits10References4
CNNVD
CNNVD
added 2025/11/14 12:00 a.m.11 views

Django 安全漏洞

Django is an open-source web framework based on the Python language, developed by the Django Foundation. This framework includes an object-oriented mapper, view system, template system, etc. Django has security vulnerabilities, which stem from SQL injection via the connector, potentially allowing...

5.8AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/11/14 12:00 a.m.10 views

PT-2025-48704

Name of the Vulnerable Software and Affected Versions Django versions 4.2 through 4.2.26 Django versions 5.1 through 5.1.14 Django versions 5.2 through 5.2.8 Description An issue exists in the way Django handles XML input. Specifically, algorithmic complexity within the django.core.serializers.xm...

7.8CVSS7.9AI score0.02116EPSS
SaveExploits0References158
Hacker One
Hacker One
added 2025/11/13 10:04 p.m.20 views

Django: User enumeration via timing attack in Django mod_wsgi authentication backend leads to account discovery

A vulnerability was discovered in the checkpassword function in django/contrib/auth/handlers/modwsgi.py. When a non-existent username was provided, the function returned immediately without performing password verification, leading to a timing attack that allowed attackers to enumerate valid...

5.4AI score
SaveExploits0
OSV
OSV
added 2025/11/11 11:36 a.m.8 views

BIT-DJANGO-2025-64459 Potential SQL injection via _connector keyword argument in QuerySet and Q objects

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 Q, are subject to SQL injection when using a suitably crafted dictionary, with dictionary expansion, as the connector argument...

9.1CVSS8.1AI score0.19396EPSS
SaveExploits10References5
OSV
OSV
added 2025/11/11 11:36 a.m.12 views

BIT-DJANGO-2025-64458 Potential denial-of-service vulnerability in HttpResponseRedirect and HttpResponsePermanentRedirect on Windows

An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8. NFKC normalization in Python is slow on Windows. As a consequence, django.http.HttpResponseRedirect, django.http.HttpResponsePermanentRedirect, and the shortcut django.shortcuts.redirect were subject to a...

7.5CVSS6.8AI score0.01902EPSS
SaveExploits1References4
OPENSUSE Linux
OPENSUSE Linux
added 2025/11/11 12:00 a.m.2 views

Security update for python-Django (important)

openSUSE security update: security update for python-django ------------------------------------------------------------- Announcement ID: openSUSE-SU-2025-20022-1 Rating: important References: bsc1250485 bsc1250487 Cross-References: CVE-2025-59681 CVE-2025-59682 CVSS scores: CVE-2025-59681 SUSE ...

9.8CVSS6.3AI score0.0085EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/11/10 5:32 p.m.14 views

CVE-2025-64459

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 Q, are subject to SQL injection when using a suitably crafted dictionary, with dictionary expansion, as the connector argument...

9.1CVSS7.5AI score0.19396EPSS
SaveExploits10References7
Hacker One
Hacker One
added 2025/11/09 8:26 p.m.19 views

Django: Potential SQL Injection when annotating FilteredRelation on PostgreSQL

A potential SQL injection vulnerability was discovered in Django's annotation of FilteredRelation on PostgreSQL. The vulnerability was caused by an incomplete regular expression filter in the FORBIDDENALIASPATTERN. This allowed user input to be interpreted as raw strings, potentially enabling the...

9.8CVSS8.3AI score0.15656EPSS
SaveExploits4
Veracode
Veracode
added 2025/11/09 6:00 a.m.22 views

SQL Injection

Django is vulnerable to SQL Injection. The vulnerability is due to improper sanitization of user-supplied input when processing crafted dictionaries with dictionary expansion in the connector argument of query methods, which allows an attacker to inject arbitrary SQL queries into database...

9.1CVSS7.8AI score0.19396EPSS
SaveExploits10References13Affected Software2
OPENSUSE Linux
OPENSUSE Linux
added 2025/11/08 12:00 a.m.10 views

python311-Django-5.2.8-1.1 on GA media (moderate)

python311-Django-5.2.8-1.1 on GA media Announcement ID: openSUSE-SU-2025:15712-1 Rating: moderate Cross-References: CVE-2025-64459 Affected Products: openSUSE Tumbleweed An update that solves one vulnerability can now be installed. Description: These are all security issues fixed in the...

9.1CVSS7.2AI score0.19396EPSS
SaveExploits10
RedhatCVE
RedhatCVE
added 2025/11/07 10:39 p.m.11 views

CVE-2025-64458

An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8. NFKC normalization in Python is slow on Windows. As a consequence, django.http.HttpResponseRedirect, django.http.HttpResponsePermanentRedirect, and the shortcut django.shortcuts.redirect were subject to a...

7.5CVSS6.5AI score0.01902EPSS
SaveExploits1References7
SUSE CVE
SUSE CVE
added 2025/11/07 12:23 a.m.12 views

SUSE CVE-2025-64458

An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8. NFKC normalization in Python is slow on Windows. As a consequence, django.http.HttpResponseRedirect, django.http.HttpResponsePermanentRedirect, and the shortcut django.shortcuts.redirect were subject to a...

7.5CVSS6.9AI score0.01902EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2025/11/07 12:23 a.m.14 views

SUSE CVE-2025-64459

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 Q, are subject to SQL injection when using a suitably crafted dictionary, with dictionary expansion, as the connector argument...

9.1CVSS8AI score0.19396EPSS
SaveExploits10References4
Tenable Nessus
Tenable Nessus
added 2025/11/07 12:00 a.m.8 views

Ubuntu 20.04 LTS / 22.04 LTS / 24.04 LTS / 25.04 / 25.10 : Django vulnerabilities (USN-7859-1)

The remote Ubuntu 20.04 LTS / 22.04 LTS / 24.04 LTS / 25.04 / 25.10 host has a package installed that is affected by a vulnerability as referenced in the USN-7859-1 advisory. It was discovered that Django incorrectly handled certain characters in queries. An attacker could possibly use this issue...

9.1CVSS8.2AI score0.19396EPSS
SaveExploits10References2
OSV
OSV
added 2025/11/07 12:00 a.m.6 views

OPENSUSE-SU-2025:15712-1 python311-Django-5.2.8-1.1 on GA media

These are all security issues fixed in the python311-Django-5.2.8-1.1 package on the GA media of openSUSE Tumbleweed...

9.1CVSS7.1AI score0.19396EPSS
SaveExploits10References1
Rows per page
Query Builder