CVE-2026-2440 HIGH

CVE-2026-2440: SurveyJS: Drag & Drop Form Builder <= 2.5.3 - Unauthenticated Stored Cross-Site Scripting

Vendor Devsoftbaltic
Product SurveyJS: Drag & Drop Form Builder
Weakness CWE-79 · XSS
Published March 21, 2026
Last update April 8, 2026

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

SurveyJS Drag & Drop Form Builder versions 2.5.3 and earlier contain a cross-site scripting (XSS) vulnerability that allows unauthenticated attackers to inject malicious scripts into form data. The vulnerability affects the form builder's input handling and can impact all site visitors who interact with affected forms. No user interaction is required for the attack to succeed.

What an attacker can do

03Attacker Capabilities

Inject malicious JavaScript that runs in visitors' browsers when they view or interact with affected forms.

Potential impact on your site

04Site Impact

Visitors' browsers can execute attacker-controlled scripts, potentially stealing session tokens, credentials, or redirecting users to malicious sites.

Conditions required to exploit

05Prerequisites

Network access to the form builder; no authentication or user interaction required.

Key dates

06Disclosure timeline

March 21, 2026 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE