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-2025-11185

CVE-2025-11185: Complianz WordPress Plugin XSS Vulnerability

CVE-2025-11185 is a stored cross-site scripting flaw in Complianz GDPR/CCPA Cookie Consent plugin for WordPress that allows authenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2025-11185 Overview

The Complianz – GDPR/CCPA Cookie Consent plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in the cmplz-accept-link shortcode. All versions up to and including 7.4.3 are affected due to insufficient input sanitization and output escaping on user-supplied attributes. This vulnerability allows authenticated attackers with contributor-level access or above to inject arbitrary web scripts into pages that execute whenever any user accesses the compromised page.

Critical Impact

Authenticated attackers can inject persistent malicious JavaScript that executes in visitors' browsers, potentially leading to session hijacking, credential theft, or malware distribution on WordPress sites using this popular GDPR compliance plugin.

Affected Products

  • Complianz – GDPR/CCPA Cookie Consent plugin for WordPress versions up to and including 7.4.3
  • WordPress installations using vulnerable Complianz plugin versions
  • Websites relying on Complianz shortcodes for cookie consent functionality

Discovery Timeline

  • 2026-02-18 - CVE CVE-2025-11185 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-11185

Vulnerability Analysis

This Stored Cross-Site Scripting (XSS) vulnerability (CWE-79) resides in the Complianz plugin's shortcode handling mechanism, specifically within the cmplz-accept-link shortcode implementation. The vulnerability stems from the plugin's failure to properly sanitize and escape user-supplied attribute values before rendering them in HTML output.

When a user with contributor-level privileges or higher creates or edits content containing the vulnerable shortcode, they can inject malicious attribute values that bypass the plugin's input validation. These malicious scripts are stored in the WordPress database and subsequently executed in the browsers of all users who view the affected page.

The attack requires authentication with at least contributor-level access, which limits the attack surface but does not eliminate the risk. Contributors on multi-author WordPress sites, compromised contributor accounts, or malicious insiders can all leverage this vulnerability to execute persistent XSS attacks affecting all site visitors.

Root Cause

The root cause lies in the class-document.php file within the Complianz plugin, where shortcode attribute processing occurs. The vulnerability is caused by insufficient input sanitization when processing user-supplied attributes in the cmplz-accept-link shortcode handler. The plugin fails to adequately escape output before rendering it in the HTML context, allowing JavaScript code embedded in attribute values to be executed by visitors' browsers.

Attack Vector

The attack is network-based and requires an authenticated attacker with at least contributor-level WordPress privileges. The attacker crafts a malicious shortcode containing JavaScript payloads within attribute values and embeds it in a WordPress page or post.

Once the content is published or saved for preview, the malicious script persists in the database. When any user—including administrators—views the page, the injected JavaScript executes in their browser context. This can lead to session cookie theft, phishing overlay injection, keylogging, or redirection to malicious sites.

The vulnerability does not require user interaction beyond normal page viewing, and the changed scope (S:C in the CVSS vector) indicates that the attack can affect resources beyond the vulnerable component's security scope.

Detection Methods for CVE-2025-11185

Indicators of Compromise

  • Unusual JavaScript code or encoded scripts within WordPress post/page content containing cmplz-accept-link shortcodes
  • Unexpected <script> tags or event handlers (e.g., onerror, onload, onclick) in shortcode attributes
  • Modified content in the wp_posts table containing obfuscated or suspicious JavaScript payloads
  • Browser console errors or unexpected network requests originating from pages using Complianz shortcodes

Detection Strategies

  • Review WordPress content for anomalous shortcode usage, particularly cmplz-accept-link shortcodes with unusual attribute values
  • Deploy Web Application Firewalls (WAF) with XSS detection rules to identify malicious script injection attempts
  • Monitor WordPress database tables for content containing JavaScript event handlers or <script> tags within shortcode syntax
  • Implement Content Security Policy (CSP) headers to detect and report inline script execution violations

Monitoring Recommendations

  • Enable comprehensive WordPress audit logging to track all content modifications by contributor-level users and above
  • Configure real-time alerting for content changes involving Complianz shortcodes
  • Implement browser-based monitoring for unexpected script execution or DOM modifications on pages using the Complianz plugin
  • Review user activity logs for contributors making bulk or suspicious content modifications

How to Mitigate CVE-2025-11185

Immediate Actions Required

  • Update the Complianz – GDPR/CCPA Cookie Consent plugin to version 7.4.4 or later immediately
  • Audit all existing WordPress content for potentially malicious shortcode attributes in cmplz-accept-link usage
  • Review and restrict contributor-level access where possible until the patch is applied
  • Implement Content Security Policy headers to mitigate the impact of any existing injected scripts

Patch Information

The vulnerability affects all Complianz plugin versions up to and including 7.4.3. Site administrators should update to the latest patched version available through the WordPress plugin repository. Technical details regarding the vulnerable code can be reviewed at the WordPress Plugin Document Code and the Wordfence Vulnerability Analysis for additional context.

Workarounds

  • Restrict WordPress user roles to limit the number of users with contributor-level access or above until patching is complete
  • Implement a Web Application Firewall (WAF) with XSS filtering rules to block malicious shortcode attribute injection attempts
  • Temporarily disable or remove the Complianz plugin if it is not critical to site operations and an immediate update is not possible
  • Deploy strict Content Security Policy headers to prevent inline script execution as a defense-in-depth measure
bash
# WordPress CLI command to update the Complianz plugin
wp plugin update complianz-gdpr --force

# Verify the installed plugin version after update
wp plugin get complianz-gdpr --field=version

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechComplianz

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.01%

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

  • WordPress Plugin Document Code

  • Wordfence Vulnerability Analysis
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync 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