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-9618

CVE-2026-9618: PeachPay WooCommerce Plugin CSRF Vulnerability

CVE-2026-9618 is a Cross-Site Request Forgery flaw in PeachPay for WooCommerce that allows attackers to delete Stripe credentials and disable payments. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-9618 Overview

CVE-2026-9618 is a Cross-Site Request Forgery (CSRF) vulnerability in the PeachPay — Payments & Express Checkout for WooCommerce WordPress plugin. The plugin supports Stripe, PayPal, Square, Authorize.net, and NMI payment gateways. All versions up to and including 1.120.46 are affected. The flaw exists in the peachpay_stripe_handle_admin_actions function due to missing or incorrect nonce validation. Unauthenticated attackers can permanently delete all stored Stripe credentials from the WordPress database by tricking an administrator into clicking a crafted link. This disables Stripe payment processing for the affected store.

Critical Impact

Successful exploitation deletes Stripe publishable keys, secret keys, webhook secrets, and Apple Pay configuration, disrupting payment processing for affected WooCommerce stores.

Affected Products

  • PeachPay — Payments & Express Checkout for WooCommerce plugin versions up to and including 1.120.46
  • WordPress installations running the vulnerable plugin
  • WooCommerce stores using PeachPay Stripe integration

Discovery Timeline

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

Technical Details for CVE-2026-9618

Vulnerability Analysis

The vulnerability falls under [CWE-352] Cross-Site Request Forgery. The PeachPay plugin exposes an administrative action handler, peachpay_stripe_handle_admin_actions, that processes state-changing operations on Stripe payment credentials. The function lacks proper nonce validation, which is the standard WordPress mechanism for verifying that a request originated from an authenticated administrator action rather than a forged cross-origin request.

When an authenticated WordPress administrator visits an attacker-controlled page or clicks a malicious link, the browser automatically attaches valid session cookies to the forged request. The plugin processes the request as legitimate and executes the credential deletion routine. This results in removal of Stripe publishable keys, secret keys, webhook signing secrets, and Apple Pay domain verification data from the WordPress options table.

Root Cause

The root cause is the absence of a verified nonce token check inside peachpay_stripe_handle_admin_actions before performing destructive operations on stored payment configuration. WordPress provides wp_verify_nonce() and check_admin_referer() helpers specifically to defend against CSRF, but the vulnerable code path does not enforce them. Referenced source files include core/admin/settings.php and core/payments/stripe/functions.php in the plugin repository.

Attack Vector

Exploitation requires user interaction from an authenticated administrator. An attacker crafts a malicious HTML page, email, or link containing an auto-submitting form or image tag targeting the vulnerable admin action endpoint. When the administrator opens the resource while logged into WordPress, the browser issues the forged request with valid authentication cookies. No credentials or prior access to the WordPress instance are required by the attacker.

No verified proof-of-concept code is available. See the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2026-9618

Indicators of Compromise

  • Unexpected removal of Stripe credentials from the WordPress wp_options table, including publishable keys, secret keys, and webhook secrets
  • Sudden failure of Stripe payment processing on WooCommerce checkout pages with no administrator-initiated configuration change
  • Web server access logs showing requests to PeachPay admin action endpoints originating from external Referer headers
  • Apple Pay domain verification entries disappearing without administrator action

Detection Strategies

  • Monitor WordPress audit logs for changes to PeachPay plugin options, particularly any delete_option operations targeting Stripe configuration keys
  • Inspect HTTP request logs for GET or POST requests to PeachPay admin handlers that lack a valid _wpnonce parameter
  • Correlate administrator session activity with credential deletion events to identify requests triggered from external referrers

Monitoring Recommendations

  • Enable a WordPress activity log plugin to capture option changes and plugin setting modifications in real time
  • Alert on any unexpected zeroing or deletion of payment gateway credentials in the database
  • Review web application firewall (WAF) logs for cross-origin POSTs targeting WordPress admin URLs

How to Mitigate CVE-2026-9618

Immediate Actions Required

  • Update the PeachPay — Payments & Express Checkout for WooCommerce plugin to a version newer than 1.120.46 as soon as a patched release is available
  • Back up current Stripe configuration and store credentials in a secure secrets manager so they can be restored quickly if deleted
  • Restrict administrator browsing habits, advising admins not to browse untrusted sites or click unknown links while authenticated to the WordPress dashboard

Patch Information

Review the plugin changeset referenced in the WordPress Plugin Changeset for the upstream fix. The corrected code path should invoke nonce verification before executing any Stripe credential modification. Site administrators should confirm the patched plugin version is installed by checking the plugin metadata in wp-admin.

Workarounds

  • Deploy a web application firewall rule that blocks requests to PeachPay admin action endpoints lacking a valid _wpnonce parameter
  • Use a browser session isolation strategy: perform WordPress administration in a dedicated browser profile not used for general browsing
  • Temporarily deactivate the PeachPay plugin until a patched version is installed if Stripe processing is not actively required
bash
# Configuration example: Example WAF rule (pseudocode) to block PeachPay admin actions without a nonce
# Block requests to PeachPay admin handlers that omit _wpnonce
SecRule REQUEST_URI "@contains peachpay_stripe_handle_admin_actions" \
    "chain,deny,status:403,id:1002026,msg:'PeachPay admin action without nonce (CVE-2026-9618)'"
    SecRule &ARGS:_wpnonce "@eq 0"

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • WordPress Plugin Settings Code

  • WordPress Plugin Stripe Functions

  • WordPress Plugin Stripe Functions

  • WordPress Plugin Settings Code

  • WordPress Plugin Stripe Functions

  • WordPress Plugin Stripe Functions

  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6455: WP Contact Form 7 DB Handler CSRF Vulnerability

  • CVE-2026-8906: WP Promoter Plugin CSRF Vulnerability

  • CVE-2026-8939: WordPress Search Simple Fields CSRF Flaw

  • CVE-2026-8943: GoStats WordPress Plugin CSRF 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