CVE-2025-13205
CSRF Vulnerability in SurveyJS WordPress Plugin Allows Survey Duplication
Publication date: 2026-01-24
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| surveyjs | drag_and_drop_wordpress_form_builder | to 1.12.20 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) issue in the SurveyJS Drag & Drop WordPress Form Builder plugin. It occurs because the plugin lacks proper nonce validation on the 'SurveyJS_CloneSurvey' AJAX action. This allows an unauthenticated attacker to trick a site administrator into performing an unwanted action, such as duplicating surveys, by sending a forged request.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to duplicate surveys on a WordPress site without authorization by tricking an administrator into clicking a malicious link. This could lead to unauthorized changes in the site's survey content, potentially causing confusion, data integrity issues, or misuse of site resources.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately update the SurveyJS: Drag & Drop WordPress Form Builder plugin to a version later than 1.12.20 where the nonce validation issue on the SurveyJS_CloneSurvey AJAX action is fixed. Additionally, avoid clicking on suspicious links and ensure that site administrators are aware of the risk of Cross-Site Request Forgery attacks. [1]