GHSA-rrqc-c2jx-6jgv - MODERATE Vulnerability | GeekWala
Loading...
Skip to main content

GHSA-rrqc-c2jx-6jgv

MODERATE

Django allows enumeration of user e-mail addresses

Published October 8, 2024Updated October 30, 2024Source: osv

Details

An issue was discovered in Django v5.1.1, v5.0.9, and v4.2.16. The django.contrib.auth.forms.PasswordResetForm class, when used in a view implementing password reset flows, allows remote attackers to enumerate user e-mail addresses by sending password reset requests and observing the outcome (only when e-mail sending is consistently failing).

Remediation

Upgrade to the fixed version using your package manager.

pip
Update django to 4.2.16 or later
pip install "django>=4.2.16"
pip
Update django to 5.0.9 or later
pip install "django>=5.0.9"
pip
Update django to 5.1.1 or later
pip install "django>=5.1.1"

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (3)

PackageEcosystemAffectedFixed In
django
PyPI
1.0.1, 1.0.2, 1.0.3, 1.0.4 (+348 more)4.2.16
django
PyPI
5.0, 5.0.1, 5.0.2, 5.0.3 (+5 more)5.0.9
django
PyPI
5.15.1.1

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 3.1 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N

Risk Assessment

CVSS Score
3.1

Exploitation is difficult or impact is minor. Address in your next planned update.

EPSS Score (30-day exploit probability)
0.16%
Higher than 37% of vulnerabilities

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies