Validation Bypass Affecting paypal-ipn Open this link in a new tab package, versions <3.0.0
Attack Complexity
Low
Do your applications use this vulnerable package?
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 applications-
snyk-id
npm:paypal-ipn:20141203
-
published
3 Dec 2014
-
disclosed
3 Dec 2014
-
credit
Martin Angelov
Introduced: 3 Dec 2014
CVE-2014-10067 Open this link in a new tabHow to fix?
Upgrade to version 3.0.0 or greater.
Overview
paypal-ipn uses the test_ipn
parameter (which is set by the PayPal IPN simulator) to determine if it should use the production PayPal site or the sandbox.
"With a bit of time, an attacker could craft a request using the simulator that would fool any application which does not explicitly check for test_ipn in production." [1]
Source: Node Security Project