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 Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade @better-auth/stripe to version 1.6.21, 1.7.0-beta.10 or higher.
@better-auth/stripe is a Stripe plugin for Better Auth
Affected versions of this package are vulnerable to Incorrect Authorization through the handling of organization subscription actions when the authorizeReference callback is used and both subscription.enabled and organization.enabled are set to true. An attacker can perform unauthorized billing actions on organizations they are a member of, such as canceling subscriptions, changing plans, restoring subscriptions, or accessing billing details, by manipulating the organization ID in the request query string to mismatch the active organization in their session. This is only exploitable if organization subscriptions are enabled, the authorizeReference callback is set, and users can join multiple organizations.
This vulnerability can be mitigated by configuring the authorizeReference callback to approve only the caller's active organization and returning false when the requested ID does not match the active organization ID.