The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Insufficient Verification of Data Authenticity vulnerabilities in an interactive lesson.
Start learningUpgrade better-auth to version 1.6.22, 1.7.0-beta.10 or higher.
better-auth is a The most comprehensive authentication library for TypeScript.
Affected versions of this package are vulnerable to Insufficient Verification of Data Authenticity in the authentication process. An attacker can gain persistent unauthorized access to user accounts by registering an account with a victim's email address and a chosen password before the victim signs in using passwordless methods. When the victim later signs in via magic-link or email-OTP, the attacker's password remains valid, allowing continued access and potential takeover of the account. This is only exploitable if both the magic-link or email-OTP plugin and open email/password registration are enabled, and an account can be created for an email address before the legitimate owner signs in with the passwordless flow.
This vulnerability can be mitigated by requiring email verification before accepting any password on an account and by promptly removing unverified accounts.