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

CVE-2025-24699: WP Coder CSRF Vulnerability

CVE-2025-24699 is a Cross-Site Request Forgery vulnerability in WP Coder plugin that allows Cross-Site Scripting attacks. Affecting versions up to 3.6, this flaw poses security risks. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-24699 Overview

CVE-2025-24699 is a Cross-Site Request Forgery (CSRF) vulnerability in the Wow-Company WP Coder plugin for WordPress. The flaw chains CSRF [CWE-352] with Cross-Site Scripting (XSS), letting an attacker inject script payloads into the plugin by tricking an authenticated administrator into clicking a crafted link. All versions of WP Coder up to and including 3.6 are affected. Successful exploitation enables stored or reflected JavaScript execution in an administrator session, which can lead to account takeover, content modification, or pivoting to further site compromise. The vulnerability requires user interaction and operates over the network without prior authentication on the attacker side.

Critical Impact

An attacker can forge requests that inject malicious JavaScript through the WP Coder plugin, executing code in an administrator's browser context and compromising the WordPress site.

Affected Products

  • Wow-Company WP Coder WordPress plugin
  • WP Coder versions from initial release through 3.6
  • WordPress sites with WP Coder installed and active

Discovery Timeline

  • 2025-02-14 - CVE-2025-24699 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-24699

Vulnerability Analysis

The vulnerability combines two weaknesses in the WP Coder plugin. First, sensitive administrative actions lack proper anti-CSRF tokens, so the plugin accepts state-changing requests without verifying request origin. Second, user-supplied input handled through those actions is not sanitized before being rendered, enabling Cross-Site Scripting.

An attacker hosts a malicious page or sends a crafted link to a logged-in WordPress administrator. When the administrator visits the page, their browser silently submits the forged request to the vulnerable plugin endpoint. The request stores attacker-controlled JavaScript in the plugin's code snippet or output, which later executes in the context of the WordPress site.

Because WP Coder is designed to render arbitrary HTML, CSS, and JavaScript on pages, the impact extends to any visitor who loads a page where the injected snippet is rendered. The scope changes from the plugin to the broader WordPress site, which is consistent with the scope-changed nature of the issue.

Root Cause

The root cause is missing CSRF protection on plugin request handlers, combined with insufficient output encoding of stored snippet data. The plugin does not validate WordPress nonces on the affected endpoints, so requests originating from third-party sites are processed as if they were legitimate administrator actions.

Attack Vector

Exploitation requires an authenticated WordPress administrator to interact with attacker-controlled content, typically by clicking a link or visiting a page that auto-submits a form. The attack travels over the network and requires no privileges on the target site. The vulnerability has an EPSS score of 0.096% (26.3 percentile), indicating low observed exploitation activity at this time.

The exploitation flow is described in prose because no verified public proof-of-concept code is available. Refer to the Patchstack WP Coder Plugin Vulnerability advisory for additional technical context.

Detection Methods for CVE-2025-24699

Indicators of Compromise

  • Unexpected <script> tags, event handlers, or external JavaScript references inside WP Coder snippets, widgets, or shortcodes.
  • WordPress administrator sessions producing POST requests to WP Coder admin endpoints with HTTP Referer headers from unrelated third-party domains.
  • New or modified WP Coder entries created shortly after an administrator visited an external link or untrusted page.

Detection Strategies

  • Audit the WP Coder plugin database tables and exported configurations for snippets containing inline JavaScript not authored by site staff.
  • Review WordPress access logs for state-changing requests to plugin endpoints lacking a matching _wpnonce parameter or with cross-origin Referer values.
  • Deploy a web application firewall rule to flag POST requests to /wp-admin/admin.php?page=wp-coder* that originate from external referrers.

Monitoring Recommendations

  • Enable WordPress audit logging to capture plugin configuration changes, administrator session activity, and snippet modifications.
  • Alert on outbound requests from site visitors to unknown domains, which can indicate injected JavaScript exfiltrating data.
  • Monitor administrator accounts for unusual login times, IP changes, or privilege modifications following plugin edits.

How to Mitigate CVE-2025-24699

Immediate Actions Required

  • Update WP Coder to a version later than 3.6 once the vendor releases a patched build.
  • Audit all existing WP Coder snippets and remove any JavaScript that cannot be attributed to a legitimate site change.
  • Force password resets and review session tokens for all WordPress administrator accounts.

Patch Information

The vendor advisory tracked at Patchstack WP Coder Plugin Vulnerability lists WP Coder <= 3.6 as affected. Site operators should install the next release from Wow-Company that includes nonce validation and output sanitization, then verify the installed version reports higher than 3.6.

Workarounds

  • Deactivate and remove the WP Coder plugin until a fixed version is installed if the plugin is not business-critical.
  • Restrict access to /wp-admin/ by IP allowlist or VPN to reduce exposure of administrator sessions to CSRF lures.
  • Deploy a Content Security Policy that blocks inline scripts on the WordPress site to limit the impact of injected payloads.
  • Require administrators to use separate browsers or profiles for WordPress management and general browsing.
bash
# Configuration example: temporarily disable WP Coder via WP-CLI
wp plugin deactivate wp-coder
wp plugin status wp-coder

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWp Coder

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.10%

  • 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 WP Coder Plugin Vulnerability
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
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