The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-15260

CVE-2025-15260: MyRewards WordPress Auth Bypass Flaw

CVE-2025-15260 is an authorization bypass vulnerability in the MyRewards WordPress plugin that lets authenticated attackers modify loyalty program rules. This article covers technical details, affected versions, and mitigations.

Published: February 6, 2026

CVE-2025-15260 Overview

The MyRewards – Loyalty Points and Rewards for WooCommerce plugin for WordPress contains a missing authorization vulnerability affecting all versions up to and including 5.6.0. This vulnerability exists due to the plugin not properly verifying that a user is authorized to perform specific actions within the ajax function. Authenticated attackers with subscriber-level access or above can exploit this flaw to modify, add, or delete loyalty program earning rules, including manipulating point multipliers to arbitrary values.

Critical Impact

Authenticated attackers with minimal privileges (subscriber level) can manipulate loyalty program rules and point multipliers, potentially leading to financial losses and abuse of reward systems.

Affected Products

  • MyRewards – Loyalty Points and Rewards for WooCommerce plugin versions up to and including 5.6.0
  • WordPress sites using the vulnerable plugin versions
  • WooCommerce stores with loyalty point systems enabled

Discovery Timeline

  • 2026-02-04 - CVE CVE-2025-15260 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-15260

Vulnerability Analysis

This vulnerability falls under CWE-862 (Missing Authorization), a critical access control weakness where the application fails to perform authorization checks before allowing users to execute privileged actions. The vulnerable code path exists within the ajax function of the plugin's editlistcontroler.php file, which handles administrative operations for loyalty program management.

The flaw enables low-privileged authenticated users (subscribers) to bypass intended access restrictions and directly interact with the loyalty program's backend functionality. This is particularly dangerous in e-commerce environments where loyalty points often have direct monetary value or can be exchanged for discounts and products.

Root Cause

The root cause is inadequate authorization verification in the plugin's AJAX handler. The ajax function in editlistcontroler.php does not properly validate whether the requesting user has sufficient privileges to perform administrative actions on loyalty earning rules. The plugin appears to check for authentication (whether a user is logged in) but fails to verify the user's role or capabilities before processing requests that should be restricted to administrators or shop managers.

Attack Vector

An attacker needs only a valid WordPress subscriber account to exploit this vulnerability. The attack is conducted over the network by sending crafted AJAX requests directly to the vulnerable endpoint. Since no user interaction is required beyond initial authentication, the attack can be automated to systematically manipulate loyalty program configurations.

The attacker could:

  1. Create new earning rules that grant excessive points for minimal actions
  2. Modify existing point multipliers to inflate point values
  3. Delete legitimate earning rules to disrupt the loyalty program
  4. Manipulate conditions and thresholds to benefit specific accounts

The vulnerability allows direct manipulation of loyalty program earning rules through unauthorized AJAX requests. The vulnerable code path in editlistcontroler.php at line 76 processes modification requests without validating user capabilities. An attacker with subscriber privileges can craft requests to the AJAX handler to add, modify, or delete earning rules and point multipliers. For detailed technical analysis, see the WordPress Code Review.

Detection Methods for CVE-2025-15260

Indicators of Compromise

  • Unexpected modifications to loyalty program earning rules in WooCommerce settings
  • Unusual point multiplier values or newly created earning rules not authorized by administrators
  • AJAX requests to the plugin's editlistcontroler.php endpoint from low-privileged user sessions
  • Audit log entries showing loyalty program changes made by subscriber-level accounts

Detection Strategies

  • Monitor WordPress AJAX requests for actions targeting the MyRewards plugin from non-administrative users
  • Implement logging for all changes to loyalty program configurations and review for unauthorized modifications
  • Review user activity logs for subscribers or customers making administrative-level API calls
  • Set up alerts for bulk point balance changes or unusual reward redemption patterns

Monitoring Recommendations

  • Enable comprehensive audit logging for WooCommerce and loyalty plugin activities
  • Configure web application firewall (WAF) rules to monitor AJAX traffic patterns to plugin endpoints
  • Regularly audit loyalty program configurations for unauthorized changes
  • Implement real-time alerts for privilege escalation attempts or authorization bypass patterns

How to Mitigate CVE-2025-15260

Immediate Actions Required

  • Update the MyRewards – Loyalty Points and Rewards for WooCommerce plugin to a version newer than 5.6.0 when available
  • Audit current loyalty program earning rules and point multipliers for unauthorized modifications
  • Review subscriber and customer accounts for suspicious activity related to loyalty points
  • Consider temporarily disabling the plugin until a patched version is available if the risk is unacceptable

Patch Information

Organizations should monitor the official WordPress plugin repository and the Wordfence Vulnerability Report for patch availability. Until an official fix is released, implementing the workarounds below is strongly recommended.

Workarounds

  • Implement additional access control at the web server level to restrict AJAX endpoints to administrative IP addresses
  • Use a WordPress security plugin to add capability checks for AJAX requests to the vulnerable endpoint
  • Temporarily restrict the subscriber role's AJAX capabilities using a custom plugin or security configuration
  • Monitor and log all AJAX requests to the affected plugin endpoint for forensic analysis
bash
# Configuration example for Apache to restrict access to the vulnerable endpoint
# Add to .htaccess in the WordPress root directory
<Files "admin-ajax.php">
    <If "%{QUERY_STRING} =~ /woorewards|editlistcontroler/">
        Require ip 192.168.1.0/24
    </If>
</Files>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Code Review

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3139: WordPress User Profile Builder Auth Bypass

  • CVE-2026-3124: Download Monitor Auth Bypass Vulnerability

  • CVE-2026-4281: WordPress FormLift Auth Bypass Vulnerability

  • CVE-2026-2931: Amelia Booking Auth Bypass Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English