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

CVE-2026-1455: Whatsiplus WooCommerce CSRF Vulnerability

CVE-2026-1455 is a Cross-Site Request Forgery flaw in Whatsiplus Scheduled Notification for WooCommerce plugin that lets attackers modify settings. This post covers the technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-1455 Overview

The Whatsiplus Scheduled Notification for WooCommerce plugin for WordPress contains a Cross-Site Request Forgery (CSRF) vulnerability in all versions up to and including 1.0.1. The vulnerability exists due to missing nonce validation on the wsnfw_save_users_settings AJAX action, allowing unauthenticated attackers to modify plugin configuration settings through forged requests when they can trick an authenticated site administrator into performing an action such as clicking a malicious link.

Critical Impact

Unauthenticated attackers can manipulate plugin settings by exploiting the CSRF vulnerability to forge requests on behalf of authenticated administrators, potentially compromising WooCommerce notification functionality and site integrity.

Affected Products

  • Whatsiplus Scheduled Notification for WooCommerce WordPress Plugin versions up to and including 1.0.1
  • WordPress sites using the affected plugin versions
  • WooCommerce installations with the Whatsiplus notification plugin enabled

Discovery Timeline

  • 2026-02-19 - CVE-2026-1455 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-1455

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery). The core issue stems from the plugin's failure to implement proper nonce verification in its AJAX handler for saving user settings. WordPress provides built-in security mechanisms for AJAX operations, including nonce tokens that verify the legitimacy of requests. When these protections are absent, attackers can craft malicious pages that submit requests to the vulnerable endpoint using the session of any authenticated administrator who visits the attacker-controlled page.

The vulnerable code is located in the wsnfw-ajax-request.php file, specifically in the AJAX action handler for wsnfw_save_users_settings. Without nonce validation, the plugin cannot distinguish between legitimate requests initiated by the administrator and forged requests from external sources.

Root Cause

The root cause is the absence of nonce validation in the wsnfw_save_users_settings AJAX action handler. WordPress security best practices require developers to use wp_verify_nonce() or check_ajax_referer() functions to validate that requests originate from legitimate sources within the WordPress admin interface. The vulnerable plugin code processes configuration changes without performing these critical security checks.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must craft a malicious web page containing a forged request targeting the vulnerable AJAX endpoint. When a WordPress site administrator with active session credentials visits the malicious page, the forged request is automatically submitted to their WordPress installation. The browser includes the administrator's session cookies with the request, causing the WordPress server to process the configuration change as if it were a legitimate administrative action.

The attack flow involves social engineering to lure the administrator to a malicious page, followed by automatic submission of the crafted request to the admin-ajax.php endpoint with the wsnfw_save_users_settings action parameter and attacker-controlled configuration values.

Detection Methods for CVE-2026-1455

Indicators of Compromise

  • Unexpected changes to Whatsiplus plugin configuration settings without administrator action
  • Unusual AJAX requests to admin-ajax.php with the wsnfw_save_users_settings action from external referrers
  • WooCommerce notification behavior changes that were not intentionally configured
  • Web server logs showing POST requests to admin-ajax.php with suspicious referrer headers

Detection Strategies

  • Monitor WordPress admin AJAX requests for the wsnfw_save_users_settings action with external or missing referrer headers
  • Implement Web Application Firewall (WAF) rules to detect potential CSRF attack patterns
  • Review plugin configuration change logs for unauthorized modifications
  • Deploy browser security headers including strict Content-Security-Policy directives

Monitoring Recommendations

  • Enable comprehensive logging for WordPress AJAX actions
  • Configure alerts for configuration changes to WooCommerce-related plugins
  • Implement referrer validation at the WAF level for administrative endpoints
  • Regularly audit plugin settings to detect unauthorized modifications

How to Mitigate CVE-2026-1455

Immediate Actions Required

  • Update the Whatsiplus Scheduled Notification for WooCommerce plugin to a patched version when available
  • Temporarily disable the plugin if updates are not yet available and the functionality is not critical
  • Implement WAF rules to filter suspicious requests targeting the vulnerable AJAX action
  • Educate site administrators about the risks of clicking untrusted links while logged into WordPress

Patch Information

Plugin users should check the WordPress Plugin Repository for updated versions that include nonce validation. Additional vulnerability details are available in the Wordfence Vulnerability Report. The vendor should implement proper nonce verification using WordPress's built-in check_ajax_referer() or wp_verify_nonce() functions in the AJAX handler.

Workarounds

  • Disable the Whatsiplus Scheduled Notification for WooCommerce plugin until a patch is available
  • Use a Web Application Firewall to block requests with suspicious referrer patterns targeting the AJAX endpoint
  • Restrict administrative access to trusted IP addresses to limit the attack surface
  • Implement browser isolation for administrative tasks to prevent CSRF exploitation
bash
# Example .htaccess rule to restrict AJAX access (use with caution)
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} admin-ajax\.php
    RewriteCond %{HTTP_REFERER} !^https?://(www\.)?yourdomain\.com [NC]
    RewriteRule ^ - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.01%

  • 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 Code Review

  • WordPress Plugin Code Review

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3499: WooCommerce Product Feed PRO CSRF Flaw

  • CVE-2026-39671: WooCommerce Extra Fees Plugin CSRF Flaw

  • CVE-2026-1672: BEAR WooCommerce Plugin CSRF Vulnerability

  • CVE-2026-1673: BEAR WooCommerce Plugin CSRF 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