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 Missing Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade sylius/sylius to version 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 Missing Authorization via the POST /api/v2/shop/orders/{tokenValue}/items endpoint. An attacker can gain unauthorized access to and manipulate another user's shopping cart by submitting requests with a known cart tokenValue, potentially exposing sensitive information such as customer email addresses, cart contents, address data, payment and shipment IDs, and order totals.
This vulnerability can be mitigated by adding an ownership check in the handler responsible for adding items to the cart, ensuring the current user matches the cart owner before processing the request.