SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-10628

MEDIUM · CVSS 4.3 EPSS 0.35% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-11 · Last synced 2026-08-10

CyberRota Analysis

AI-Generated

The Points and Rewards for WooCommerce plugin for WordPress is vulnerable to authorization bypass, allowing authenticated users with subscriber-level access and above to manipulate reward points, exfiltrate user data, and modify site settings. This vulnerability can lead to significant data breaches and unauthorized actions, making it critical for WordPress site administrators using this plugin to prioritize immediate updates to version 2.10.1 or later. Organizations relying on this plugin should assess their risk exposure and implement necessary security measures to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-10628
Severity
MEDIUM
CVSS
4.3
EPSS
0.35%
WordPress

Original NVD Description

The Points and Rewards for WooCommerce plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.10.0. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with subscriber-level access and above, to convert and drain any user's reward points into wallet balance, exfiltrate all users' emails and point balances to an attacker-controlled Klaviyo account, overwrite the site's Klaviyo public API key, block or unblock arbitrary users from the points system, and modify campaign banner and heading settings. The nonce used for authentication of these requests (wps-wpr-verify-nonce) is injected into every public-facing page via wp_localize_script(), and the wps_wpr_generate_custom_wallet handler is additionally registered on the wp_ajax_nopriv_ hook, meaning unauthenticated visitors can also obtain a valid nonce and exploit that specific action.