CVE-2026-7534 Details
Description
The SUMO Reward Points plugin for WordPress is vulnerable to Unauthenticated Stored Cross-Site Scripting via the REST API endpoint `/wp-json/wc-srp/v1/earning` in versions up to, and including, 32.7.0. This is due to the `user_has_cap` filter in the `SRP_REST_Earning_Controller` class unconditionally granting the custom `rs_earning_read` capability to all users — including unauthenticated visitors — combined with missing sanitization of the `reason` parameter in the `create_items()` function and missing output escaping in the `column_default()` method of `SRP_Master_Log`. This makes it possible for unauthenticated attackers to inject arbitrary web scripts into the reward points log that will execute whenever an administrator accesses the Master Log or User Reward Points admin pages.
A stored cross-site scripting vulnerability has been identified in the SUMO Reward Points plugin for WordPress, affecting versions through 32.7.0. The issue arises in the REST API endpoint '/wp-json/wc-srp/v1/earning', where the 'user_has_cap' filter improperly grants the 'rs_earning_read' capability to all users, including unauthenticated ones. This flaw, combined with inadequate sanitization of the 'reason' parameter in the 'create_items()' function and missing output escaping in the 'column_default()' method of 'SRP_Master_Log', allows unauthenticated attackers to inject arbitrary scripts into the reward points log. These scripts are executed when an administrator views the Master Log or User Reward Points admin pages.
Users are advised to update to version 32.8.0 or a newer patched version.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 23, 2026CISA-ADP
Assessed Jul 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| FantasticPlugins SUMO Reward Points | <= 32.7.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Modified | CISA-ADP |
| Jul 23, 2026 | New CVE Received | [email protected] |
Volerion