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.1, 1.7.1, 2.0.1 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 initial entry and payment completion, in ProcessPayPalOrderAction.php
and CompletePayPalOrderFromPaymentPageAction.php
An attacker can intentionally pay less than the actual total order amount by modifying the item quantity in their shopping cart during checkout.
This vulnerability can be worked around by manually patching ProcessPayPalOrderAction
, CompletePayPalOrderFromPaymentPageAction
, and CaptureAction
to include payment amount verification logic.