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

CVE-2026-6174: CC Child Pages WordPress Plugin XSS Flaw

CVE-2026-6174 is a stored cross-site scripting vulnerability in the CC Child Pages WordPress plugin affecting versions up to 2.1.1. Attackers with Contributor access can inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 14, 2026

CVE-2026-6174 Overview

CVE-2026-6174 is a Stored Cross-Site Scripting (XSS) vulnerability in the CC Child Pages plugin for WordPress. The flaw affects all plugin versions up to and including 2.1.1. It stems from insufficient input sanitization and output escaping on the more parameter, allowing authenticated users with Contributor-level access or higher to inject arbitrary JavaScript. The injected scripts execute in the browser of any visitor who views the affected page.

Critical Impact

Authenticated Contributor-level attackers can inject persistent JavaScript that executes against site visitors and administrators, enabling session theft, content manipulation, and pivoting to higher-privilege accounts.

Affected Products

  • CC Child Pages WordPress plugin versions <= 2.1.1
  • WordPress sites permitting Contributor-level registration
  • Any WordPress installation with the vulnerable plugin active

Discovery Timeline

  • 2026-05-14 - CVE-2026-6174 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-6174

Vulnerability Analysis

The vulnerability is a stored XSS classified under [CWE-79]. The plugin accepts the more parameter from authenticated users and writes its value into rendered page output without performing adequate sanitization on input or escaping on output. Because the payload is stored server-side, every subsequent visitor to an affected page executes the attacker-supplied script in their browser session.

The attack vector is network-based and requires low privileges and no user interaction. The scope is changed, meaning the injected script can affect resources beyond the plugin's own security context. Confidentiality and integrity impacts are limited to data accessible through the victim's browser session.

Root Cause

The root cause is missing or insufficient sanitization of the more parameter before persistence, combined with absent output escaping when the value is rendered into page HTML. WordPress provides helper functions such as sanitize_text_field() and esc_html() or esc_attr() for this purpose. The vulnerable code paths in CC Child Pages omit these protections, allowing raw HTML and <script> tags to be stored and later echoed verbatim.

Attack Vector

An attacker authenticates to the target WordPress site with Contributor privileges or higher. The attacker submits a crafted more parameter containing JavaScript payloads through the plugin's interface. The payload is stored in the WordPress database and rendered into pages that use the CC Child Pages shortcode or widget. When a higher-privileged user such as an Editor or Administrator views the affected page, the script executes with that user's session context. The attacker can then steal authentication cookies, perform privileged actions via the REST API, or inject persistent backdoors.

No public proof-of-concept code is currently available. Refer to the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2026-6174

Indicators of Compromise

  • Unexpected <script>, onerror, onload, or javascript: strings persisted in WordPress wp_postmeta or post content tied to the CC Child Pages plugin
  • Outbound HTTP requests from visitor browsers to unfamiliar domains immediately after rendering child page listings
  • New administrator accounts or modified user roles created shortly after Contributor account activity
  • Anomalous edits to plugin-managed posts by low-privilege user accounts

Detection Strategies

  • Audit all stored values associated with the more parameter in plugin-related database fields for HTML or JavaScript content
  • Deploy a Web Application Firewall (WAF) rule that inspects POST bodies for script tags and event-handler attributes targeting plugin endpoints
  • Review WordPress audit logs for Contributor or Author accounts submitting content containing encoded script payloads
  • Enable Content Security Policy (CSP) reporting to surface inline script execution from unexpected sources

Monitoring Recommendations

  • Monitor WordPress access logs for POST requests to plugin endpoints from newly created low-privilege accounts
  • Alert on creation or role escalation of WordPress users following Contributor-level content submissions
  • Track outbound DNS queries from administrator workstations to domains not previously observed in baseline traffic

How to Mitigate CVE-2026-6174

Immediate Actions Required

  • Update the CC Child Pages plugin to a version newer than 2.1.1 once the maintainer publishes a fixed release
  • Audit existing posts and pages for malicious content stored via the more parameter and remove injected scripts
  • Review Contributor, Author, and Editor accounts for unauthorized or dormant users and disable any not in active use
  • Rotate session tokens and require password resets for administrative accounts if compromise is suspected

Patch Information

The plugin maintainer has committed a fix in the WordPress plugin repository. Review the WordPress Plugin Changeset for the specific code changes addressing input sanitization and output escaping on the more parameter. Apply the patched version through the WordPress plugin update workflow.

Workarounds

  • Deactivate the CC Child Pages plugin until a patched version is installed and verified
  • Restrict Contributor-level and higher account creation to trusted users only, and disable open registration
  • Deploy a WAF rule blocking requests containing <script, onerror=, or onload= patterns targeting plugin shortcode parameters
  • Implement a strict Content Security Policy that disallows inline script execution on the WordPress front end
bash
# Configuration example: WordPress wp-config.php hardening
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_UNFILTERED_HTML', true);

# Remove the vulnerable plugin until patched
wp plugin deactivate cc-child-pages
wp plugin delete cc-child-pages

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

  • 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 Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6504: Royal Elementor Addons XSS Vulnerability

  • CVE-2026-6252: Meta Field Block WordPress Plugin XSS Flaw

  • CVE-2026-3694: Bold Page Builder WordPress XSS Vulnerability

  • CVE-2026-6417: GLS Shipping WooCommerce 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