CVE-2025-13194
CSRF Vulnerability in SurveyJS WordPress Plugin Allows Survey Renaming
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 up to version 1.12.20. It occurs because the plugin lacks nonce verification on the 'SurveyJS_RenameSurvey' AJAX action, allowing an attacker to trick a site administrator into performing an unwanted action, such as renaming surveys, by sending a forged request.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to rename surveys without authentication by tricking a site administrator into clicking a malicious link. This could lead to unauthorized changes in survey content or structure, potentially disrupting survey operations or causing confusion among users.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the SurveyJS: Drag & Drop WordPress Form Builder plugin to a version later than 1.12.20 where the nonce verification issue on the 'SurveyJS_RenameSurvey' 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]