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

CVE-2025-13205: SurveyJS WordPress Plugin CSRF Vulnerability

CVE-2025-13205 is a Cross-Site Request Forgery flaw in the SurveyJS WordPress Form Builder plugin that allows unauthenticated attackers to duplicate surveys. This article covers the technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2025-13205 Overview

CVE-2025-13205 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the SurveyJS: Drag & Drop WordPress Form Builder plugin. This plugin enables users to create, style, and embed multiple forms of any complexity. The vulnerability exists in all versions up to and including 1.12.20 and stems from missing or incorrect nonce validation on the SurveyJS_CloneSurvey AJAX action.

Critical Impact

Unauthenticated attackers can duplicate surveys via forged requests by tricking site administrators into clicking malicious links, potentially leading to unauthorized data manipulation and survey duplication.

Affected Products

  • SurveyJS: Drag & Drop WordPress Form Builder plugin versions up to and including 1.12.20
  • WordPress sites utilizing vulnerable versions of the SurveyJS plugin

Discovery Timeline

  • 2026-01-24 - CVE-2025-13205 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2025-13205

Vulnerability Analysis

This Cross-Site Request Forgery (CSRF) vulnerability exists because the SurveyJS_CloneSurvey AJAX action handler fails to properly validate nonce tokens. In WordPress, nonce (number used once) validation is a critical security mechanism that ensures requests originate from authenticated users with legitimate intent rather than from forged cross-site requests.

When an authenticated administrator interacts with the vulnerable endpoint, the application does not verify that the request includes a valid security token. This oversight allows attackers to craft malicious web pages or links that, when visited by an authenticated administrator, automatically submit requests to the vulnerable AJAX handler on behalf of that administrator.

Root Cause

The root cause of CVE-2025-13205 lies in the clone_survey.php file within the plugin's AJAX handlers. The SurveyJS_CloneSurvey function processes survey cloning requests without implementing proper WordPress nonce verification using functions like wp_verify_nonce() or check_ajax_referer(). This missing validation allows any request to be processed regardless of its origin, enabling CSRF attacks.

Attack Vector

The attack vector for this vulnerability requires social engineering to be successful. An attacker must convince a logged-in WordPress administrator to visit a malicious webpage or click a crafted link. When the administrator does so, their browser automatically sends an authenticated request to the vulnerable AJAX endpoint, causing surveys to be duplicated without the administrator's knowledge or consent.

The attack chain typically follows this pattern: the attacker identifies a WordPress site running the vulnerable SurveyJS plugin, crafts a malicious HTML page containing a hidden form that targets the SurveyJS_CloneSurvey AJAX action, distributes this page via phishing emails or compromised websites, and when an administrator visits the page while authenticated, their browser submits the forged request with their session cookies.

Detection Methods for CVE-2025-13205

Indicators of Compromise

  • Unexpected survey duplications appearing in the WordPress admin panel without administrator action
  • Unusual AJAX requests to admin-ajax.php with action parameter SurveyJS_CloneSurvey originating from external referrers
  • Multiple survey entries created within short time intervals that weren't initiated by legitimate users
  • Web server logs showing POST requests to WordPress AJAX endpoints with suspicious or empty referrer headers

Detection Strategies

  • Monitor WordPress AJAX request logs for SurveyJS_CloneSurvey actions with missing or external referrer headers
  • Implement web application firewall (WAF) rules to detect and block requests lacking proper nonce tokens
  • Configure intrusion detection systems to alert on rapid, repeated survey cloning operations
  • Review audit logs for survey creation events that correlate with administrator browsing sessions on external sites

Monitoring Recommendations

  • Enable comprehensive WordPress activity logging to track all survey-related administrative actions
  • Set up alerts for bulk survey duplication events that exceed normal operational patterns
  • Monitor administrator session activity for simultaneous requests from multiple origins
  • Implement real-time notification for any changes to survey configurations or content

How to Mitigate CVE-2025-13205

Immediate Actions Required

  • Update the SurveyJS: Drag & Drop WordPress Form Builder plugin to a patched version beyond 1.12.20 when available
  • Temporarily disable the plugin if a patch is not yet available and survey functionality is not critical
  • Educate site administrators about phishing risks and the importance of not clicking untrusted links while logged into WordPress
  • Implement additional security layers such as web application firewalls to filter suspicious AJAX requests

Patch Information

Organizations should monitor the official WordPress plugin repository and the Wordfence Vulnerability Advisory for updates regarding patched versions. The vulnerable code can be reviewed at the WordPress Plugin File Reference. Once a patched version is released, update immediately through the WordPress admin dashboard or via WP-CLI.

Workarounds

  • Implement server-side request filtering to validate referrer headers for all AJAX requests to the SurveyJS plugin
  • Use a security plugin that adds additional CSRF protection layers to WordPress AJAX handlers
  • Restrict administrative access to the WordPress backend from trusted IP addresses only
  • Consider temporarily removing the survey cloning functionality by deactivating the plugin until a security update is available
bash
# Configuration example - Add to .htaccess to restrict AJAX access by referrer
# This provides defense-in-depth but should not replace proper patching
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^.*admin-ajax\.php.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^https?://(www\.)?yourdomain\.com [NC]
    RewriteCond %{QUERY_STRING} action=SurveyJS_CloneSurvey [NC]
    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
  • 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
  • WordPress Plugin File Reference

  • Wordfence Vulnerability Advisory
  • 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