CVE-2026-92730
Deferred Deferred - Pending Action

Reflected XSS in LimeSurvey Community Edition

Vulnerability report for CVE-2026-92730, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: Fluid Attacks

Description

LimeSurvey Community Edition 7.0.14 contains a reflected cross-site scripting vulnerability on the administrative survey-participant CSV import result page.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-23
Last Modified
2026-09-23
Generated
2026-09-24
AI Q&A
2026-09-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
limesurvey community_edition 7.0.14
limesurvey limesurvey 7.0.14
limesurvey limesurvey From 5.3.0 (inc) to 7.0.14 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

LimeSurvey Community Edition 7.0.14 has a reflected cross-site scripting (XSS) vulnerability on the administrative survey-participant CSV import result page. An attacker can create a malicious CSV file with embedded JavaScript in an invalid attribute column name. When a privileged user imports this file with 'Display attribute warnings' enabled, the script executes in their authenticated session.

Detection Guidance

To detect this vulnerability, monitor for unusual activity in administrative sessions after CSV imports. Check server logs for requests to the participant CSV import result page with unexpected parameters. Inspect imported CSV files for invalid attribute columns containing JavaScript payloads like attribute_<img src=x onerror=...>. Use network traffic analysis tools to detect unescaped HTML/JS in responses from the import page.

Impact Analysis

If exploited, this vulnerability allows an attacker to execute arbitrary JavaScript in the context of an authenticated administrative user. If the victim has superadmin permissions, the attacker could create a new superadministrator account, fully compromising the application. The attack requires social engineering to trick a privileged user into importing the malicious file.

Compliance Impact

This vulnerability could lead to unauthorized access and data breaches, violating GDPR and HIPAA requirements for data protection and access controls. A successful exploit may expose sensitive survey data or administrative functions, compromising compliance with these regulations.

Mitigation Strategies

Immediately upgrade LimeSurvey to version 7.1.2 or later. Disable the 'Display attribute warnings' feature if not required. Restrict tokens:import permission to trusted users only. Implement input validation for CSV files to block non-CSV content. Apply output encoding to all user-supplied data in administrative interfaces.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-92730. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart