CVE-2025-13205: CWE-352 Cross-Site Request Forgery (CSRF) in devsoftbaltic SurveyJS: Drag & Drop Form Builder
The SurveyJS: Drag & Drop WordPress Form Builder to create, style and embed multiple forms of any complexity plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.12.20. This is due to missing or incorrect nonce validation on the `SurveyJS_CloneSurvey` AJAX action. This makes it possible for unauthenticated attackers to duplicate surveys via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI Analysis
Technical Summary
CVE-2025-13205 is a medium-severity Cross-Site Request Forgery (CSRF) vulnerability identified in the SurveyJS: Drag & Drop Form Builder plugin for WordPress, affecting all versions up to and including 1.12.20. The vulnerability stems from missing or incorrect nonce validation on the AJAX action 'SurveyJS_CloneSurvey'. Nonces in WordPress are security tokens used to verify that requests originate from legitimate users and prevent unauthorized actions. Without proper nonce validation, attackers can craft malicious web requests that, when executed by an authenticated administrator (e.g., by clicking a link), cause the plugin to duplicate surveys without authorization. This attack vector requires user interaction but no prior authentication, making it a significant risk if an attacker can lure administrators to malicious sites or emails. The flaw impacts the integrity of the survey data by allowing unauthorized duplication, which could lead to data clutter, confusion, or manipulation of survey results. However, it does not compromise confidentiality or availability. The CVSS 3.1 base score of 4.3 reflects the network attack vector, low attack complexity, no privileges required, but user interaction needed, and limited impact on integrity only. No public exploits have been reported, but the vulnerability is published and should be addressed promptly. Mitigation involves applying patches when available or implementing proper nonce validation on the affected AJAX action to ensure requests are legitimate. Additionally, administrators should be cautious about clicking untrusted links and employ security best practices such as Content Security Policy (CSP) and multi-factor authentication to reduce risk.
Potential Impact
The primary impact of this vulnerability is on the integrity of survey data within affected WordPress sites. Unauthorized duplication of surveys can lead to data management issues, confusion among users, and potential manipulation of survey workflows. While it does not directly expose sensitive information or disrupt service availability, the ability for unauthenticated attackers to perform actions as administrators via CSRF can undermine trust in the affected systems. Organizations relying on SurveyJS for critical data collection or decision-making may face operational inefficiencies or reputational damage if attackers exploit this flaw. The requirement for user interaction (administrator clicking a malicious link) limits the scope but does not eliminate risk, especially in environments where phishing or social engineering attacks are common. Since WordPress powers a significant portion of websites globally, and this plugin is used for complex form building, the vulnerability could affect a wide range of sectors including education, government, healthcare, and commercial enterprises that use surveys for data gathering and customer feedback.
Mitigation Recommendations
To mitigate this vulnerability, organizations should: 1) Update the SurveyJS: Drag & Drop Form Builder plugin to a version that includes proper nonce validation once released by the vendor. 2) If an update is not immediately available, implement manual nonce validation on the 'SurveyJS_CloneSurvey' AJAX action by modifying the plugin code to verify WordPress nonces before processing requests. 3) Educate administrators and users to avoid clicking on suspicious or unsolicited links, especially those received via email or messaging platforms. 4) Employ web application firewalls (WAFs) with rules to detect and block CSRF attack patterns targeting AJAX endpoints. 5) Implement Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts that could facilitate CSRF. 6) Use multi-factor authentication (MFA) for administrator accounts to reduce the risk of compromised credentials being leveraged in conjunction with CSRF. 7) Regularly audit and monitor logs for unusual survey duplication activities that may indicate exploitation attempts. These steps collectively reduce the attack surface and improve resilience against CSRF attacks targeting this plugin.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan, Italy, Spain
CVE-2025-13205: CWE-352 Cross-Site Request Forgery (CSRF) in devsoftbaltic SurveyJS: Drag & Drop Form Builder
Description
The SurveyJS: Drag & Drop WordPress Form Builder to create, style and embed multiple forms of any complexity plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.12.20. This is due to missing or incorrect nonce validation on the `SurveyJS_CloneSurvey` AJAX action. This makes it possible for unauthenticated attackers to duplicate surveys via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-13205 is a medium-severity Cross-Site Request Forgery (CSRF) vulnerability identified in the SurveyJS: Drag & Drop Form Builder plugin for WordPress, affecting all versions up to and including 1.12.20. The vulnerability stems from missing or incorrect nonce validation on the AJAX action 'SurveyJS_CloneSurvey'. Nonces in WordPress are security tokens used to verify that requests originate from legitimate users and prevent unauthorized actions. Without proper nonce validation, attackers can craft malicious web requests that, when executed by an authenticated administrator (e.g., by clicking a link), cause the plugin to duplicate surveys without authorization. This attack vector requires user interaction but no prior authentication, making it a significant risk if an attacker can lure administrators to malicious sites or emails. The flaw impacts the integrity of the survey data by allowing unauthorized duplication, which could lead to data clutter, confusion, or manipulation of survey results. However, it does not compromise confidentiality or availability. The CVSS 3.1 base score of 4.3 reflects the network attack vector, low attack complexity, no privileges required, but user interaction needed, and limited impact on integrity only. No public exploits have been reported, but the vulnerability is published and should be addressed promptly. Mitigation involves applying patches when available or implementing proper nonce validation on the affected AJAX action to ensure requests are legitimate. Additionally, administrators should be cautious about clicking untrusted links and employ security best practices such as Content Security Policy (CSP) and multi-factor authentication to reduce risk.
Potential Impact
The primary impact of this vulnerability is on the integrity of survey data within affected WordPress sites. Unauthorized duplication of surveys can lead to data management issues, confusion among users, and potential manipulation of survey workflows. While it does not directly expose sensitive information or disrupt service availability, the ability for unauthenticated attackers to perform actions as administrators via CSRF can undermine trust in the affected systems. Organizations relying on SurveyJS for critical data collection or decision-making may face operational inefficiencies or reputational damage if attackers exploit this flaw. The requirement for user interaction (administrator clicking a malicious link) limits the scope but does not eliminate risk, especially in environments where phishing or social engineering attacks are common. Since WordPress powers a significant portion of websites globally, and this plugin is used for complex form building, the vulnerability could affect a wide range of sectors including education, government, healthcare, and commercial enterprises that use surveys for data gathering and customer feedback.
Mitigation Recommendations
To mitigate this vulnerability, organizations should: 1) Update the SurveyJS: Drag & Drop Form Builder plugin to a version that includes proper nonce validation once released by the vendor. 2) If an update is not immediately available, implement manual nonce validation on the 'SurveyJS_CloneSurvey' AJAX action by modifying the plugin code to verify WordPress nonces before processing requests. 3) Educate administrators and users to avoid clicking on suspicious or unsolicited links, especially those received via email or messaging platforms. 4) Employ web application firewalls (WAFs) with rules to detect and block CSRF attack patterns targeting AJAX endpoints. 5) Implement Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts that could facilitate CSRF. 6) Use multi-factor authentication (MFA) for administrator accounts to reduce the risk of compromised credentials being leveraged in conjunction with CSRF. 7) Regularly audit and monitor logs for unusual survey duplication activities that may indicate exploitation attempts. These steps collectively reduce the attack surface and improve resilience against CSRF attacks targeting this plugin.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-11-14T17:24:30.640Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69748ef84623b1157cac2e71
Added to database: 1/24/2026, 9:20:56 AM
Last enriched: 2/27/2026, 9:37:17 AM
Last updated: 3/25/2026, 5:04:18 PM
Views: 46
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.