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.