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

CVE-2025-12135: WPBookit WordPress Plugin XSS Vulnerability

CVE-2025-12135 is a stored XSS flaw in the WPBookit WordPress plugin that allows unauthenticated attackers to inject malicious scripts. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 22, 2026

CVE-2025-12135 Overview

The WPBookit plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via the css_code parameter in all versions up to, and including, 1.0.6. The vulnerability exists due to a missing capability check on the save_custome_code() function. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

Critical Impact

Unauthenticated attackers can persistently inject malicious JavaScript into WordPress pages, potentially leading to session hijacking, credential theft, defacement, or further compromise of site administrators and visitors.

Affected Products

  • WPBookit WordPress Plugin versions up to and including 1.0.6
  • WordPress sites with WPBookit plugin installed
  • Any user accessing pages containing injected malicious scripts

Discovery Timeline

  • 2025-11-21 - CVE-2025-12135 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-12135

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability (CWE-79) allows unauthenticated attackers to inject malicious JavaScript code that persists in the WordPress database and executes when users visit affected pages. The vulnerability stems from the WPBookit plugin failing to implement proper authorization checks on the save_custome_code() function, which handles custom CSS code submissions.

The attack is network-accessible and requires no authentication or user interaction for the initial injection phase. However, the malicious payload activates when legitimate users browse to pages containing the injected content. The scope of this vulnerability extends beyond the vulnerable component, as injected scripts can access cookies, session tokens, and other sensitive information from the victim's browser context.

Root Cause

The root cause is a missing capability check on the save_custome_code() function within the WPBookit plugin. WordPress plugins should implement proper authorization using functions like current_user_can() to verify that users have appropriate permissions before processing sensitive operations. The vulnerable function accepts the css_code parameter without validating whether the request originates from an authenticated administrator, allowing any unauthenticated user to submit and store arbitrary code.

Additionally, the input sanitization for the css_code parameter is insufficient, failing to properly escape or filter JavaScript content embedded within CSS code blocks. The vulnerable code paths can be examined in the WordPress Route Handler Code, WordPress Routes Class Code, and WordPress Setting Controller Code.

Attack Vector

The attack is executed over the network without requiring authentication. An attacker can craft a malicious HTTP request to the WordPress AJAX handler or REST endpoint exposed by the WPBookit plugin, injecting JavaScript payloads within the css_code parameter. Since no capability check exists, the server processes and stores the malicious content in the database.

When any user—including site administrators—visits a page where WPBookit renders its content, the injected JavaScript executes in their browser context. This can lead to cookie theft, session hijacking, keylogging, phishing overlays, or redirects to malicious sites. Detailed technical analysis is available at Ryan Kozak's Analysis on CVE-2025-12135 and a proof-of-concept repository is available at GitHub PoC Repository.

Detection Methods for CVE-2025-12135

Indicators of Compromise

  • Unexpected JavaScript code or <script> tags appearing in stored CSS content within the WordPress database
  • Unusual HTTP POST requests to WPBookit plugin endpoints from unauthenticated sources
  • User reports of unexpected browser behavior, redirects, or pop-ups on pages utilizing WPBookit functionality
  • Database entries in WPBookit-related tables containing encoded or obfuscated script content

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing script tags or JavaScript event handlers in CSS-related parameters
  • Monitor WordPress AJAX and REST API endpoints for suspicious unauthenticated requests targeting WPBookit plugin routes
  • Deploy file integrity monitoring to detect unauthorized modifications to WPBookit plugin files
  • Regularly audit database content for stored XSS payloads in plugin configuration tables

Monitoring Recommendations

  • Enable detailed logging for all HTTP requests to WordPress admin-ajax.php and REST API endpoints
  • Configure alerts for anomalous patterns of unauthenticated POST requests to the site
  • Implement Content Security Policy (CSP) headers to mitigate the impact of successful XSS exploitation
  • Monitor browser console errors and network traffic from site visitors for signs of script injection

How to Mitigate CVE-2025-12135

Immediate Actions Required

  • Update WPBookit plugin to a version newer than 1.0.6 that includes the security fix
  • Review database content for any injected malicious scripts and remove unauthorized entries
  • Temporarily deactivate the WPBookit plugin if an update is not immediately available
  • Audit site logs for evidence of exploitation attempts

Patch Information

A security patch has been released for the WPBookit plugin. The fix implements proper capability checks on the save_custome_code() function to ensure only authenticated administrators can modify custom CSS settings. The patch details can be reviewed in the WordPress Changeset History. Additional vulnerability details are available from the Wordfence Vulnerability Report.

Workarounds

  • Implement WAF rules to block requests containing suspicious payloads in the css_code parameter
  • Restrict access to WordPress AJAX endpoints at the web server level using IP allowlists
  • Add custom capability checks via a must-use plugin to protect the vulnerable endpoint until the official patch is applied
  • Deploy Content Security Policy headers to limit the execution of inline scripts
bash
# Apache .htaccess workaround to block unauthenticated access to admin-ajax.php for WPBookit actions
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} admin-ajax\.php
    RewriteCond %{QUERY_STRING} action=wpbookit [NC,OR]
    RewriteCond %{REQUEST_BODY} action=wpbookit [NC]
    RewriteCond %{HTTP_COOKIE} !wordpress_logged_in
    RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub PoC Repository

  • WordPress Route Handler Code

  • WordPress Routes Class Code

  • WordPress Setting Controller Code

  • WordPress Changeset History

  • Ryan Kozak Analysis on CVE-2025-12135

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1543: Avada Builder WordPress XSS Vulnerability

  • CVE-2026-4811: WPB Floating Menu Plugin XSS Vulnerability

  • CVE-2026-7613: WordPress Cost of Goods Plugin XSS Flaw

  • CVE-2026-5776: Email Encoder WordPress Plugin 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