Vulnerability Description
Ash Authentication provides authentication for the Ash framework. The confirmation flow for account creation currently uses a GET request triggered by clicking a link sent via email. Some email clients and security tools (e.g., Outlook, virus scanners, and email previewers) may automatically follow these links, unintentionally confirming the account. This allows an attacker to register an account using another user’s email and potentially have it auto-confirmed by the victim’s email client. This does not allow attackers to take over or access existing accounts or private data. It is limited to account confirmation of new accounts only. This vulnerability is fixed in 4.7.0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/team-alembic/ash_authentication/commit/99ea38977fd4f421d2aaae
- https://github.com/team-alembic/ash_authentication/security/advisories/GHSA-3988
FAQ
What is CVE-2025-32782?
CVE-2025-32782 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Ash Authentication provides authentication for the Ash framework. The confirmation flow for account creation currently uses a GET request triggered by clicking a link sent via email. Some email client...
How severe is CVE-2025-32782?
CVE-2025-32782 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-2025-32782?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.