A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI 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-15565

CVE-2025-15565: Nexi XPay WordPress Auth Bypass Flaw

CVE-2025-15565 is an authentication bypass vulnerability in the Nexi XPay WordPress plugin allowing attackers to mark WooCommerce orders as paid. This article covers the technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2025-15565 Overview

CVE-2025-15565 is an authorization bypass vulnerability in the Nexi XPay plugin for WordPress that allows unauthenticated attackers to mark pending WooCommerce orders as paid or completed. The vulnerability exists due to missing authorization checks on the redirect function in all versions up to and including 8.3.0. This flaw enables unauthorized modification of e-commerce order data, potentially leading to significant financial losses for affected merchants.

Critical Impact

Unauthenticated attackers can bypass payment verification and mark unpaid WooCommerce orders as completed, enabling fraudulent purchases without actual payment.

Affected Products

  • Nexi XPay plugin for WordPress versions ≤ 8.3.0
  • WooCommerce installations using the vulnerable Nexi XPay payment gateway
  • WordPress sites with the Cartasi X-Pay plugin installed

Discovery Timeline

  • 2026-04-14 - CVE CVE-2025-15565 published to NVD
  • 2026-04-14 - Last updated in NVD database

Technical Details for CVE-2025-15565

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), indicating that the affected redirect function fails to verify whether the requesting user has proper authorization to modify order status. The flaw resides in the WC_Gateway_XPay_Process_Completion.php file within the plugin's payment completion workflow.

When processing payment callbacks, the redirect function accepts requests to update order status without validating the authenticity of the payment completion signal. This architectural oversight allows any unauthenticated remote attacker to craft requests that manipulate order states, effectively bypassing the payment verification process entirely.

The attack can be executed over the network without any user interaction or authentication, making it particularly dangerous for e-commerce sites that rely on the Nexi XPay gateway for payment processing.

Root Cause

The root cause is the absence of proper authorization checks in the redirect function within WC_Gateway_XPay_Process_Completion.php. The function processes order completion requests without verifying:

  1. Whether the request originates from a legitimate payment gateway callback
  2. If the requesting entity has authorization to modify order status
  3. Whether proper cryptographic verification of the payment transaction has occurred

This missing authorization pattern is a common security oversight in payment gateway integrations where developers assume all incoming callbacks are legitimate.

Attack Vector

The vulnerability is exploitable via network-based requests. An attacker with knowledge of the endpoint structure can send crafted HTTP requests to the vulnerable redirect function to manipulate WooCommerce order statuses. The attack requires no authentication or user interaction.

The attacker would need to:

  1. Identify a WordPress site using the vulnerable Nexi XPay plugin
  2. Determine or guess valid order IDs for pending orders
  3. Craft requests to the redirect endpoint that trigger order completion
  4. Submit the malicious requests to mark orders as paid without actual payment

Technical details of the vulnerable code can be found in the WordPress Cartasi XPay Code repository.

Detection Methods for CVE-2025-15565

Indicators of Compromise

  • Unusual order status changes from "pending" to "completed" without corresponding payment gateway logs
  • Orders marked as paid without matching transaction records in the Nexi XPay payment processor dashboard
  • HTTP requests to the XPay completion endpoints from unexpected IP addresses or without proper callback signatures

Detection Strategies

  • Monitor WooCommerce order status change logs for orders transitioning to "completed" without legitimate payment callbacks
  • Implement logging on the redirect endpoint to capture all incoming requests and compare against legitimate payment gateway traffic patterns
  • Cross-reference completed orders with actual payment processor transaction records to identify discrepancies

Monitoring Recommendations

  • Enable detailed access logging for the WordPress installation to track requests to payment-related endpoints
  • Set up alerts for unusual spikes in order completion requests or orders completed without corresponding payment processor notifications
  • Regularly audit WooCommerce order history against payment gateway transaction logs to detect fraudulent completions

How to Mitigate CVE-2025-15565

Immediate Actions Required

  • Update the Nexi XPay plugin to a version newer than 8.3.0 that includes the authorization fix
  • Audit all recent WooCommerce orders to identify any potentially fraudulent completions that occurred during the exposure window
  • Implement additional server-level access controls to restrict access to payment callback endpoints until patching is complete

Patch Information

Organizations should update the Nexi XPay plugin to the latest patched version available. Consult the Wordfence Vulnerability Report for detailed remediation guidance and patch availability information.

Before applying updates, create a complete backup of the WordPress installation including the database. Test the update in a staging environment if possible to ensure compatibility with your WooCommerce configuration.

Workarounds

  • Temporarily disable the Nexi XPay payment gateway until a patched version can be applied
  • Implement Web Application Firewall (WAF) rules to restrict access to the vulnerable redirect endpoint to only known Nexi payment gateway IP addresses
  • Enable additional order verification workflows that require manual review of completed orders before fulfillment
bash
# Configuration example
# Add to .htaccess to restrict access to XPay endpoints (temporary workaround)
<FilesMatch "WC_Gateway_XPay_Process_Completion\.php$">
    Order deny,allow
    Deny from all
    # Allow only from Nexi payment gateway IPs (verify current IPs with Nexi)
    Allow from 192.0.2.0/24
</FilesMatch>

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 Score5.3

  • 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:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Cartasi XPay Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-15369: Xpro Addons Auth Bypass Vulnerability

  • CVE-2026-8610: WordPress TypeSquare Plugin Auth Bypass

  • CVE-2026-8681: WordPress Essential Chat Support Bypass

  • CVE-2025-4202: Multicollab WordPress Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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