LiveActive security incident?Get immediate response
CVE Record

CVE-2014-10067: paypal-ipn before 3.0.0 uses the `test_ipn` parameter (which is set by the PayPal IPN simulator) to determi...

paypal-ipn before 3.0.0 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.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Applications using paypal-ipn before 3.0.0 could be tricked into treating PayPal simulator traffic as valid production IPN traffic if they did not separately reject test_ipn in production. The business risk is payment-state manipulation in systems that trust IPN messages for fulfillment, account credit, or order status.

Executive priority

Prioritize if PayPal IPN drives fulfillment, subscription activation, account balances, or shipment decisions. This is not a broad infrastructure emergency based on provided evidence, but payment-integrity issues can create direct financial exposure.

Technical view

The vulnerable node module chose PayPal production versus sandbox behavior based on the request-controlled test_ipn parameter. Sources say an attacker could craft simulator-based requests that fool applications lacking an explicit production-side test_ipn check. Affected versions are paypal-ipn before 3.0.0.

Likely exposure

Exposure is limited to Node.js applications using the paypal-ipn module below 3.0.0, especially production PayPal IPN handlers that rely on the module without independently rejecting simulator/test IPN traffic.

Exploitation context

The bundle does not show CISA KEV listing, active exploitation, public exploit details, CVSS scoring, or CWE classification. It does describe a plausible request-forgery path involving the PayPal IPN simulator and the test_ipn parameter.

Researcher notes

Key validation is application-specific: the vulnerable library behavior matters most where production code fails to check test_ipn itself. The supplied sources do not provide CVSS, exploit prevalence, or detailed fixed-code analysis.

Mitigation direction

  • Upgrade paypal-ipn to version 3.0.0 or later if still used.
  • Reject test_ipn traffic in production IPN handlers.
  • Review vendor and package guidance before changing payment verification behavior.
  • Add payment-state safeguards before fulfillment or account crediting.

Validation and detection

  • Inventory applications using the paypal-ipn node module.
  • Confirm deployed package versions are not below 3.0.0.
  • Review production IPN handlers for explicit test_ipn rejection.
  • Check whether fulfillment depends solely on IPN trust decisions.
  • Review payment logs for unexpected simulator or test IPN indicators.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2014-10067 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnepaypal-ipn node module<3.0.0Listed
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.