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

CVE-2025-15021: Gotham Block Extra Light XSS Vulnerability

CVE-2025-15021 is a stored cross-site scripting flaw in the Gotham Block Extra Light WordPress plugin that lets authenticated admins inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-15021 Overview

The Gotham Block Extra Light plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via admin settings in all versions up to, and including, 1.5.0. This vulnerability stems from insufficient input sanitization and output escaping within the plugin's administrative interface, allowing authenticated attackers with administrator-level permissions to inject arbitrary web scripts into pages.

Critical Impact

Authenticated attackers with administrator privileges can inject malicious JavaScript that executes whenever any user accesses an injected page, potentially leading to session hijacking, credential theft, or administrative account compromise on WordPress multi-site installations.

Affected Products

  • Gotham Block Extra Light plugin for WordPress versions up to and including 1.5.0
  • WordPress Multi-site installations
  • WordPress installations where unfiltered_html has been disabled

Discovery Timeline

  • 2026-01-14 - CVE CVE-2025-15021 published to NVD
  • 2026-01-14 - Last updated in NVD database

Technical Details for CVE-2025-15021

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability affects the Gotham Block Extra Light WordPress plugin through its admin settings functionality. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation) and requires administrator-level access to exploit.

The attack requires network access and high privileges, but once malicious scripts are injected, they persist in the database and execute in the context of any user who views the affected pages. This is particularly dangerous in multi-site WordPress environments where a compromised administrator on one site could potentially impact users across the network.

The vulnerability specifically affects installations where unfiltered_html capability has been disabled, which is a common security hardening measure. Ironically, this security configuration is required for the vulnerability to be exploitable, as sites with unfiltered_html enabled already allow administrators to inject arbitrary HTML content.

Root Cause

The root cause of this vulnerability lies in insufficient input sanitization and output escaping within the plugin's admin settings handlers. When administrator users save configuration options, the plugin fails to properly sanitize user-supplied input before storing it in the database. Additionally, when these stored values are rendered on the frontend, the plugin does not apply appropriate output escaping functions such as esc_html(), esc_attr(), or wp_kses().

The vulnerable code paths can be found in the plugin's gothamblock.php file, specifically around lines 463, 470, 495, 500, 504, 519, 564, and 578, as documented in the WordPress Plugin Code Review.

Attack Vector

The attack vector requires an authenticated user with administrator-level permissions to access the plugin's settings page within the WordPress admin dashboard. The attacker would inject malicious JavaScript payloads into configuration fields that lack proper sanitization.

Once the malicious payload is saved to the database, it becomes persistent. Any user—including other administrators, editors, or site visitors—who accesses a page where the injected content is rendered will have the malicious script executed in their browser context. This can lead to session cookie theft, keylogging, phishing overlays, or redirection to malicious sites.

The vulnerability mechanism involves unsanitized admin settings being stored directly to the WordPress options table and subsequently rendered without proper escaping. Detailed technical analysis is available in the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2025-15021

Indicators of Compromise

  • Unexpected JavaScript code or <script> tags in WordPress options related to Gotham Block Extra Light plugin settings
  • Suspicious administrator activity in WordPress admin logs, particularly around plugin settings pages
  • User reports of unexpected browser behavior or redirects when visiting site pages
  • Anomalous network requests originating from user browsers to external domains

Detection Strategies

  • Review WordPress database entries in the wp_options table for suspicious HTML or JavaScript content in Gotham Block Extra Light related options
  • Implement Content Security Policy (CSP) headers to detect and prevent inline script execution
  • Deploy Web Application Firewall (WAF) rules to monitor for XSS payload patterns in POST requests to admin settings endpoints
  • Enable WordPress audit logging to track changes to plugin settings by administrator accounts

Monitoring Recommendations

  • Configure SentinelOne to monitor WordPress admin directories for anomalous file modifications or suspicious activity patterns
  • Set up alerts for unusual administrator login patterns or settings changes outside normal business hours
  • Monitor outbound network connections from web servers for potential data exfiltration attempts
  • Implement browser-based XSS detection mechanisms to identify script injection attempts in real-time

How to Mitigate CVE-2025-15021

Immediate Actions Required

  • Update the Gotham Block Extra Light plugin to a patched version when available from the WordPress plugin repository
  • Review and audit current plugin settings for any suspicious or unexpected content
  • Temporarily disable the Gotham Block Extra Light plugin if an immediate update is not available
  • Implement strict access controls to limit administrator accounts to only trusted personnel

Patch Information

At the time of publication, users should monitor the WordPress plugin repository for an updated version of Gotham Block Extra Light that addresses this vulnerability. The vulnerable versions include all releases up to and including 1.5.0. Organizations should subscribe to security advisories from Wordfence for notification when a patch becomes available.

Workarounds

  • Disable the Gotham Block Extra Light plugin until a security patch is released
  • Implement Web Application Firewall rules to filter potentially malicious input to admin settings endpoints
  • Restrict administrator access to trusted users only and enforce strong authentication (MFA) for all admin accounts
  • Enable unfiltered_html capability restriction via wp-config.php by adding define('DISALLOW_UNFILTERED_HTML', true); (note: this does not fix the vulnerability but is a general security hardening measure)
bash
# WordPress security hardening in wp-config.php
# Add before "That's all, stop editing!" comment

# Restrict file editing from admin panel
define('DISALLOW_FILE_EDIT', true);

# Force SSL for admin access
define('FORCE_SSL_ADMIN', true);

# Limit post revisions to reduce database bloat
define('WP_POST_REVISIONS', 3);

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 Score4.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Code Review

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

  • CVE-2026-3005: WordPress List Category Posts XSS Flaw

  • CVE-2026-5742: WordPress UsersWP Plugin XSS Vulnerability

  • CVE-2026-4336: WordPress Ultimate FAQ Accordion XSS Flaw
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