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/paypal-plugin
to version 1.6.2, 1.7.2, 2.0.2 or higher.
sylius/paypal-plugin is a PayPal plugin for Sylius.
Affected versions of this package are vulnerable to External Control of Assumed-Immutable Web Parameter. The user-input payment amount is not adequately confirmed to be the same between payment completion and order authorization, in ProcessPayPalOrderAction.php
and CompletePayPalOrderFromPaymentPageAction.php
An attacker can intentionally pay less than the actual total order amount by modifying the shopping cart contents during checkout.
This vulnerability can be worked around by manually patching PayPalOrderCompleteProcessor
, CompletePayPalOrderListener
, and CaptureAction
to include payment verification logic.