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

CVE-2026-0555: Premmerce WordPress Plugin XSS Vulnerability

CVE-2026-0555 is a stored XSS vulnerability in the Premmerce WordPress plugin affecting versions up to 1.3.20. Authenticated attackers can inject malicious scripts via the AJAX endpoint. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2026-0555 Overview

The Premmerce plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in the premmerce_wizard_actions AJAX endpoint affecting all versions up to and including 1.3.20. The vulnerability arises from missing capability checks combined with insufficient input sanitization and output escaping on the state parameter. This security flaw enables authenticated attackers with subscriber-level access or above to inject arbitrary web scripts into pages that execute whenever a user accesses the affected Premmerce Wizard admin page.

Critical Impact

Authenticated attackers with minimal privileges (subscriber level) can inject persistent malicious scripts that execute in the context of administrator sessions when viewing the Premmerce Wizard admin page, potentially leading to account takeover or sensitive data theft.

Affected Products

  • Premmerce WordPress Plugin versions up to and including 1.3.20
  • WordPress installations with Premmerce plugin enabled
  • Sites allowing subscriber-level user registration

Discovery Timeline

  • 2026-02-07 - CVE-2026-0555 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2026-0555

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability exists due to a combination of authorization and sanitization failures in the Premmerce WordPress plugin. The premmerce_wizard_actions AJAX endpoint lacks proper capability checks, allowing users with low-privilege accounts (subscriber level and above) to access functionality that should be restricted to administrators.

The state parameter passed to this endpoint is neither properly sanitized on input nor escaped on output. When malicious JavaScript is submitted through this parameter, it gets stored in the database and subsequently rendered without encoding in the Premmerce Wizard admin page. This creates a persistent attack vector where the injected script executes every time an administrator or authorized user views the affected admin interface.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The attack can be executed remotely over the network and requires only basic authentication with subscriber privileges, making it accessible to a wide range of potential attackers on WordPress sites that allow user registration.

Root Cause

The root cause stems from two distinct security failures working in combination:

  1. Missing Capability Checks: The AJAX handler in WizardHandler.php fails to verify that the requesting user has appropriate administrative permissions before processing the request. WordPress capability checks (such as current_user_can()) are absent or insufficient, allowing subscribers to invoke administrator-intended functionality.

  2. Insufficient Input Validation and Output Escaping: The state parameter is processed and stored without proper sanitization using WordPress functions like sanitize_text_field() or wp_kses(). Additionally, when the stored value is rendered in views/admin/tabs/wizard.php, it is output without proper escaping using functions like esc_attr() or esc_html(), allowing the injected script to execute in the browser.

Attack Vector

The attack leverages the network-accessible AJAX endpoint to deliver the payload. An attacker needs only a valid subscriber-level account on the target WordPress installation. The attack flow proceeds as follows:

  1. The attacker authenticates to WordPress with a subscriber account
  2. A crafted AJAX request is sent to the premmerce_wizard_actions endpoint with malicious JavaScript in the state parameter
  3. The payload is stored in the WordPress database without sanitization
  4. When an administrator visits the Premmerce Wizard admin page, the stored script executes in their browser session

The injected script can perform actions with the privileges of the victim user, including creating new administrator accounts, modifying site content, exfiltrating sensitive data, or installing malicious plugins.

For technical implementation details, refer to the WordPress Plugin WizardHandler Code and WordPress Plugin Wizard View Code.

Detection Methods for CVE-2026-0555

Indicators of Compromise

  • Unexpected or anomalous AJAX requests to the premmerce_wizard_actions endpoint from non-administrator users
  • Suspicious JavaScript code stored in the WordPress database related to Premmerce wizard state data
  • Administrator session anomalies following visits to the Premmerce Wizard admin page
  • Unauthorized creation of administrator accounts or privilege changes

Detection Strategies

  • Monitor WordPress AJAX request logs for premmerce_wizard_actions calls originating from subscriber-level or low-privilege user accounts
  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in AJAX request parameters
  • Deploy endpoint detection solutions to identify malicious script execution in administrator browser sessions
  • Regularly audit database entries associated with Premmerce plugin for encoded or obfuscated JavaScript content

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX handlers and review logs for suspicious parameter values
  • Configure real-time alerting for capability bypass attempts on restricted AJAX endpoints
  • Implement Content Security Policy (CSP) headers to mitigate script execution from injected content
  • Monitor for unusual administrative actions that may indicate compromised sessions

How to Mitigate CVE-2026-0555

Immediate Actions Required

  • Update the Premmerce plugin to a patched version if available (versions after 1.3.20)
  • Temporarily disable the Premmerce plugin if an update is not yet available and the functionality is not critical
  • Review subscriber and low-privilege user accounts for suspicious activity
  • Audit the Premmerce Wizard state data in the database for signs of injected scripts

Patch Information

Refer to the Wordfence Vulnerability Report for the latest patch status and remediation guidance from the plugin vendor. Update to the latest version of the Premmerce plugin as soon as a security fix is released. The vulnerable code locations can be reviewed in the WordPress plugin repository at Admin.php and WizardApi.php.

Workarounds

  • Restrict user registration on affected WordPress sites to prevent attackers from obtaining subscriber accounts
  • Implement additional access controls via security plugins to limit AJAX endpoint access to administrators only
  • Deploy a Web Application Firewall with XSS filtering rules to block malicious payloads targeting this endpoint
  • Consider removing or replacing the Premmerce plugin until a patched version is available
bash
# WordPress configuration to restrict user registration
# Add to wp-config.php to limit new registrations while vulnerable
define('WP_ALLOW_MULTISITE', false);

# Or via wp-admin: Settings -> General -> uncheck "Anyone can register"
# Additionally, review existing subscriber accounts for suspicious users

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.03%

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

  • WordPress Plugin WizardHandler Code

  • WordPress Plugin WizardApi Code

  • WordPress Plugin Wizard View Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

  • CVE-2026-3005: WordPress List Category Posts XSS Flaw

  • CVE-2026-5742: WordPress UsersWP Plugin XSS Vulnerability

  • CVE-2026-4336: WordPress Ultimate FAQ Accordion XSS 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