Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
The SurveyJS plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 2.5.3 via survey result submissions. This is due to insufficient input sanitization and output escaping. The public survey page exposes the nonce required for submission, allowing unauthenticated attackers to submit HTML-encoded payloads that are decoded and rendered as executable HTML when an administrator views survey results, leading to stored XSS in the admin context.
AnalysisAI
The SurveyJS WordPress plugin contains a stored cross-site scripting (XSS) vulnerability affecting all versions up to and including 2.5.3. Unauthenticated attackers can submit malicious HTML-encoded payloads through public survey forms that execute when administrators view survey results in the WordPress admin dashboard. With a CVSS score of 7.2 and no authentication required, this represents a significant risk to WordPress sites using this plugin.
Technical ContextAI
This vulnerability affects the SurveyJS Drag & Drop Form Builder plugin for WordPress (CPE: cpe:2.3:a:devsoftbaltic:surveyjs:_drag_&_drop_form_builder). The root cause is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation). The vulnerability stems from inadequate input sanitization in the save_result.php file and insufficient output escaping in results.php when rendering survey submissions. The public survey page exposes WordPress nonces that should protect against unauthorized submissions, effectively bypassing CSRF protections and allowing arbitrary users to inject malicious content. HTML-encoded payloads are stored in the database, then decoded and rendered without proper sanitization when viewed in the admin context.
RemediationAI
Upgrade the SurveyJS plugin to version 2.5.4 or later when available, monitoring the official WordPress plugin repository and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/08264ef7-940f-46b6-9880-34d730adad3c?source=cve for patch release notifications. Until patching is completed, consider temporarily disabling the SurveyJS plugin if not critical for operations, or restricting survey submission functionality by implementing IP-based access controls at the web server or firewall level to limit survey access to trusted networks only. Additionally, implement Content Security Policy (CSP) headers to mitigate XSS impact, and review existing survey results for suspicious content before viewing them in the admin dashboard.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14014
GHSA-v39q-6w5w-5842