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-2026-1710

CVE-2026-1710: WooPayments Auth Bypass Vulnerability

CVE-2026-1710 is an authentication bypass flaw in WooPayments plugin for WordPress that allows unauthenticated attackers to modify plugin settings. This article covers the technical details, affected versions, and mitigations.

Published: April 2, 2026

CVE-2026-1710 Overview

The WooPayments: Integrated WooCommerce Payments plugin for WordPress contains a missing capability check vulnerability in the save_upe_appearance_ajax function. This authorization bypass affects all versions up to and including 10.5.1, allowing unauthenticated attackers to modify plugin settings without proper authorization. The vulnerability stems from improper access control (CWE-285: Improper Authorization), where the affected function fails to verify user capabilities before processing requests.

Critical Impact

Unauthenticated attackers can modify WooPayments plugin settings, potentially disrupting payment processing functionality or altering the payment gateway appearance for e-commerce sites.

Affected Products

  • WooPayments: Integrated WooCommerce Payments plugin for WordPress versions ≤ 10.5.1
  • WordPress sites using vulnerable WooPayments plugin versions
  • WooCommerce stores with affected payment gateway configurations

Discovery Timeline

  • March 31, 2026 - CVE-2026-1710 published to NVD
  • April 1, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1710

Vulnerability Analysis

This vulnerability represents a classic Broken Access Control flaw where the save_upe_appearance_ajax function in the WooPayments plugin lacks proper capability verification. When a WordPress plugin registers an AJAX action, it must implement authorization checks to ensure only permitted users can execute sensitive operations. In this case, the function processes appearance settings modifications without validating whether the requesting user has administrative privileges.

The vulnerability is network-accessible and requires no authentication, meaning any remote attacker can craft malicious requests to modify plugin settings. While the vulnerability does not directly expose confidential data, successful exploitation enables unauthorized modification of payment gateway configurations, which could impact the integrity and availability of the e-commerce payment system.

Root Cause

The root cause is a missing capability check in the save_upe_appearance_ajax AJAX handler function located in class-wc-payment-gateway-wcpay.php. WordPress plugins must use functions like current_user_can() to verify user permissions before executing privileged operations. The absence of this check allows any user—including unauthenticated visitors—to invoke the function and modify UPE (Universal Payment Element) appearance settings.

Attack Vector

The attack vector is network-based, allowing remote exploitation without authentication. An attacker can send a crafted HTTP POST request to the WordPress AJAX endpoint (/wp-admin/admin-ajax.php) with the action parameter set to invoke the vulnerable function. Since no nonce verification or capability check is performed, the request is processed regardless of the sender's authentication status.

The attack proceeds as follows: the attacker identifies a WordPress site running a vulnerable version of WooPayments, then crafts an AJAX request targeting the save_upe_appearance_ajax action with arbitrary appearance settings. The server processes this request without authorization validation, resulting in unauthorized modification of plugin configuration.

Detection Methods for CVE-2026-1710

Indicators of Compromise

  • Unexpected changes to WooPayments appearance settings in the WordPress database
  • Suspicious POST requests to /wp-admin/admin-ajax.php with action=save_upe_appearance_ajax from unauthenticated sources
  • Web server logs showing repeated AJAX requests from unusual IP addresses or geolocations
  • Modified wcpay_upe_appearance option values in the wp_options table without corresponding admin activity

Detection Strategies

  • Monitor WordPress AJAX endpoints for unauthorized access attempts to WooPayments-specific actions
  • Implement Web Application Firewall (WAF) rules to detect and block suspicious requests targeting the vulnerable function
  • Review WordPress activity logs for configuration changes not associated with authenticated administrator sessions
  • Deploy file integrity monitoring to detect unauthorized modifications to WooPayments plugin files

Monitoring Recommendations

  • Enable verbose logging for WooCommerce and WooPayments plugin activities
  • Configure SIEM alerts for high-volume AJAX requests targeting payment plugin endpoints
  • Implement real-time monitoring for changes to WordPress options table entries related to WooPayments
  • Establish baseline behavior for legitimate administrative actions to identify anomalous activity patterns

How to Mitigate CVE-2026-1710

Immediate Actions Required

  • Update the WooPayments plugin to a version newer than 10.5.1 that includes the security patch
  • Review WooPayments settings to verify no unauthorized modifications have occurred
  • Audit WordPress access logs for evidence of exploitation attempts
  • Consider temporarily disabling the plugin if immediate patching is not possible

Patch Information

The vulnerability has been addressed in the WooPayments plugin. The fix adds proper capability checks to the save_upe_appearance_ajax function to ensure only authorized administrators can modify appearance settings. Technical details of the patch can be found in the WordPress WooCommerce Payments Changeset. Additional vulnerability information is available in the Wordfence Vulnerability Report.

Workarounds

  • Implement WAF rules to block unauthorized requests to the save_upe_appearance_ajax AJAX action
  • Restrict access to /wp-admin/admin-ajax.php for unauthenticated users where feasible
  • Add custom capability checks via a security plugin or mu-plugin as a temporary measure
  • Enable WordPress application-level firewall protection through security plugins like Wordfence
bash
# Example .htaccess rule to restrict AJAX access (temporary workaround)
# Add to WordPress root .htaccess file
<Files admin-ajax.php>
    <RequireAll>
        Require all granted
    </RequireAll>
</Files>
# Note: This is a general hardening measure; update the plugin for complete protection

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-285
  • Technical References
  • WordPress WooCommerce Payments Code

  • WordPress WooCommerce Payments Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-15484: WooCommerce Auth Bypass Vulnerability

  • CVE-2026-25455: WooCommerce Product Slider Auth Bypass

  • CVE-2026-3138: WooCommerce Filter Auth Bypass Vulnerability

  • CVE-2026-1926: WooCommerce Subscriptions Auth Bypass Flaw
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