summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.14.txt
diff options
context:
space:
mode:
authorMichael Manfre <mike@manfre.net>2024-06-14 22:12:58 -0400
committerNatalia <124304+nessita@users.noreply.github.com>2024-07-09 10:03:20 -0300
commit07cefdee4a9d1fcd9a3a631cbd07c78defd1923b (patch)
tree34e5c5f44608fdcffd4c6ed0a6dbce944da7bf42 /docs/releases/4.2.14.txt
parent7285644640f085f41d60ab0c8ae4e9153f0485db (diff)
[5.0.x] Fixed CVE-2024-39329 -- Standarized timing of verify_password() when checking unusuable passwords.
Refs #20760. Thanks Michael Manfre for the fix and to Adam Johnson for the review.
Diffstat (limited to 'docs/releases/4.2.14.txt')
-rw-r--r--docs/releases/4.2.14.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/4.2.14.txt b/docs/releases/4.2.14.txt
index f32c0cf8d4..556cff4437 100644
--- a/docs/releases/4.2.14.txt
+++ b/docs/releases/4.2.14.txt
@@ -13,3 +13,10 @@ CVE-2024-38875: Potential denial-of-service vulnerability in ``django.utils.html
:tfilter:`urlize` and :tfilter:`urlizetrunc` were subject to a potential
denial-of-service attack via certain inputs with a very large number of
brackets.
+
+CVE-2024-39329: Username enumeration through timing difference for users with unusable passwords
+================================================================================================
+
+The :meth:`~django.contrib.auth.backends.ModelBackend.authenticate()` method
+allowed remote attackers to enumerate users via a timing attack involving login
+requests for users with unusable passwords.