A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-8884

CVE-2026-8884: WordPress Instant-Quote.co XSS Vulnerability

CVE-2026-8884 is a stored cross-site scripting flaw in the WordPress Instant-Quote.co Quotation Page plugin affecting versions up to 1.3.4. Attackers with contributor access can inject malicious scripts via shortcode attributes. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: May 28, 2026

CVE-2026-8884 Overview

CVE-2026-8884 is a Stored Cross-Site Scripting (XSS) vulnerability in the Instant-Quote.co Quotation Page plugin for WordPress. The flaw affects all versions of the iq-quotation-page plugin up to and including 1.3.4. The vulnerability stems from insufficient input sanitization and output escaping on shortcode attributes [CWE-79]. Authenticated attackers with Contributor-level access or above can inject arbitrary JavaScript into pages. The injected scripts execute in the browser of any user who views the affected page, including administrators previewing posts submitted for review.

Critical Impact

A Contributor can escalate impact to higher-privileged users by embedding a malicious shortcode in a post submitted for review, triggering script execution when an administrator previews the post.

Affected Products

  • Instant-Quote.co Quotation Page plugin for WordPress (iq-quotation-page)
  • All versions up to and including 1.3.4
  • WordPress sites permitting Contributor-level user registration or self-service accounts

Discovery Timeline

  • 2026-05-27 - CVE-2026-8884 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-8884

Vulnerability Analysis

The Instant-Quote.co Quotation Page plugin registers shortcodes that accept user-controlled attributes. The plugin renders these attributes back into page output without applying WordPress escaping functions such as esc_attr() or esc_html(). The vulnerable code paths are located in IQ-quotation-page.php around lines 339 and 429, where shortcode attribute values are concatenated directly into HTML output.

Because the injection point is a shortcode, any user role that can author content containing shortcodes can deliver the payload. WordPress grants Contributors the ability to create posts and submit them for review. When an editor or administrator previews the unpublished submission, the shortcode renders and the attacker-controlled JavaScript executes in the reviewer's authenticated session. This produces a cross-privilege impact, allowing session theft, administrative action forgery, or persistence through the creation of new administrator accounts.

Root Cause

The root cause is missing output escaping on shortcode attribute values combined with absent input sanitization on save. The plugin trusts shortcode parameters as safe HTML context, which violates WordPress secure coding guidance for shortcode handlers.

Attack Vector

The attack vector is network-accessible and requires low-privilege authentication. An attacker registers or compromises a Contributor account, drafts a post containing the plugin's shortcode with a crafted attribute value, and submits the post for review. The payload executes when any authenticated user with higher privileges renders the post in the editor preview or front-end view. The scope changes because Contributor-controlled input compromises Administrator-context script execution. See the WordPress Plugin Code Review at line 339 and line 429 for the unescaped sinks, and the Wordfence Vulnerability Report for additional analysis.

Detection Methods for CVE-2026-8884

Indicators of Compromise

  • Posts or pages containing the Instant-Quote plugin shortcode with attribute values that include <script>, onerror=, onload=, javascript:, or HTML-encoded variants of these tokens.
  • Unexpected creation of WordPress administrator accounts or modification of user roles shortly after a Contributor-submitted post is previewed.
  • Outbound HTTP requests from administrator browsers to attacker-controlled domains immediately after viewing a draft post.
  • Modified wp_options or wp_users records authored by sessions that match administrator logins triggered from a post preview workflow.

Detection Strategies

  • Query the wp_posts table for post_content entries containing the Instant-Quote shortcode and inspect attribute values for HTML or JavaScript tokens.
  • Deploy a web application firewall (WAF) rule that inspects POST requests to /wp-admin/post.php and /wp-admin/post-new.php for shortcode payloads containing script-context characters.
  • Correlate Contributor post submissions with subsequent privileged account changes within a short time window.

Monitoring Recommendations

  • Enable WordPress audit logging to capture role assignments, plugin installations, and option changes performed in administrator sessions.
  • Monitor reverse proxy or CDN logs for anomalous JavaScript fetch patterns originating from /wp-admin/ referrers.
  • Alert on new user registrations followed by post submissions containing the affected shortcode.

How to Mitigate CVE-2026-8884

Immediate Actions Required

  • Deactivate the Instant-Quote.co Quotation Page plugin until a patched release is available.
  • Audit existing draft, pending, and published posts for the plugin shortcode and remove any entries with suspicious attribute content.
  • Review the WordPress user list and revoke unrecognized Contributor, Author, Editor, or Administrator accounts.
  • Force password resets for all privileged accounts that may have previewed attacker-submitted content.

Patch Information

No fixed version has been published in the data available at NVD at the time of disclosure. Track the Wordfence Vulnerability Report and the plugin's WordPress.org repository for an updated release that applies esc_attr() and wp_kses_post() to shortcode attribute output.

Workarounds

  • Restrict Contributor registration by disabling open user registration in Settings → General and requiring administrator approval.
  • Remove the unfiltered_html capability from non-administrator roles using a role management plugin.
  • Apply a WAF signature that blocks shortcode attribute values containing HTML script delimiters until a patched plugin version is installed.
  • Configure administrators to preview submissions only in a separate, unprivileged browser profile to limit blast radius.
bash
# Configuration example: temporarily disable the vulnerable plugin via WP-CLI
wp plugin deactivate iq-quotation-page

# Search the database for existing instances of the shortcode
wp db query "SELECT ID, post_status, post_author FROM wp_posts WHERE post_content LIKE '%[iq-quotation%'"

# Remove the unfiltered_html capability from lower-privileged roles
wp cap remove contributor unfiltered_html
wp cap remove author unfiltered_html
wp cap remove editor unfiltered_html

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.04%

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

  • WordPress Plugin Code Review

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4334: Shariff Wrapper WordPress XSS Vulnerability

  • CVE-2026-7052: WordPress HT Contact Form XSS Vulnerability

  • CVE-2026-6427: a3 Lazy Load WordPress Plugin XSS Flaw

  • CVE-2026-2374: Login No Captcha reCAPTCHA XSS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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