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

CVE-2026-0693: WordPress Allow HTML Plugin XSS Vulnerability

CVE-2026-0693 is a stored cross-site scripting vulnerability in the WordPress Allow HTML in Category Descriptions plugin, affecting multi-site installations. This post covers technical details, affected versions, and mitigation steps.

Published: February 20, 2026

CVE-2026-0693 Overview

The Allow HTML in Category Descriptions plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability affecting all versions up to and including 1.2.4. The vulnerability stems from the plugin unconditionally removing the wp_kses_data output filter for term_description, link_description, link_notes, and user_description fields without properly verifying user capabilities. This design flaw allows authenticated attackers with administrator-level access to inject arbitrary web scripts into category descriptions that execute whenever users access pages displaying the affected category descriptions.

Critical Impact

Authenticated attackers with administrative privileges can inject persistent malicious scripts that execute in the browsers of all users viewing affected category pages, potentially leading to session hijacking, credential theft, and privilege escalation on WordPress multi-site installations.

Affected Products

  • Allow HTML in Category Descriptions plugin for WordPress versions up to and including 1.2.4
  • WordPress multi-site installations with the vulnerable plugin
  • WordPress installations where unfiltered_html capability has been disabled

Discovery Timeline

  • 2026-02-14 - CVE CVE-2026-0693 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-0693

Vulnerability Analysis

This Stored XSS vulnerability (CWE-79) arises from improper output encoding in the Allow HTML in Category Descriptions WordPress plugin. The plugin's core functionality intentionally removes WordPress's built-in sanitization filters to allow HTML content in category descriptions, but it does so without implementing proper capability checks or alternative sanitization mechanisms.

The vulnerability specifically affects WordPress environments where the unfiltered_html capability has been disabled or in multi-site configurations where super-admin controls are in place. In these scenarios, even administrator accounts should not be able to inject arbitrary scripts, but the plugin bypasses these security controls entirely.

When an attacker with administrator-level access crafts a malicious category description containing JavaScript code, the script persists in the database and executes in the context of any user's browser session when they view pages that display the category description. This can lead to session token theft, administrative account compromise, and further propagation of attacks across the WordPress installation.

Root Cause

The root cause lies in the plugin's implementation at line 23 of html-in-category-descriptions.php, where the wp_kses_data filter is unconditionally removed from multiple description fields (term_description, link_description, link_notes, and user_description). WordPress uses wp_kses_data as a security filter to strip potentially dangerous HTML tags and attributes from user-submitted content. By removing this filter without implementing alternative security controls or capability checks, the plugin creates an avenue for persistent script injection regardless of the user's actual permissions to post unfiltered HTML.

Attack Vector

The attack requires network access and authenticated administrator-level credentials to the WordPress installation. An attacker would navigate to the category management interface and create or edit a category description to include malicious JavaScript payload. Once saved, the malicious script is stored in the WordPress database and executed whenever the category description is rendered on the frontend or backend of the site.

The attack is particularly impactful in multi-site WordPress installations where super-admins typically maintain control over script injection capabilities, or in security-hardened WordPress environments where the unfiltered_html capability has been deliberately disabled for all user roles.

Detection Methods for CVE-2026-0693

Indicators of Compromise

  • Unexpected JavaScript or HTML tags within category, link, or user description fields in the WordPress database
  • Browser console errors or unexpected network requests when viewing category archive pages
  • User reports of unusual browser behavior or unexpected redirects when accessing category pages
  • Audit log entries showing modifications to category descriptions by administrator accounts

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Deploy web application firewalls (WAF) with XSS signature detection rules for WordPress environments
  • Monitor database tables (wp_terms, wp_term_taxonomy) for suspicious HTML or JavaScript content patterns
  • Use WordPress security plugins to scan for known vulnerable plugin versions

Monitoring Recommendations

  • Enable and review WordPress audit logs for category description modifications
  • Configure real-time alerting for any changes to term metadata in the WordPress database
  • Implement browser-based XSS detection through CSP violation reporting endpoints
  • Schedule regular automated scans of WordPress installations for vulnerable plugin versions

How to Mitigate CVE-2026-0693

Immediate Actions Required

  • Audit existing category descriptions for any malicious script content and sanitize affected entries
  • Consider temporarily deactivating the Allow HTML in Category Descriptions plugin until a patched version is available
  • Implement Content Security Policy headers to mitigate the impact of any existing XSS payloads
  • Review administrator account access and remove unnecessary privileges

Patch Information

Organizations should monitor the WordPress Plugin repository for updated versions of the Allow HTML in Category Descriptions plugin that address this vulnerability. The Wordfence vulnerability report provides additional tracking information for patch availability.

Workarounds

  • Deactivate the Allow HTML in Category Descriptions plugin and use alternative methods to format category descriptions
  • Implement a Web Application Firewall (WAF) with strict XSS filtering rules for WordPress admin interfaces
  • Restrict administrator account access to trusted users only and enforce strong authentication mechanisms
  • Deploy Content Security Policy headers with strict script-src directives to prevent inline script execution
bash
# Add CSP headers to WordPress .htaccess for Apache
Header set Content-Security-Policy "script-src 'self'; object-src 'none';"

# For Nginx, add to server block
add_header Content-Security-Policy "script-src 'self'; object-src 'none';";

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 Score4.4

  • EPSS Probability0.03%

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

  • WordPress Plugin Development

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4512: reCaptcha by WebDesignBy XSS Vulnerability

  • CVE-2026-3361: WP Store Locator Plugin XSS Vulnerability

  • CVE-2026-1923: Social Rocket WordPress Plugin XSS Flaw

  • CVE-2026-6048: Flipbox Addon for Elementor 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