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 Improper Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade ghost to version 6.54.1 or higher.
ghost is a publishing platform
Affected versions of this package are vulnerable to Improper Authorization in RouterController._getSubscriptionCheckoutData through the subscription offer redemption flow in core/server/controllers/router.js. An attacker can redeem an archived or otherwise inactive subscription offer by submitting its offerId during checkout. This lets users obtain subscription benefits from offers that are no longer active, bypassing the intended offer lifecycle and allowing expired or archived promotions to be redeemed.
Notes
offersAPI.getOffer; the inactive-offer check is only relevant when the offer record still carries a status field, so offers without a status value were not constrained by this validation point.