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 applicationsUpgrade sylius/sylius to version 1.9.12, 1.10.16, 1.11.17, 1.12.23, 1.13.15, 1.14.18, 2.0.16, 2.1.12, 2.2.3 or higher.
sylius/sylius is a platform for PHP, based on Symfony framework.
Affected versions of this package are vulnerable to Time-of-check Time-of-use (TOCTOU) Race Condition through a race condition in the promotion and coupon usage limit enforcement process. An attacker can redeem limited-use promotions or coupons multiple times by sending concurrent requests that bypass usage restrictions. No authentication is required to exploit this issue, which may result in financial loss due to unlimited redemption of discounts.
This vulnerability can be mitigated by decorating the OrderPromotionsUsageModifier service to use atomic operations based on actual database-synchronized values, as described in the advisory.