Vulnerability Description
Better Auth is an authentication and authorization library for TypeScript. Prior to version 1.1.21, the application is vulnerable to an open redirect due to improper validation of the callbackURL parameter in the email verification endpoint and any other endpoint that accepts callback url. While the server blocks fully qualified URLs, it incorrectly allows scheme-less URLs. This results in the browser interpreting the URL as a fully qualified URL, leading to unintended redirection. An attacker can exploit this flaw by crafting a malicious verification link and tricking users into clicking it. Upon successful email verification, the user will be automatically redirected to the attacker's website, which can be used for phishing, malware distribution, or stealing sensitive authentication tokens. This CVE is a bypass of the fix for GHSA-8jhw-6pjj-8723/CVE-2024-56734. Version 1.1.21 contains an updated patch.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Better-Auth | Better Auth | < 1.1.21 |
Related Weaknesses (CWE)
References
- https://github.com/better-auth/better-auth/commit/24659aefc35a536b95ea4e5347e52cPatch
- https://github.com/better-auth/better-auth/commit/b381cac7aafd6aa53ef78b6ab771ebPatch
- https://github.com/better-auth/better-auth/releases/tag/v1.1.21Release Notes
- https://github.com/better-auth/better-auth/security/advisories/GHSA-8jhw-6pjj-87Not Applicable
- https://github.com/better-auth/better-auth/security/advisories/GHSA-hjpm-7mrm-26Vendor Advisory
FAQ
What is CVE-2025-27143?
CVE-2025-27143 is a vulnerability with a CVSS score of 6.1 (MEDIUM). Better Auth is an authentication and authorization library for TypeScript. Prior to version 1.1.21, the application is vulnerable to an open redirect due to improper validation of the callbackURL para...
How severe is CVE-2025-27143?
CVE-2025-27143 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-27143?
Check the references section above for vendor advisories and patch information. Affected products include: Better-Auth Better Auth.