Description
The Premium Packages WordPress plugin before 7.2.1 does not verify PayPal's webhook signature before processing payment and subscription notifications, allowing unauthenticated attackers to forge payment confirmations and subscription-cancellation events against any order whose transaction id they know.
Published: 2026-09-23
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated PayPal webhook signature bypass allowing forged payment and cancellation events
Action: Patch immediately
AI Analysis

Impact

The Premium Packages WordPress plugin fails to verify the signature of PayPal webhook notifications for versions prior to 7.2.1, creating a situation in which an unauthenticated attacker can submit crafted notifications that appear to originate from PayPal. Because the plugin trusts any payload that contains a known transaction identifier, an attacker who learns a transaction ID can impersonate PayPal and trigger both payment confirmations and subscription cancellations. The weakness falls under CWE‑290, illustrating the absence of proper authentication for externally supplied data. The impact is that attacker‑controlled financial actions can be executed on behalf of a site owner without any user interaction, potentially draining funds, revoking legitimate subscriptions, or creating false billing records.

Affected Systems

WordPress sites that use the Premium Packages plugin in any version earlier than 7.2.1 are affected. The plugin is identified as "Premium Packages" and is supplied by an unnamed vendor. Users should check the plugin version via the WordPress admin dashboard and ensure it is upgraded to 7.2.1 or later.

Risk and Exploitability

The CVSS score is 5.3, indicating medium severity. The EPSS score is less than 1%, suggesting a low likelihood of exploitation in the current threat landscape. This vulnerability is not listed in the CISA KEV catalog. However, because the attack requires only knowledge of a transaction ID, which may be publicly available or easily guessed, the practical risk depends on how often transaction IDs are disclosed by site administrators or are otherwise discoverable. The likely attack vector is an unauthenticated user crafting HTTP requests to the plugin’s webhook endpoint, passing an arbitrary transaction ID to influence payment status.

Generated by OpenCVE AI on September 23, 2026 at 15:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Premium Packages plugin to version 7.2.1 or newer, which includes proper signature verification for PayPal notifications.
  • Configure the WordPress site to restrict the webhook endpoint to requests originating from PayPal’s IP ranges (using a firewall or .htaccess rules).
  • Implement input validation that rejects any webhook notifications lacking a valid PayPal signature, ensuring that only authenticated messages are processed.

Generated by OpenCVE AI on September 23, 2026 at 15:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description The Premium Packages WordPress plugin before 7.2.1 does not verify PayPal's webhook signature before processing payment and subscription notifications, allowing unauthenticated attackers to forge payment confirmations and subscription-cancellation events against any order whose transaction id they know.
Title Premium Packages < 7.2.1 - Unauthenticated PayPal Webhook Signature Verification Bypass
Weaknesses CWE-290
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-23T10:50:45.700Z

Reserved: 2026-09-18T08:45:53.297Z

Link: CVE-2026-93511

cve-icon Vulnrichment

Updated: 2026-09-23T10:32:19.279Z

cve-icon NVD

Status : Received

Published: 2026-09-23T06:17:06.163

Modified: 2026-09-23T11:17:18.253

Link: CVE-2026-93511

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T15:15:05Z

Weaknesses
  • CWE-290

    Authentication Bypass by Spoofing