Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939027 (CVE-2024-45230, CVE-2024-45231) - <dev-python/django-{4.2.16, 5.0.9, 5.1.1}: Multiple vulnerabilities
Summary: <dev-python/django-{4.2.16, 5.0.9, 5.1.1}: Multiple vulnerabilities
Status: IN_PROGRESS
Alias: CVE-2024-45230, CVE-2024-45231
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Security
URL: https://www.djangoproject.com/weblog/...
Whiteboard: B3 [glsa?]
Keywords:
Depends on: 939226 939227
Blocks:
  Show dependency tree
 
Reported: 2024-09-04 07:22 UTC by Sam James
Modified: 2024-09-08 06:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-04 07:22:27 UTC
"""

CVE-2024-45230: Potential denial-of-service vulnerability in django.utils.html.urlize()

urlize and urlizetrunc were subject to a potential denial-of-service attack via very large inputs with a specific sequence of characters.

Thanks to MProgrammer for the report.

This issue has severity "moderate" according to the Django security policy.
CVE-2024-45231: Potential user email enumeration via response status on password reset

Due to unhandled email sending failures, the django.contrib.auth.forms.PasswordResetForm class allowed remote attackers to enumerate user emails by issuing password reset requests and observing the outcomes.

To mitigate this risk, exceptions occurring during password reset email sending are now handled and logged using the django.contrib.auth logger.

Thanks to Thibaut Spriet for the report.

This issue has severity "low" according to the Django security policy.
"""
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-04 07:23:44 UTC
commit 8bcd650f631d5b8a13160ca76b040b3465c09488
Author: Michał Górny <mgorny@gentoo.org>
Date:   Wed Sep 4 04:15:22 2024 +0200

    dev-python/django: Bump to 5.1.1

    Signed-off-by: Michał Górny <mgorny@gentoo.org>

commit ce343ec38f26c1d6bf43bd8e2599714b9f371cc1
Author: Michał Górny <mgorny@gentoo.org>
Date:   Wed Sep 4 04:17:09 2024 +0200

    dev-python/django: Bump to 5.0.9

    Signed-off-by: Michał Górny <mgorny@gentoo.org>

commit e63ec97e7ac22e15d1ce7c18bc53bc455df40fcc
Author: Michał Górny <mgorny@gentoo.org>
Date:   Wed Sep 4 04:18:20 2024 +0200

    dev-python/django: Bump to 4.2.16

    Signed-off-by: Michał Górny <mgorny@gentoo.org>
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-09-07 10:27:05 UTC
cleanup done.