CVE-2026-64822

Summary

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.

Affected Software

VendorProductVersion RangeStatus
thiagopenadjangoSIGE0 <= 1.10affected
thiagopenadjangoSIGE0 <= a6fe7e8e3a7d52ba0a25305df4e5e7e0cd5f5792affected

Weaknesses

  • CWE-203: Observable Discrepancy

References