We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.
Please see our statement on Data Privacy.
auth-js is an isomorphic Javascript library for Supabase Auth. Prior to version 2.69.1, the library functions getUserById, deleteUser, updateUserById, listFactors and deleteFactor did not require the user supplied values to be valid UUIDs. This could lead to a URL path traversal, resulting in the wrong API function being called. Implementations that follow security best practice and validate user controlled inputs, such as the userId are not affected by this. This issue has been patched in version 2.69.1.
Reserved 2025-05-19 | Published 2025-05-27 | Updated 2025-05-27 | Assigner GitHub_MCWE-287: Improper Authentication
CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
github.com/...uth-js/security/advisories/GHSA-8r88-6cj9-9fh5
github.com/supabase/auth-js/pull/1063
Support options