CVE Catalog

CVE-2026-7792

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Summary

The WPForms – Easy Form Builder plugin for WordPress is vulnerable to insufficient verification of data authenticity in versions up to and including 1.10.0.1. This issue arises from the PayPal Commerce webhook endpoint processing unauthenticated JSON webhook payloads without verifying that the request originated from PayPal.

Risk Assessment

Attackers can forge PayPal webhook events and modify subscription payment records, potentially allowing unauthorized reactivation of canceled or suspended subscriptions.

Recommendation

It is recommended to update the plugin to the latest version to ensure proper HMAC-SHA256 signature verification for PayPal webhooks.

Original NVD description (English source)

The WPForms – Easy Form Builder for WordPress – Contact Forms, Payment Forms, Surveys, & More plugin for WordPress is vulnerable to Insufficient Verification of Data Authenticity in versions up to and including 1.10.0.1. This is due to the PayPal Commerce webhook endpoint processing unauthenticated JSON webhook payloads without verifying that the request originated from PayPal using the required HMAC-SHA256 webhook signature, and only checking whether the supplied event_type is whitelisted before dispatching the attacker-controlled resource data to handlers that update payment records. This makes it possible for unauthenticated attackers who know a valid PayPal subscription_id to forge PayPal webhook events and modify subscription payment records, such as reactivating a cancelled or suspended subscription by setting its subscription_status to active.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS