Vulnerability 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 Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/americooo/pentest-writeups/tree/main/djangoSIGE-CVE-2026-6482
- https://github.com/thiagopena/djangoSIGE/pull/163
- https://www.vulncheck.com/advisories/djangosige-user-enumeration-via-forgotpassw
FAQ
What is CVE-2026-64822?
CVE-2026-64822 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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 a...
How severe is CVE-2026-64822?
CVE-2026-64822 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-64822?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.