CVE-2026-64822
Received Received - Intake

User Enumeration in djangoSIGE ForgotPasswordView

Vulnerability report for CVE-2026-64822, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-21

Last updated on: 2026-07-21

Assigner: VulnCheck

Description

djangoSIGE through 1.10 (commit a6fe7e8) contains a user enumeration vulnerability in ForgotPasswordView within djangosige/apps/login/views.py that allows unauthenticated attackers to identify valid accounts by observing distinct error messages returned by the password reset endpoint. Attackers can submit arbitrary usernames or email addresses to the POST login/esqueceu/ endpoint and distinguish between existing and non-existing accounts based on observable discrepancies in the application's responses.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-21
Last Modified
2026-07-21
Generated
2026-07-22
AI Q&A
2026-07-22
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-203 The product behaves differently or sends different responses under different circumstances in a way that is observable to an unauthorized actor, which exposes security-relevant information about the state of the product, such as whether a particular operation was successful or not.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

djangoSIGE through version 1.10 contains a user enumeration vulnerability in the ForgotPasswordView component. This flaw allows unauthenticated attackers to identify valid user accounts by exploiting differences in error messages returned by the password reset endpoint. Attackers can submit arbitrary usernames or email addresses to the POST login/esqueceu/ endpoint and determine which accounts exist based on the application's responses.

Detection Guidance

To detect this vulnerability, monitor the password reset endpoint for inconsistent error messages. Send POST requests to /login/esqueceu/ with valid and invalid usernames/emails and compare responses. Valid accounts may return different messages or status codes.

Impact Analysis

This vulnerability enables attackers to identify valid user accounts, which can lead to targeted phishing attacks, brute force attempts, or social engineering campaigns. It compromises user privacy by exposing account existence and may facilitate further attacks if combined with other vulnerabilities.

Compliance Impact

This vulnerability may violate privacy and data protection regulations such as GDPR and HIPAA by exposing user account information. GDPR requires protecting personal data and preventing unauthorized access, while HIPAA mandates safeguarding protected health information. The flaw undermines these requirements by allowing unauthorized disclosure of account existence.

Mitigation Strategies

Update djangoSIGE to the latest version beyond commit a6fe7e8. Implement uniform error messages for all password reset attempts to avoid account enumeration. Review and restrict access to the /login/esqueceu/ endpoint.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64822. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart