The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-36993

CVE-2020-36993: Limesurvey Stored XSS Vulnerability

CVE-2020-36993 is a stored XSS vulnerability in LimeSurvey 4.3.10's Survey Menu functionality. Attackers can inject malicious SVG scripts to execute JavaScript in admin contexts. This article covers technical details, impact, and fixes.

Updated: May 16, 2026

CVE-2020-36993 Overview

CVE-2020-36993 is a stored cross-site scripting (XSS) vulnerability in LimeSurvey 4.3.10, an open-source online survey application. The flaw resides in the Survey Menu functionality of the administration panel. Attackers with low-privilege authenticated access can inject malicious SVG-based JavaScript payloads through the Surveymenu[title] and Surveymenu[parent_id] parameters. When other administrators view the affected menu, the injected scripts execute in their browser context. This vulnerability is classified under [CWE-79] (Improper Neutralization of Input During Web Page Generation).

Critical Impact

Authenticated attackers can execute arbitrary JavaScript in administrator browsers, enabling session hijacking, privileged action abuse, and persistent compromise of the LimeSurvey administration interface.

Affected Products

  • LimeSurvey 4.3.10 and earlier 4.x releases
  • LimeSurvey installations exposing the administration panel to multiple users
  • Deployments running the unpatched SurveymenuController and UserManagementController components

Discovery Timeline

  • 2026-01-28 - CVE-2020-36993 published to NVD
  • 2026-02-02 - Last updated in NVD database

Technical Details for CVE-2020-36993

Vulnerability Analysis

The vulnerability exists in the Survey Menu administration workflow within LimeSurvey 4.3.10. When an authenticated user submits a new or edited survey menu entry, the Surveymenu[title] and Surveymenu[parent_id] POST parameters are stored in the database without HTML sanitization. The values are later rendered into administrative pages without proper encoding. An attacker can submit an SVG element containing event handlers or <script> tags as the title value. When any administrator browses the Survey Menu interface, the payload executes under the application origin. The attack vector is network-based and requires low privileges plus user interaction by another administrator.

Root Cause

The root cause is missing input neutralization in application/controllers/admin/SurveymenuController.php and application/controllers/UserManagementController.php. User-supplied fields including title, description, and full_name were persisted directly into application storage without passing through the flattenText() sanitization helper. Output rendering layers also failed to escape these stored values, completing the stored XSS chain.

Attack Vector

An attacker with an authenticated low-privileged LimeSurvey account submits a crafted POST request to the survey menu endpoint with an SVG-based JavaScript payload in Surveymenu[title]. The payload persists in the database. A higher-privileged administrator triggers execution by visiting the menu management view, allowing the attacker to hijack the session or perform privileged actions.

php
// Security patch in application/controllers/admin/SurveymenuController.php
// Sanitizes user input via flattenText() before persistence
        $success = false;
        if (Yii::app()->request->isPostRequest) {
            $aSurveymenu = Yii::app()->request->getPost('Surveymenu', []);
            // Sanitize title and description to prevent XSS attack
            if (isset($aSurveymenu['title'])) {
                $aSurveymenu['title'] = flattenText($aSurveymenu['title'], false, true);
            }
            if (isset($aSurveymenu['description'])) {
                $aSurveymenu['description'] = flattenText($aSurveymenu['description'], false, true);
            }
            if ($aSurveymenu['id'] == '') {
                unset($aSurveymenu['id']);
                $aSurveymenu['created_at'] = date('Y-m-d H:i:s');

Source: LimeSurvey GitHub commit 3712854

Detection Methods for CVE-2020-36993

Indicators of Compromise

  • Survey menu records containing <svg>, <script>, onload=, or onerror= tokens in the title, description, or parent_id fields.
  • Outbound HTTP requests from administrator browsers to unfamiliar domains immediately after visiting /admin/surveymenu pages.
  • Unexpected administrator account modifications or new account creation following a low-privilege user editing a survey menu.

Detection Strategies

  • Query the surveymenu database table for entries with HTML tags or JavaScript event handler attributes in stored text columns.
  • Inspect web server access logs for POST requests to /index.php?r=admin/surveymenu containing URL-encoded < or script characters.
  • Review LimeSurvey audit logs for survey menu creation or update events performed by non-administrator accounts.

Monitoring Recommendations

  • Enable LimeSurvey's audit logging plugin and forward events to a centralized log management platform.
  • Deploy a web application firewall (WAF) rule that inspects POST bodies submitted to LimeSurvey admin endpoints for XSS signatures.
  • Monitor administrator session activity for anomalous API calls, such as unsolicited user creation or permission changes after menu page visits.

How to Mitigate CVE-2020-36993

Immediate Actions Required

  • Upgrade LimeSurvey to a version that includes commit 3712854a8fd8d875c67640969a1d54c4d93d3676 or later.
  • Audit existing surveymenu and user profile records for stored HTML or JavaScript payloads and sanitize them.
  • Restrict survey menu management permissions to trusted administrators only, removing the privilege from general operator accounts.

Patch Information

LimeSurvey addressed the issue in commit 3712854a8fd8d875c67640969a1d54c4d93d3676, which routes the title, description, and full_name fields through the flattenText() helper to strip HTML and script content prior to database persistence. Review the LimeSurvey patch commit and the VulnCheck advisory for full technical details. A public proof of concept is documented in Exploit-DB entry 48762.

Workarounds

  • Place LimeSurvey administration paths behind an authenticated reverse proxy or VPN, limiting access to a known set of administrators.
  • Implement a strict Content Security Policy (CSP) header that disallows inline scripts and untrusted SVG sources on admin pages.
  • Apply WAF signatures that block requests where Surveymenu[title] or Surveymenu[parent_id] parameters contain HTML markup.
bash
# Example nginx CSP header for LimeSurvey admin paths
location /index.php {
    add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'" always;
    add_header X-Content-Type-Options "nosniff" always;
    add_header X-Frame-Options "SAMEORIGIN" always;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechLimesurvey

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Exploit-DB #48762

  • LimeSurvey Official Website

  • VulnCheck Security Advisory
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-63238: LimeSurvey Reflected XSS Vulnerability

  • CVE-2025-56422: LimeSurvey RCE Vulnerability

  • CVE-2025-56421: LimeSurvey SQL Injection Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English