Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-32270

CVE-2026-32270: Craft Commerce Information Disclosure Flaw

CVE-2026-32270 is an information disclosure vulnerability in Craft Commerce that exposes sensitive order data to unauthenticated users. This post covers the technical details, affected versions, impact, and mitigation.

Published: April 17, 2026

CVE-2026-32270 Overview

CVE-2026-32270 is an information disclosure vulnerability in Craft Commerce, an ecommerce platform for Craft CMS. The vulnerability exists in the PaymentsController::actionPay method, which discloses sensitive order data to unauthenticated users when an order number is provided and the email validation check fails during anonymous payment processing.

When an attacker provides an order number during the payment flow, the application retrieves the order before proper authorization is enforced. If the email check fails, the JSON error response includes a serialized order object containing sensitive customer information such as email addresses, shipping addresses, and billing addresses.

Critical Impact

Unauthenticated attackers can extract customer personally identifiable information (PII) including email addresses and physical addresses by exploiting the improper authorization flow in the payment controller.

Affected Products

  • Craft Commerce versions 4.0.0 through 4.10.2
  • Craft Commerce versions 5.0.0 through 5.5.4

Discovery Timeline

  • April 13, 2026 - CVE-2026-32270 published to NVD
  • April 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-32270

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The flaw occurs in the frontend payment flow where the actionPay() method retrieves orders by their order number before authorization is fully enforced. This sequence allows unauthenticated users to trigger information disclosure by manipulating payment requests.

The vulnerability is network-accessible and requires no privileges to exploit, though successful exploitation requires the attacker to know or guess valid order numbers. The information disclosed includes customer email addresses, shipping addresses, and billing addresses—all of which constitute personally identifiable information (PII) that could be leveraged for phishing attacks, identity theft, or further targeted attacks against customers.

Root Cause

The root cause is an authorization bypass in the payment processing flow. The PaymentsController::actionPay method loads the order object by number before validating whether the requester has proper authorization to access that order's data. When the email verification fails, instead of returning a generic error, the application returns a detailed JSON response containing the fully serialized order object with all its sensitive fields intact.

Attack Vector

The attack vector is network-based, targeting the payment endpoint. An attacker can exploit this vulnerability by sending crafted payment requests to the Craft Commerce application with guessed or enumerated order numbers. When the email validation fails, the error response leaks the order data. This attack requires no authentication and can be performed remotely.

The exploitation flow works as follows: An attacker submits a payment request with a valid order number but an incorrect or missing email address. The application loads the order to verify the email, but before the authorization check completes, it includes the order data in the error response when the email validation fails.

Detection Methods for CVE-2026-32270

Indicators of Compromise

  • Unusual volume of failed payment attempts with varying order numbers from single IP addresses
  • Error responses from payment endpoints containing serialized order objects with customer PII
  • Repeated requests to the payment action endpoint with invalid or missing email parameters
  • Access logs showing systematic enumeration patterns targeting the payment controller

Detection Strategies

  • Monitor web application firewall (WAF) logs for repeated failed payment requests from the same source
  • Implement rate limiting on payment endpoints and alert on threshold violations
  • Review application logs for error responses that include serialized order data
  • Analyze network traffic for patterns consistent with order number enumeration attacks

Monitoring Recommendations

  • Configure alerting for anomalous payment endpoint error rates
  • Enable detailed logging on the PaymentsController::actionPay method to track failed authorization attempts
  • Implement honeypot order numbers to detect active exploitation attempts
  • Monitor for data exfiltration patterns in outbound responses from payment endpoints

How to Mitigate CVE-2026-32270

Immediate Actions Required

  • Upgrade Craft Commerce version 4.x installations to version 4.11.0 or later
  • Upgrade Craft Commerce version 5.x installations to version 5.6.0 or later
  • Review application logs for evidence of prior exploitation attempts
  • Implement rate limiting on payment endpoints as a temporary protective measure

Patch Information

The vulnerability has been fixed in Craft Commerce versions 4.11.0 and 5.6.0. The patch ensures that authorization checks are properly enforced before order data is loaded and prevents sensitive order information from being included in error responses.

For detailed patch information, refer to the GitHub Commit Update. The fixed versions are available at GitHub Release Version 4.11.0 and GitHub Release Version 5.6.0. Additional details are available in the GitHub Security Advisory GHSA-3vxg-x5f8-f5qf.

Workarounds

  • Implement Web Application Firewall (WAF) rules to filter or block requests that appear to be probing the payment endpoint
  • Add rate limiting on the payment controller to slow down enumeration attempts
  • Consider temporarily disabling anonymous payments until the patch can be applied
  • Implement additional server-side logging to detect and respond to exploitation attempts
bash
# Example Composer upgrade command for Craft Commerce
composer require craftcms/commerce:^4.11.0
# Or for version 5.x
composer require craftcms/commerce:^5.6.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/TechCraft Commerce

  • SeverityLOW

  • CVSS Score1.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Commit Update

  • GitHub Release Version 4.11.0

  • GitHub Release Version 5.6.0

  • GitHub Security Advisory GHSA-3vxg-x5f8-f5qf
  • Related CVEs
  • CVE-2026-32272: Craft Commerce SQL Injection Vulnerability

  • CVE-2026-32271: Craft Commerce SQL Injection RCE Flaw

  • CVE-2026-31867: Craft Commerce Auth Bypass Vulnerability

  • CVE-2026-25483: Craft Commerce Stored XSS 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