Lucene search
+L

7508 matches found

RedhatCVE
RedhatCVE
added 2026/06/03 9:51 p.m.19 views

CVE-2026-6873

A flaw was found in Django. A remote attacker could exploit a non-injective salt derivation in django.http.HttpRequest.getsignedcookie by crafting specific cookie name and salt argument pairs. This vulnerability allows the attacker to use a signed cookie in a different context than intended,...

4.3CVSS5.7AI score0.00245EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/06/03 9:51 p.m.18 views

CVE-2026-7666

A flaw was found in Django. An on-path network attacker could exploit a vulnerability in django.core.mail.backends.smtp.EmailBackend where a partially-initialized connection is reused after a failed STARTTLS handshake when failsilently=True. This could allow the attacker to intercept and read ema...

3.1CVSS5.6AI score0.0015EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/06/03 9:51 p.m.21 views

CVE-2026-35193

A flaw was found in Django. This vulnerability allows a remote attacker to read private cached responses. This occurs because the UpdateCacheMiddleware in Django does not correctly add the Authorization header to the Vary response header for requests that include an Authorization header but lack...

3.1CVSS5.7AI score0.00359EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/06/03 4:25 p.m.18 views

Use of Cache Containing Sensitive Information

Overview Affected versions of this package are vulnerable to Use of Cache Containing Sensitive Information in the UpdateCacheMiddleware function. An attacker can access sensitive cached data by making unauthenticated requests to endpoints that have previously been accessed with an Authorization...

5.9CVSS5.5AI score0.00359EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/03 4:25 p.m.19 views

Incomplete Comparison with Missing Factors

Overview Affected versions of this package are vulnerable to Incomplete Comparison with Missing Factors in the hasvaryheader function. An attacker can gain access to cached responses intended for other users by sending requests with whitespace-padded Vary header values. Remediation Upgrade django...

5.9CVSS5.4AI score0.00354EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/03 4:24 p.m.20 views

Improper Verification of Cryptographic Signature

Overview Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature in the getsignedcookie function. An attacker can access data intended for a different context by crafting distinct name, salt pairs that result in the same concatenated value. Remediation...

4.8CVSS5.5AI score0.00245EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/03 4:23 p.m.18 views

Improper Handling of Case Sensitivity

Overview Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to improper handling of Cache-Control directives in UpdateCacheMiddleware. An attacker can gain unauthorized access to sensitive response data by sending requests with uppercase or mixed-case...

5.9CVSS5.4AI score0.00285EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/03 4:23 p.m.20 views

Cleartext Transmission of Sensitive Information

Overview Affected versions of this package are vulnerable to Cleartext Transmission of Sensitive Information in the EmailBackend function when a failed STARTTLS handshake occurs and failsilently=True is set. An attacker can intercept and read email content by performing a man-in-the-middle attack...

7.4CVSS5.4AI score0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/03 3:30 p.m.6 views

GHSA-923M-GV2P-W5QP Django: has_vary_header may expose cached responses when Vary values contain whitespace

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.utils.cache.hasvaryheader in Django does not strip leading or trailing whitespace from Vary response header values before comparison, which allows remote attackers to read cached responses via requests to URLs whose...

3.1CVSS6.3AI score0.00354EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/06/03 3:30 p.m.16 views

Django: signed cookies are vulnerable to salt namespace collisions

An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15. django.http.HttpRequest.getsignedcookie in Django uses a non-injective salt derivation concatenating the cookie name and salt argument, which allows a remote attacker to use a cookie in a context different from the one wher...

4.3CVSS6AI score0.00245EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/06/03 3:30 p.m.11 views

GHSA-H7PC-VWP9-298G Django: signed cookies are vulnerable to salt namespace collisions

An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15. django.http.HttpRequest.getsignedcookie in Django uses a non-injective salt derivation concatenating the cookie name and salt argument, which allows a remote attacker to use a cookie in a context different from the one wher...

3.1CVSS6AI score0.00245EPSS
SaveExploits0References9
OSV
OSV
added 2026/06/03 3:30 p.m.5 views

GHSA-8CJM-8MP7-R2XF Django: UpdateCacheMiddleware may disclose cached responses due to case-sensitive Cache-Control handling

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.middleware.cache.UpdateCacheMiddleware in Django does not match Cache-Control response directives case-insensitively, which allows remote attackers to read responses that were incorrectly cached because their...

3.1CVSS6.3AI score0.00285EPSS
SaveExploits0References9
OSV
OSV
added 2026/06/03 3:30 p.m.17 views

GHSA-MM6V-Q8Q9-PGCF Django fails to prevent reuse of a partially-initialized connection after a failed `STARTTLS` handshake

An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15. django.core.mail.backends.smtp.EmailBackend in Django fails to prevent reuse of a partially-initialized connection after a failed STARTTLS handshake when failsilently=True, which allows on-path network attackers to read ema...

3.1CVSS6AI score0.0015EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/06/03 3:30 p.m.13 views

Django: UpdateCacheMiddleware may disclose cached responses due to case-sensitive Cache-Control handling

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.middleware.cache.UpdateCacheMiddleware in Django does not match Cache-Control response directives case-insensitively, which allows remote attackers to read responses that were incorrectly cached because their...

5.3CVSS6.2AI score0.00285EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/03 3:30 p.m.13 views

Django: has_vary_header may expose cached responses when Vary values contain whitespace

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.utils.cache.hasvaryheader in Django does not strip leading or trailing whitespace from Vary response header values before comparison, which allows remote attackers to read cached responses via requests to URLs whose...

5.3CVSS6.3AI score0.00354EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/06/03 3:30 p.m.5 views

GHSA-QPC8-7FXC-CM4P Django: UpdateCacheMiddleware may disclose private cached responses by omitting Authorization from Vary

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.middleware.cache.UpdateCacheMiddleware in Django does not add Authorization to the Vary response header for requests bearing that header without Cache-Control: public, which allows remote attackers to read private...

3.1CVSS5.8AI score0.00359EPSS
SaveExploits0References8
OSV
OSV
added 2026/06/03 2:16 p.m.18 views

PYSEC-2026-201

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.middleware.cache.UpdateCacheMiddleware in Django does not match Cache-Control response directives case-insensitively, which allows remote attackers to read responses that were incorrectly cached because their...

5.3CVSS5.4AI score0.00285EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/03 2:16 p.m.19 views

CVE-2026-8404

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6. django.middleware.cache.UpdateCacheMiddleware in Django does not match Cache-Control response directives case-insensitively, which allows remote attackers to read responses that were incorrectly cached because their...

5.3CVSS0.00285EPSS
SaveExploits0References3
PyPA
PyPA
added 2026/06/03 2:16 p.m.28 views

PYSEC-2026-201

An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.django.middleware.cache.UpdateCacheMiddleware in Django does not match Cache-Control response directives case-insensitively, which allows remote attackers to read responses that were incorrectly cached because their...

5.3CVSS5.4AI score0.00285EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/06/03 2:16 p.m.21 views

CVE-2026-7666

An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15. django.core.mail.backends.smtp.EmailBackend in Django fails to prevent reuse of a partially-initialized connection after a failed STARTTLS handshake when failsilently=True, which allows on-path network attackers to read ema...

3.1CVSS0.0015EPSS
SaveExploits0References3
Rows per page
Query Builder