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
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-15400

CVE-2025-15400: Pix para Woocommerce Auth Bypass Flaw

CVE-2025-15400 is an authentication bypass vulnerability in Pix para Woocommerce WordPress plugin that allows any authenticated user to reset payment gateway settings. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2025-15400 Overview

CVE-2025-15400 is a Missing Authorization vulnerability (CWE-862) affecting the Pix para Woocommerce WordPress plugin through version 2.13.3. The vulnerability allows any authenticated user to trigger AJAX actions that reset payment gateway configuration options without proper capability or nonce checks. This permits low-privileged authenticated users, such as subscribers, to clear API credentials and webhook status, causing persistent disruption of OpenPix payment functionality.

Critical Impact

Authenticated attackers can completely disable payment processing functionality by resetting critical API credentials and webhook configurations, potentially causing significant business disruption and revenue loss for e-commerce sites.

Affected Products

  • Pix para Woocommerce WordPress plugin version 2.13.3 and earlier
  • WordPress sites using OpenPix payment gateway integration
  • WooCommerce stores with Pix payment method enabled

Discovery Timeline

  • 2026-02-11 - CVE CVE-2025-15400 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2025-15400

Vulnerability Analysis

This vulnerability stems from improper access control in the Pix para Woocommerce WordPress plugin. The plugin exposes AJAX actions that handle sensitive payment gateway configuration operations but fails to implement proper authorization checks before processing these requests. Specifically, the plugin does not verify whether the authenticated user has the appropriate capabilities (such as manage_woocommerce or administrator role) to perform administrative operations, nor does it implement nonce verification to prevent unauthorized requests.

The vulnerability allows any authenticated WordPress user, including those with the minimal subscriber role, to invoke AJAX endpoints that reset payment gateway settings. This includes the ability to clear API credentials and webhook configurations that are essential for the OpenPix payment integration to function properly.

Root Cause

The root cause is a Missing Authorization vulnerability (CWE-862) in the AJAX action handlers. The plugin registers AJAX actions that modify sensitive payment configuration data but omits critical security checks:

  1. Missing Capability Checks: The code does not call current_user_can() to verify the user has administrative privileges before processing configuration changes
  2. Missing Nonce Verification: The handlers do not implement wp_verify_nonce() or check_ajax_referer() to validate request authenticity
  3. Overly Permissive AJAX Registration: The AJAX actions are registered for all authenticated users via wp_ajax_ hooks without restricting access based on user roles

Attack Vector

The attack can be executed remotely over the network by any authenticated user. The attacker requires only minimal authentication (subscriber-level access) and no user interaction is needed. The attack flow involves:

  1. An attacker creates or compromises a low-privilege WordPress account (e.g., subscriber)
  2. The attacker identifies the vulnerable AJAX action endpoints
  3. The attacker crafts and sends AJAX requests to reset payment gateway configuration
  4. The plugin processes the requests without authorization checks, clearing API credentials and webhook settings
  5. The OpenPix payment gateway becomes non-functional, disrupting all payment processing

The vulnerability can be exploited by sending specially crafted POST requests to the WordPress AJAX handler (/wp-admin/admin-ajax.php) with the appropriate action parameter targeting the vulnerable reset functionality.

Detection Methods for CVE-2025-15400

Indicators of Compromise

  • Unexpected changes to WooCommerce payment gateway settings, particularly OpenPix/Pix configurations
  • API credentials or webhook URLs being cleared without administrator action
  • Unusual AJAX requests to admin-ajax.php from low-privilege user sessions
  • Payment processing failures following suspicious admin-ajax activity

Detection Strategies

  • Monitor WordPress audit logs for configuration changes to payment gateway settings
  • Implement file integrity monitoring on WooCommerce configuration options in the database
  • Review web server access logs for repeated POST requests to admin-ajax.php with payment-related action parameters
  • Alert on payment gateway configuration changes that originate from non-administrator user sessions

Monitoring Recommendations

  • Enable comprehensive logging for all WooCommerce payment gateway configuration changes
  • Configure alerts for API credential modifications in payment plugins
  • Monitor for subscriber or customer accounts accessing administrative AJAX endpoints
  • Implement real-time detection for payment processing disruptions or configuration anomalies

How to Mitigate CVE-2025-15400

Immediate Actions Required

  • Update the Pix para Woocommerce plugin to the latest patched version when available
  • Review and audit all user accounts with any level of authentication to identify potential abuse
  • Verify payment gateway configurations have not been tampered with and restore if necessary
  • Consider temporarily restricting user registration or disabling subscriber-level accounts until patched

Patch Information

A security patch addressing this vulnerability should be available from the plugin developer. Administrators should monitor the WordPress plugin repository and the WPScan Vulnerability Report for update notifications. Until an official patch is released, implement the workarounds below to reduce exposure.

Workarounds

  • Restrict WordPress user registration to prevent unauthorized account creation
  • Remove or limit subscriber and customer role capabilities where possible
  • Implement a Web Application Firewall (WAF) rule to block suspicious AJAX requests to payment-related actions
  • Consider using a WordPress security plugin to add additional capability checks on sensitive AJAX handlers
  • Regularly backup and monitor payment gateway configuration settings
bash
# WordPress CLI commands to audit user roles and capabilities
# List all users with subscriber role who could exploit this vulnerability
wp user list --role=subscriber --format=table

# Verify current payment gateway settings are intact
wp option get woocommerce_openpix_settings

# Consider temporarily disabling user registration
wp option update users_can_register 0

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.01%

  • 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
  • WPScan Vulnerability Report
  • Related CVEs
  • CVE-2026-39662: WooCommerce Formula Plugin Auth Bypass

  • CVE-2026-4896: WCFM WordPress Auth Bypass Vulnerability

  • CVE-2026-1710: WooPayments Auth Bypass Vulnerability

  • CVE-2025-15484: WooCommerce Auth Bypass Vulnerability
Default Legacy - Prefooter | 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