Vulnerability Description
Basecamp's Google Sign-In adds Google sign-in to Rails applications. Prior to version 1.3.0, it is possible to craft a malformed URL that passes the "same origin" check, resulting in the user being redirected to another origin. Rails applications configured to store the flash information in a session cookie may be vulnerable, if this can be chained with an attack that allows injection of arbitrary data into the session cookie. This issue has been patched in version 1.3.0. If upgrading is not possible at this time, a way to mitigate the chained attack can be done by explicitly setting SameSite=Lax or SameSite=Strict on the application session cookie.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/basecamp/google_sign_in/commit/85903651201257d4f14b97d4582e6d
- https://github.com/basecamp/google_sign_in/pull/73
- https://github.com/basecamp/google_sign_in/releases/tag/v1.3.0
- https://github.com/basecamp/google_sign_in/security/advisories/GHSA-7pwc-wh6m-44
FAQ
What is CVE-2025-57821?
CVE-2025-57821 is a vulnerability with a CVSS score of 4.2 (MEDIUM). Basecamp's Google Sign-In adds Google sign-in to Rails applications. Prior to version 1.3.0, it is possible to craft a malformed URL that passes the "same origin" check, resulting in the user being re...
How severe is CVE-2025-57821?
CVE-2025-57821 has been rated MEDIUM with a CVSS base score of 4.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-57821?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.