CVE-2026-64822 Details
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.
A user enumeration vulnerability has been identified in djangoSIGE versions through 1.10 (commit a6fe7e8). The issue resides in the ForgotPasswordView within djangosige/apps/login/views.py. This vulnerability allows unauthenticated attackers to identify valid accounts by analyzing the different error messages returned by the password reset endpoint. Attackers can send arbitrary usernames or email addresses to the POST login/esqueceu/ endpoint and differentiate between existing and non-existing accounts based on the discrepancies in the application's responses.
The vulnerability has been addressed by modifying the ForgotPasswordView to ensure that both existing and non-existing accounts return the same generic message, regardless of account status. Internal errors are now logged server-side instead of being exposed to the requester.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 21, 2026CISA-ADP
Assessed Jul 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-203 | Observable Discrepancy | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| djangoSIGE | <= 1.10 <= a6fe7e8e3a7d52ba0a25305df4e5e7e0cd5f5792 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Modified | CISA-ADP |
| Jul 21, 2026 | New CVE Received | [email protected] |
Volerion