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

CVE-2026-7862: Eupago Gateway Auth Bypass Vulnerability

CVE-2026-7862 is an authentication bypass flaw in Eupago Gateway for WooCommerce plugin that allows attackers to initiate unauthorized refunds. This article covers the technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-7862 Overview

CVE-2026-7862 affects the Eupago Gateway for WooCommerce WordPress plugin in versions prior to 4.7.2. The plugin fails to restrict access to its refund request handler, exposing the endpoint to unauthenticated requests. Attackers can invoke the handler to initiate refunds against arbitrary WooCommerce orders using the merchant's stored payment gateway credentials. For payment methods that support payee redirection, attackers can route the refunded funds to an attacker-controlled bank account. This represents a broken access control flaw with direct financial impact for merchants running the affected plugin.

Critical Impact

Unauthenticated attackers can drain merchant funds by issuing refunds against any WooCommerce order and, for supported payment methods, redirect those refunds to attacker-controlled bank accounts.

Affected Products

  • Eupago Gateway for WooCommerce WordPress plugin versions before 4.7.2
  • WooCommerce stores integrating the Eupago payment gateway
  • WordPress sites with the vulnerable plugin installed and active

Discovery Timeline

  • 2026-05-28 - CVE-2026-7862 published to NVD
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2026-7862

Vulnerability Analysis

The vulnerability resides in the plugin's refund request handler. The handler is registered as a publicly reachable endpoint but does not perform authentication, capability, or nonce checks before processing refund requests. An unauthenticated attacker can send a crafted HTTP request that triggers the handler against any WooCommerce order identifier. The plugin then forwards the refund instruction to the Eupago payment gateway using the merchant's stored API credentials.

For payment methods that accept a destination bank account in the refund payload, the handler accepts attacker-supplied account details and forwards them to the gateway. The gateway processes the refund against the merchant's balance and disburses funds to the supplied account. This converts a broken access control issue into a direct funds-theft primitive.

Root Cause

The root cause is missing authorization on a sensitive state-changing endpoint, classifiable as Broken Access Control. The refund handler trusts the request origin without verifying that the caller is an authenticated administrator or shop manager. It also omits WordPress nonce validation that would otherwise constrain cross-site invocation.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker enumerates target sites running the plugin, identifies valid WooCommerce order identifiers through public order references or brute force, and submits crafted refund requests to the exposed handler. For payment methods that allow specifying a refund destination, the attacker includes an attacker-controlled account in the request. Refer to the WPScan Vulnerability Report for additional context on the exposed handler.

Detection Methods for CVE-2026-7862

Indicators of Compromise

  • Unexpected refund transactions in WooCommerce order history that were not initiated by store staff.
  • Refund records in the Eupago merchant dashboard targeting unfamiliar bank accounts or IBANs.
  • HTTP POST requests to the plugin's refund handler endpoint from unauthenticated sources or unusual IP addresses.
  • WooCommerce order status changes to refunded without corresponding entries in administrator audit logs.

Detection Strategies

  • Review web server access logs for requests targeting the Eupago refund handler path, filtering for requests lacking valid session cookies or admin referrers.
  • Correlate WooCommerce refund events against authenticated administrator sessions to identify refunds with no matching admin activity.
  • Reconcile Eupago payment gateway statements against expected refund volume to surface anomalous outflows.

Monitoring Recommendations

  • Enable WordPress audit logging for all refund and order state transitions and ship logs to a centralized SIEM.
  • Alert on any refund request originating from outside the WordPress admin context or without a valid wp_nonce parameter.
  • Monitor for spikes in refund volume per hour and per order, with thresholds tuned to baseline merchant activity.

How to Mitigate CVE-2026-7862

Immediate Actions Required

  • Update the Eupago Gateway for WooCommerce plugin to version 4.7.2 or later on all WordPress installations.
  • Audit recent refund history in both WooCommerce and the Eupago merchant dashboard for unauthorized transactions.
  • Rotate Eupago API credentials stored in the plugin configuration if unauthorized refunds are detected.
  • Contact Eupago support to dispute and reverse any fraudulent refunds identified during the audit.

Patch Information

Upgrade to Eupago Gateway for WooCommerce version 4.7.2 or later. The fixed release adds authorization and request validation to the refund handler. See the WPScan Vulnerability Report for the fixed version reference.

Workarounds

  • Deactivate the Eupago Gateway for WooCommerce plugin until the patched version can be deployed.
  • Block external access to the refund handler URL at the web application firewall or reverse proxy layer.
  • Restrict access to WordPress AJAX and admin-post endpoints by IP allowlist where feasible.
bash
# Example WAF rule (ModSecurity) to block unauthenticated refund handler access
SecRule REQUEST_URI "@contains eupago" \
    "id:1026786,phase:1,deny,status:403,\
    chain,msg:'Block unauthenticated Eupago refund handler access'"
    SecRule REQUEST_URI "@rx refund" \
        "chain"
        SecRule &REQUEST_COOKIES:wordpress_logged_in "@eq 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

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • WPScan Vulnerability Report
  • Related CVEs
  • CVE-2026-9241: WooCommerce Currency Switcher Auth Bypass

  • CVE-2026-48971: WooCommerce Auth Bypass Vulnerability

  • CVE-2025-14361: WooCommerce Envato Affiliates Auth Bypass

  • CVE-2026-45438: Smart Coupons Auth Bypass Vulnerability
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