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-15611

CVE-2025-15611: Popup Box WordPress Plugin CSRF Vulnerability

CVE-2025-15611 is a Cross-Site Request Forgery flaw in the Popup Box WordPress plugin that allows attackers to inject malicious JavaScript. This post covers technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2025-15611 Overview

CVE-2025-15611 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Popup Box WordPress plugin before version 5.5.0. The vulnerability exists in the add_or_edit_popupbox() function, which fails to properly validate nonces before saving popup data. This security flaw allows unauthenticated attackers to chain CSRF attacks with Stored Cross-Site Scripting (XSS), enabling arbitrary JavaScript execution in both the admin panel and the frontend of affected WordPress sites.

Critical Impact

Attackers can exploit this vulnerability to inject malicious JavaScript into popups when an authenticated administrator visits a malicious page. The injected scripts execute in the context of the admin session, potentially leading to account takeover, data theft, or website defacement.

Affected Products

  • ays-pro Popup Box plugin for WordPress (versions before 5.5.0)

Discovery Timeline

  • 2026-04-07 - CVE-2025-15611 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2025-15611

Vulnerability Analysis

This vulnerability combines two attack vectors: Cross-Site Request Forgery (CSRF) and Stored Cross-Site Scripting (XSS). The Popup Box plugin's add_or_edit_popupbox() function processes popup creation and modification requests without validating the request origin through WordPress nonce verification. This oversight allows attackers to craft malicious web pages that, when visited by authenticated WordPress administrators, silently submit requests to create or modify popup configurations.

The attack is particularly dangerous because it enables persistent JavaScript injection. Once a malicious popup is created or modified, the attacker's JavaScript payload persists in the database and executes whenever the popup is rendered—both in the WordPress admin dashboard and on the public-facing website frontend. This creates opportunities for session hijacking, credential theft, admin account compromise, and malicious content distribution to site visitors.

Root Cause

The root cause is the absence of proper nonce validation in the add_or_edit_popupbox() function. WordPress provides the wp_verify_nonce() function specifically to protect against CSRF attacks by ensuring that form submissions originate from legitimate sources. When this security check is omitted, the application cannot distinguish between legitimate admin-initiated requests and forged requests from malicious third-party sites.

Additionally, the plugin fails to sanitize user-supplied input for popup content, enabling attackers to inject arbitrary JavaScript code that persists in the database and executes in users' browsers.

Attack Vector

The attack follows a network-based vector requiring user interaction. An attacker creates a malicious webpage containing a hidden form or JavaScript that automatically submits a request to the vulnerable WordPress endpoint. When an authenticated administrator with the Popup Box plugin visits this malicious page (via phishing email, compromised website, or other social engineering techniques), the browser automatically includes their authentication cookies with the forged request.

The malicious request creates or modifies a popup to include JavaScript payloads. Since the plugin does not verify the request's authenticity via nonce validation, it processes the request as if it were legitimate. The injected JavaScript then executes whenever the popup is displayed, affecting both administrators accessing the WordPress backend and visitors viewing the frontend.

Detection Methods for CVE-2025-15611

Indicators of Compromise

  • Unexpected or unauthorized popup configurations appearing in the Popup Box plugin settings
  • JavaScript code embedded within popup content that was not intentionally added by administrators
  • Unusual popup behavior including redirects, form injections, or external resource loading
  • Browser console errors or network requests to unfamiliar domains when popups are displayed

Detection Strategies

  • Review all existing popup configurations in the Popup Box plugin for suspicious JavaScript or iframe content
  • Monitor WordPress audit logs for popup creation or modification events, especially those occurring without corresponding admin login activity
  • Implement Web Application Firewall (WAF) rules to detect CSRF attack patterns targeting WordPress plugin endpoints
  • Use browser developer tools to inspect popup content for obfuscated or suspicious script tags

Monitoring Recommendations

  • Enable comprehensive logging for WordPress admin actions, particularly plugin configuration changes
  • Configure alerts for popup modifications that include script tags or event handlers
  • Monitor HTTP request logs for unusual POST requests to Popup Box plugin endpoints from external referrers
  • Implement Content Security Policy (CSP) headers to help detect and prevent unauthorized script execution

How to Mitigate CVE-2025-15611

Immediate Actions Required

  • Update the Popup Box plugin to version 5.5.0 or later immediately
  • Audit all existing popup configurations for unauthorized or suspicious content, removing any unrecognized JavaScript
  • Review WordPress admin user accounts for any signs of compromise
  • Consider temporarily deactivating the plugin if immediate update is not possible

Patch Information

The vulnerability has been addressed in Popup Box version 5.5.0. Users should update through the WordPress admin dashboard by navigating to Plugins > Installed Plugins and checking for available updates, or by downloading the latest version from the WordPress plugin repository. For detailed vulnerability information, refer to the WPScan Vulnerability Detail.

Workarounds

  • Disable the Popup Box plugin entirely until the update can be applied
  • Implement a Web Application Firewall (WAF) with CSRF protection rules as a temporary mitigation layer
  • Restrict administrative access to trusted IP addresses to reduce the attack surface
  • Train administrators to avoid clicking links from untrusted sources while logged into WordPress
bash
# Verify Popup Box plugin version via WP-CLI
wp plugin get ays-popup-box --field=version

# Update Popup Box plugin to the latest version
wp plugin update ays-popup-box

# Alternatively, deactivate the plugin until patching is possible
wp plugin deactivate ays-popup-box

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechAys Pro Popup Box

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • WPScan Vulnerability Detail
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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