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-2019-25297

CVE-2019-25297: Opinion Stage WordPress Plugin XSS Flaw

CVE-2019-25297 is a stored cross-site scripting vulnerability in the Opinion Stage WordPress plugin affecting versions prior to 19.6.25. Attackers can inject malicious scripts without authentication. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 23, 2026

CVE-2019-25297 Overview

CVE-2019-25297 is a stored cross-site scripting (XSS) vulnerability affecting the Poll, Survey & Quiz Maker Plugin by Opinion Stage for WordPress. Versions prior to 19.6.25 are vulnerable due to insufficient input validation and output escaping across multiple parameters. This flaw allows an unauthenticated attacker to inject arbitrary JavaScript into content that executes when a victim views an affected page.

Critical Impact

Unauthenticated attackers can inject persistent malicious scripts that execute in the browsers of site visitors and administrators, potentially leading to session hijacking, credential theft, website defacement, or malware distribution.

Affected Products

  • Poll, Survey & Quiz Maker Plugin by Opinion Stage (WordPress) versions prior to 19.6.25
  • WordPress sites using the social-polls-by-opinionstage plugin

Discovery Timeline

  • 2026-01-16 - CVE CVE-2019-25297 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2019-25297

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) stems from the plugin's failure to properly sanitize user-supplied input before storing it in the database and rendering it on web pages. The vulnerability affects multiple parameters within the plugin's functionality, allowing attackers to embed malicious JavaScript payloads that persist in the WordPress database.

When legitimate users or administrators access pages containing the malicious content, the injected scripts execute within their browser context. This is particularly dangerous because stored XSS attacks do not require social engineering to deliver the payload—victims simply need to view the compromised page during normal site usage.

The attack can be executed remotely over the network without requiring authentication, making it accessible to any malicious actor. However, user interaction is required for the payload to execute (the victim must view the affected page).

Root Cause

The root cause of this vulnerability is inadequate input validation and insufficient output escaping in the plugin code. The affected parameters accept user input without properly sanitizing special characters such as <, >, ", and ' that are used in HTML and JavaScript. When this unsanitized data is later displayed on pages, the browser interprets the injected code as legitimate script content rather than as data to be displayed.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An unauthenticated attacker can submit specially crafted input containing JavaScript payloads through the plugin's poll, survey, or quiz features. The malicious content is stored in the WordPress database and served to any user who views the affected content.

The attack typically involves injecting payloads that can steal session cookies, capture keystrokes, redirect users to malicious sites, or perform actions on behalf of authenticated administrators. For detailed technical analysis, see the Wordfence Vulnerability Intelligence report and the WordPress Plugin Changeset that addresses this issue.

Detection Methods for CVE-2019-25297

Indicators of Compromise

  • Unexpected <script> tags or JavaScript event handlers (e.g., onerror, onload) in poll, survey, or quiz content stored in the WordPress database
  • Anomalous outbound requests to unknown external domains from client browsers when viewing plugin-generated content
  • Reports from users experiencing unexpected redirects or pop-ups when interacting with polls or surveys
  • Web Application Firewall (WAF) logs showing blocked XSS attempts targeting the plugin's endpoints

Detection Strategies

  • Deploy web application firewall rules to detect and block common XSS payloads in requests to WordPress plugin endpoints
  • Implement Content Security Policy (CSP) headers to restrict script execution and report policy violations
  • Regularly audit database content for suspicious JavaScript patterns in plugin-related tables
  • Monitor browser-side error logs and CSP violation reports for signs of XSS exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for WordPress plugin activity and user input submissions
  • Configure alerts for database modifications containing script tags or JavaScript event handlers
  • Monitor outbound network traffic from web servers for connections to suspicious domains
  • Review web server access logs for unusual parameter values in requests to the Opinion Stage plugin

How to Mitigate CVE-2019-25297

Immediate Actions Required

  • Update the Poll, Survey & Quiz Maker Plugin by Opinion Stage to version 19.6.25 or later immediately
  • Audit existing poll, survey, and quiz content in the WordPress database for malicious JavaScript
  • Implement Content Security Policy headers to mitigate the impact of any existing stored XSS payloads
  • Consider temporarily disabling the plugin until the update can be applied if immediate patching is not possible

Patch Information

The vulnerability is addressed in version 19.6.25 of the plugin. The patch implements proper input validation and output escaping for the affected parameters. The fix can be reviewed in the WordPress Plugin Changeset. Updates can be obtained through the WordPress plugin repository at the Social Polls Plugin Page.

Additional vulnerability details are available from:

  • WPScan Vulnerability Report
  • Acunetix Vulnerability Analysis
  • VulnCheck Advisory

Workarounds

  • Deploy a Web Application Firewall (WAF) with XSS filtering rules to block malicious payloads targeting the plugin
  • Implement strict Content Security Policy headers to prevent execution of inline scripts and restrict script sources
  • Restrict access to the plugin's administrative features to trusted IP addresses while awaiting patch deployment
  • Disable or remove the plugin entirely if it is not critical to site functionality until updates can be applied
bash
# Example Content Security Policy header configuration for Apache
# Add to .htaccess or virtual host configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"

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 Score5.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Changeset

  • Archived Vulnerability Report

  • Social Polls Plugin Page

  • WPScan Vulnerability Report

  • Acunetix Vulnerability Analysis

  • VulnCheck Advisory

  • Wordfence Vulnerability Intelligence
  • Related CVEs
  • CVE-2026-2840: Email Encoder WordPress Plugin XSS Vulnerability

  • CVE-2026-3369: WordPress Better Find and Replace XSS Flaw

  • CVE-2026-3995: OPEN-BRAIN WordPress Plugin XSS Vulnerability

  • CVE-2026-3876: Prismatic WordPress Plugin 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