Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-13140

CVE-2025-13140: SurveyJS WordPress Plugin CSRF Vulnerability

CVE-2025-13140 is a Cross-Site Request Forgery flaw in the SurveyJS WordPress Form Builder plugin that allows attackers to delete surveys. This post explains its impact, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2025-13140 Overview

CVE-2025-13140 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the SurveyJS: Drag & Drop WordPress Form Builder plugin for WordPress. The vulnerability exists in all versions up to and including 1.12.20 and stems from missing nonce validation on the SurveyJS_DeleteSurvey AJAX action. This security flaw enables unauthenticated attackers to delete surveys through forged requests, provided they can successfully trick a site administrator into performing an action such as clicking on a malicious link.

Critical Impact

Unauthenticated attackers can delete surveys via CSRF attacks, potentially causing data loss and disruption to WordPress sites using the SurveyJS plugin.

Affected Products

  • SurveyJS: Drag & Drop WordPress Form Builder plugin versions ≤ 1.12.20
  • WordPress installations with vulnerable SurveyJS plugin versions

Discovery Timeline

  • 2025-12-02 - CVE-2025-13140 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-13140

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery) with a CVSS 3.1 score of 4.3 (Medium severity). The CVSS vector CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N indicates:

  • Attack Vector (AV:N): Network-based, exploitable remotely
  • Attack Complexity (AC:L): Low complexity to execute
  • Privileges Required (PR:N): No authentication needed
  • User Interaction (UI:R): Requires user interaction (admin click)
  • Scope (S:U): Unchanged scope
  • Confidentiality (C:N): No confidentiality impact
  • Integrity (I:L): Low integrity impact (data deletion)
  • Availability (A:N): No availability impact

The EPSS (Exploit Prediction Scoring System) data shows a probability of 0.013% with a percentile of 1.419, indicating a relatively low likelihood of exploitation in the wild.

Root Cause

The root cause of this vulnerability lies in the delete_survey.php AJAX handler file located at ajax_handlers/delete_survey.php. The handler processes survey deletion requests without properly validating WordPress nonces—security tokens designed to protect against CSRF attacks. Without nonce verification, the application cannot distinguish between legitimate administrator actions and forged requests originating from attacker-controlled websites.

In WordPress, AJAX actions should implement nonce validation using functions like wp_verify_nonce() or check_ajax_referer() to ensure requests originate from authenticated sessions with proper authorization.

Attack Vector

The attack vector for CVE-2025-13140 follows a classic CSRF exploitation pattern:

  1. An attacker crafts a malicious webpage or email containing a hidden form or JavaScript that submits a request to the vulnerable SurveyJS_DeleteSurvey AJAX endpoint
  2. The attacker distributes this malicious content to target WordPress administrators
  3. When an authenticated administrator visits the attacker's page or clicks a malicious link while logged into their WordPress site, the forged request is automatically sent to the vulnerable endpoint
  4. Because the plugin lacks nonce validation, the request is processed as legitimate, resulting in survey deletion
  5. The attacker achieves unauthorized data deletion without ever authenticating to the target site

The vulnerability affects the network attack surface and requires no privileges, though user interaction (administrator action) is necessary for successful exploitation.

Detection Methods for CVE-2025-13140

Indicators of Compromise

  • Unexpected survey deletions in WordPress admin logs without corresponding administrator activity
  • HTTP POST requests to wp-admin/admin-ajax.php with action parameter SurveyJS_DeleteSurvey from unusual referrers
  • Survey deletion events correlating with administrator browsing activity on external websites
  • Referrer headers in access logs showing external domains for survey deletion requests

Detection Strategies

Organizations can implement the following detection strategies to identify potential exploitation attempts:

Web Application Firewall (WAF) Rules: Configure WAF rules to monitor AJAX requests targeting the SurveyJS_DeleteSurvey action, particularly those with suspicious or external referrer headers.

WordPress Activity Logging: Enable comprehensive activity logging plugins to track all survey deletions, including timestamps, source IPs, and associated user sessions. Correlate deletion events with actual administrator login sessions.

Referrer Header Analysis: Monitor access logs for requests to the vulnerable endpoint where the HTTP Referrer header points to external domains rather than the legitimate WordPress admin interface.

SentinelOne Singularity Platform: Organizations using SentinelOne can leverage endpoint detection capabilities to monitor for suspicious browser-based attacks targeting administrative sessions and detect anomalous web application behavior patterns.

Monitoring Recommendations

  • Implement real-time alerting for survey deletion events outside normal administrative workflows
  • Deploy web application firewall rules specifically targeting CSRF patterns against WordPress AJAX endpoints
  • Enable WordPress debug logging temporarily to capture detailed request information during incident investigation
  • Consider implementing Content Security Policy (CSP) headers to restrict form submissions to trusted origins

How to Mitigate CVE-2025-13140

Immediate Actions Required

  • Update the SurveyJS: Drag & Drop WordPress Form Builder plugin to a version newer than 1.12.20 that includes the security fix
  • Review WordPress activity logs for any unauthorized survey deletions
  • Audit other installed WordPress plugins for similar CSRF vulnerabilities
  • Educate site administrators about CSRF attack vectors and safe browsing practices while logged into WordPress

Patch Information

The vulnerability has been addressed in the WordPress plugin repository. The security fix is documented in changeset 3403869 which adds proper nonce validation to the delete_survey.php AJAX handler. Administrators should update through the WordPress admin dashboard or download the patched version directly from the WordPress Plugin Directory.

Reference: WordPress Plugin Changeset 3403869

Workarounds

If immediate patching is not possible, consider the following temporary mitigations:

  • Temporarily deactivate the SurveyJS plugin until the update can be applied
  • Implement additional WAF rules to block suspicious requests to the SurveyJS_DeleteSurvey endpoint
  • Restrict WordPress admin access to trusted IP addresses only
  • Use browser extensions that limit cross-origin requests when accessing the WordPress admin panel
  • Ensure administrators log out of WordPress sessions when browsing external websites

For additional technical details, refer to the Wordfence vulnerability advisory.

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Plugins Trac Wordpress

  • Plugins Trac Wordpress

  • Wordfence
  • Related CVEs
  • CVE-2025-39417: WordPress Redirect Plugin CSRF Vulnerability

  • CVE-2026-6451: WordPress CMS für Motorrad Plugin CSRF Flaw

  • CVE-2026-6396: WordPress 3F Plugin CSRF Vulnerability

  • CVE-2026-4131: WP Responsive Popup + Optin CSRF 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