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

CVE-2025-30995: Widgetize Pages Light CSRF Vulnerability

CVE-2025-30995 is a Cross-Site Request Forgery vulnerability in OTWthemes Widgetize Pages Light plugin that enables Stored XSS attacks. This article covers technical details, affected versions up to 3.0, and mitigation.

Updated: May 11, 2026

CVE-2025-30995 Overview

CVE-2025-30995 is a Cross-Site Request Forgery (CSRF) vulnerability in the OTWthemes Widgetize Pages Light WordPress plugin. The flaw affects all versions up to and including 3.0 of the widgetize-pages-light plugin. Successful exploitation chains CSRF with Stored Cross-Site Scripting (XSS), allowing attackers to persist malicious JavaScript in the WordPress site through forged administrator requests. The vulnerability maps to CWE-352: Cross-Site Request Forgery and requires user interaction from a privileged victim to trigger the malicious request.

Critical Impact

An unauthenticated attacker can trick an authenticated WordPress administrator into submitting a forged request that injects persistent JavaScript into the site, leading to session theft, account takeover, or visitor redirection.

Affected Products

  • OTWthemes Widgetize Pages Light WordPress plugin (widgetize-pages-light)
  • All versions from n/a through 3.0
  • WordPress sites with the affected plugin installed and activated

Discovery Timeline

  • 2025-06-06 - CVE-2025-30995 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-30995

Vulnerability Analysis

The Widgetize Pages Light plugin fails to validate the origin and intent of state-changing HTTP requests sent to its administrative endpoints. The plugin does not implement WordPress nonce verification using wp_verify_nonce() or check_admin_referer() on form submissions that modify widget content. Attackers exploit this gap by crafting a malicious page that auto-submits a forged request when an authenticated administrator visits it.

Because the plugin also fails to sanitize widget input before storing it, the forged request persists attacker-controlled JavaScript in the WordPress database. The payload executes whenever an administrator or visitor renders the affected widget page. This combination converts a client-side trust flaw into a stored XSS condition with a broad blast radius.

The vulnerability requires user interaction, meaning the targeted administrator must visit an attacker-controlled page while authenticated to the WordPress dashboard.

Root Cause

The root cause is the absence of anti-CSRF tokens on plugin endpoints that accept widget configuration data. WordPress provides the nonce API specifically to prevent this class of attack, but the plugin code does not invoke it. A secondary defect — missing output encoding and input sanitization on widget fields — enables the stored XSS payload to render unescaped in administrative and public contexts.

Attack Vector

The attack proceeds in three stages. First, an attacker hosts a malicious HTML page containing a hidden form or fetch() call targeting the vulnerable Widgetize Pages Light admin endpoint. Second, the attacker lures an authenticated WordPress administrator to the page through phishing, malvertising, or a compromised third-party site. Third, the browser submits the forged request using the administrator's active session cookies, writing the XSS payload into the widget store.

The vulnerability mechanism is documented in the Patchstack WordPress Vulnerability Report. No public proof-of-concept exploit is available, and EPSS scoring places the probability of exploitation at the lower end of the scale.

Detection Methods for CVE-2025-30995

Indicators of Compromise

  • Unexpected <script> tags, event handlers (onerror, onload), or obfuscated JavaScript within WordPress widget content stored in the wp_options or widget-related database tables
  • HTTP POST requests to Widgetize Pages Light admin endpoints with Referer headers pointing to external or unknown domains
  • New or modified WordPress administrator accounts created shortly after an admin session visited an external link
  • Outbound browser traffic from admin sessions to attacker-controlled domains hosting credential collectors

Detection Strategies

  • Inspect widget configuration entries in the WordPress database for HTML or JavaScript content that should not appear in widget fields
  • Review web server access logs for state-changing requests to plugin endpoints that lack a same-origin Referer header
  • Monitor WordPress audit logs for widget modifications correlated with administrator browsing activity to external sites
  • Deploy a Web Application Firewall (WAF) rule that flags POST requests to widgetize-pages-light paths without valid nonce parameters

Monitoring Recommendations

  • Enable WordPress activity logging plugins to capture all widget and option changes with user attribution and source IP
  • Forward WordPress and web server logs to a centralized SIEM for correlation across administrator sessions
  • Alert on anomalous administrator session activity originating from unusual geographies or user agents

How to Mitigate CVE-2025-30995

Immediate Actions Required

  • Deactivate and remove the Widgetize Pages Light plugin until a patched version is released, since no fixed version is currently identified in the advisory
  • Audit all existing widget content for injected scripts and remove malicious payloads from the database
  • Force a password reset for all WordPress administrator accounts and invalidate active sessions
  • Apply a WAF rule that blocks cross-origin POST requests to WordPress admin endpoints

Patch Information

The vendor advisory tracked by Patchstack lists the vulnerability as affecting versions up to and including 3.0, with no patched release identified at the time of disclosure. Site operators should monitor the Patchstack advisory and the WordPress plugin repository for updates. Replace the plugin with a maintained alternative if a fix is not published.

Workarounds

  • Restrict access to /wp-admin/ by IP allowlist at the web server or reverse proxy layer to reduce CSRF exposure
  • Enforce administrator sessions through a separate browser profile that does not browse the public internet
  • Configure the SameSite=Strict attribute on WordPress session cookies to block cross-site cookie transmission
  • Deploy a Content Security Policy (CSP) that restricts inline script execution to mitigate the stored XSS impact
bash
# Nginx configuration example to restrict wp-admin by IP
location ^~ /wp-admin/ {
    allow 203.0.113.0/24;
    deny all;
    try_files $uri $uri/ /index.php?$args;
}

# Add SameSite and security headers
add_header Set-Cookie "Path=/; HttpOnly; Secure; SameSite=Strict";
add_header Content-Security-Policy "default-src 'self'; script-src 'self'";

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechOtwthemes

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Related CVEs
  • CVE-2025-58853: Popping Sidebars CSRF Vulnerability

  • CVE-2025-32112: Sidebar Manager Light CSRF Vulnerability

  • CVE-2025-32115: Popping Content Light XSS Vulnerability

  • CVE-2025-24771: Content Manager Light 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