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
    • 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-3208

CVE-2026-3208: WooCommerce Mercado Pago Info Disclosure

CVE-2026-3208 is an information disclosure vulnerability in the Mercado Pago payments plugin for WooCommerce that exposes sensitive PIX payment data. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-3208 Overview

CVE-2026-3208 is a missing authorization vulnerability [CWE-862] in the Mercado Pago payments for WooCommerce plugin for WordPress. The flaw affects all plugin versions up to and including 8.7.11. The mp_pix_image WooCommerce API endpoint lacks a capability check, allowing unauthenticated attackers to retrieve PIX payment QR code images for arbitrary orders. PIX QR codes embed sensitive merchant data including PIX keys (which may be CPF or CNPJ personal identifiers), transaction amounts, merchant name and city, and MercadoPago transaction references.

Critical Impact

Unauthenticated remote attackers can harvest sensitive merchant and order data, including personal identifiers tied to Brazilian PIX keys, by enumerating orders through an unprotected REST endpoint.

Affected Products

  • Mercado Pago payments for WooCommerce plugin for WordPress
  • All plugin versions up to and including 8.7.11
  • Fixed in version 8.7.12

Discovery Timeline

  • 2026-05-06 - CVE-2026-3208 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-3208

Vulnerability Analysis

The vulnerability resides in the PixGateway.php component of the Mercado Pago WooCommerce plugin. The mp_pix_image endpoint serves the QR code image associated with a PIX payment for a given WooCommerce order. The handler does not enforce a WordPress capability check or verify the requester's relationship to the order before returning the image. As a result, any unauthenticated client that can reach the WooCommerce API can request the QR image for an arbitrary order ID.

PIX QR codes are not opaque tokens. They are EMV-compliant payloads that encode the merchant's PIX key, the merchant's name and city, the transaction amount, and a MercadoPago transaction reference. In Brazil, PIX keys frequently map directly to CPF (individual taxpayer ID) or CNPJ (business taxpayer ID) values, which are personal identifiers under LGPD.

Root Cause

The root cause is missing authorization on a public-facing REST endpoint. The endpoint registration in PixGateway.php exposes mp_pix_image without a permission_callback that validates the caller. There is no order ownership check, no nonce validation for unauthenticated callers, and no rate limiting on order ID enumeration.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker iterates order identifiers against the WooCommerce API, requests the mp_pix_image resource for each, and decodes the returned QR codes to extract the embedded PIX payload. Because order IDs in WooCommerce are sequential integers, enumeration is straightforward. The disclosed information can support targeted phishing, merchant impersonation, and aggregation of PII for downstream fraud.

No verified public exploit code is available. See the Wordfence Vulnerability Report and the WooCommerce Plugin Code Reference for technical details.

Detection Methods for CVE-2026-3208

Indicators of Compromise

  • High-volume HTTP GET requests to the WooCommerce API path containing mp_pix_image from a single source IP or small set of IPs.
  • Sequential or pattern-based order ID parameters in requests to the mp_pix_image endpoint, indicating enumeration.
  • Requests to mp_pix_image lacking any authenticated session cookie or X-WP-Nonce header.
  • Access to the endpoint from non-customer geographies or hosting provider ASNs not typical for the merchant's customer base.

Detection Strategies

  • Parse web server access logs for the mp_pix_image endpoint and alert when request counts exceed a baseline per source IP within a short time window.
  • Correlate mp_pix_image access patterns against the order ID space, flagging non-sequential ownership requests originating from a single client.
  • Inspect WAF telemetry for unauthenticated requests to WooCommerce REST routes belonging to the Mercado Pago plugin.

Monitoring Recommendations

  • Enable verbose logging on the WordPress REST API and forward logs to a centralized SIEM for retention and analytics.
  • Track plugin version inventory across all WordPress sites and alert when versions at or below 8.7.11 are detected.
  • Monitor outbound notifications from MercadoPago to reconcile transaction references against expected merchant activity.

How to Mitigate CVE-2026-3208

Immediate Actions Required

  • Update the Mercado Pago payments for WooCommerce plugin to version 8.7.12 or later on every affected WordPress site.
  • Audit recent web server logs for requests to mp_pix_image and identify any unauthorized order data exposure.
  • Notify affected customers and merchants if log analysis indicates that PIX QR data was retrieved by unauthorized parties, in line with LGPD obligations.

Patch Information

The vendor addressed the issue in version 8.7.12 of the plugin. The fix is documented in the WooCommerce Plugin Version Change changeset, which adds the missing capability and ownership checks to the mp_pix_image endpoint in PixGateway.php.

Workarounds

  • If immediate patching is not possible, deploy a WAF rule that blocks unauthenticated requests to URLs containing mp_pix_image.
  • Temporarily disable the PIX payment gateway in the plugin settings until the update is applied.
  • Restrict access to the WooCommerce REST API by IP allowlisting at the reverse proxy or CDN layer where feasible.
bash
# Example WAF rule (ModSecurity) to block unauthenticated access to mp_pix_image
SecRule REQUEST_URI "@contains mp_pix_image" \
    "id:1026032081,phase:1,deny,status:403,\
    msg:'Block unauthenticated access to Mercado Pago mp_pix_image (CVE-2026-3208)',\
    chain"
    SecRule &REQUEST_HEADERS:Cookie "@eq 0"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

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

  • WooCommerce Plugin Code Reference

  • WooCommerce Plugin Version Change

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-10897: WooCommerce Designer Pro File Read Flaw

  • CVE-2025-12955: WooCommerce Plugin Info Disclosure Flaw

  • CVE-2025-12075: WooCommerce Order Splitter Info Leak

  • CVE-2026-1748: Invoct WordPress Plugin Data Disclosure Flaw
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