Description
LimeSurvey Community Edition 7.0.5+260623 contains an authenticated reflected Cross-Site Scripting vulnerability in the user activation confirmation endpoint. The action query parameter is copied into the response and inserted into a hidden input attribute without HTML attribute encoding.



This issue affects LimeSurvey: 7.0.5.
Published: 2026-08-26
Score: 7.4 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

LimeSurvey Community Edition 7.0.5 and later build 260623 includes an authenticated reflected Cross‑Site Scripting flaw in the user activation confirmation endpoint. The value supplied in the action query parameter is inserted unencoded into a hidden input attribute of the page. Because the input is not HTML‑attribute encoded, malicious JavaScript can be injected and executed in the victim’s browser whenever the URL is processed. The direct impact is the ability for an attacker who can authenticate to the application to run arbitrary client‑side code in the context of that user’s session. The likely downstream consequences of that execution, such as session hijacking, phishing or data exfiltration, are inferred and not explicitly documented in the CVE description.

Affected Systems

All installations of LimeSurvey Community Edition 7.0.5 running on Linux, macOS or Windows operating systems are affected, including the specific build 260623. The vulnerability does not affect other product editions or later versions that contain the patch.

Risk and Exploitability

The vulnerability receives a CVSS score of 7.4, reflecting a moderate to high severity. The EPSS score is not available, so the current probability of exploitation is unknown. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Exploitation requires an authenticated session in the application; once logged in, the attacker can request the activation confirmation endpoint with a malicious action value, triggering the reflected XSS. The likely attack vector is the authenticated use of a crafted URL that includes the malicious action parameter. Because the flaw is reflected and occurs in a hidden input, any attack that succeeds would run arbitrary JavaScript, enabling theft of session cookies, manipulation of the user interface or other client‑side behaviors.

Generated by OpenCVE AI on August 26, 2026 at 23:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade LimeSurvey to version 7.0.6 or later, which contains the XSS fix.
  • If an immediate upgrade is not possible, configure web‑application firewall rules to block or sanitize the action query parameter, rejecting values containing script tags or other suspicious payloads.
  • Implement proper HTML attribute encoding for all user‑controlled data before insertion into the response, ensuring that hidden input attributes are context‑appropriately escaped.

Generated by OpenCVE AI on August 26, 2026 at 23:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description LimeSurvey Community Edition 7.0.5+260623 contains an authenticated reflected Cross-Site Scripting vulnerability in the user activation confirmation endpoint. The action query parameter is copied into the response and inserted into a hidden input attribute without HTML attribute encoding. This issue affects LimeSurvey: 7.0.5.
Title LimeSurvey Community Edition 7.0.5 - Reflected XSS in user activation confirmation endpoint
First Time appeared Limesurvey
Limesurvey limesurvey
Weaknesses CWE-79
CPEs cpe:2.3:a:limesurvey:limesurvey:7.0.5:*:linux:*:*:*:*:*
cpe:2.3:a:limesurvey:limesurvey:7.0.5:*:macos:*:*:*:*:*
cpe:2.3:a:limesurvey:limesurvey:7.0.5:*:windows:*:*:*:*:*
Vendors & Products Limesurvey
Limesurvey limesurvey
References
Metrics cvssV4_0

{'score': 7.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Limesurvey Limesurvey
cve-icon MITRE

Status: PUBLISHED

Assigner: Fluid Attacks

Published:

Updated: 2026-08-26T21:49:31.432Z

Reserved: 2026-07-16T15:34:15.345Z

Link: CVE-2026-63360

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T22:16:25.410

Modified: 2026-08-26T22:16:25.410

Link: CVE-2026-63360

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T01:00:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')