Cyber Resilience

CVE-2025-56421

High

Published: 10 March 2026

Published
10 March 2026
Modified
20 March 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0002 5.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-56421 is a high-severity SQL Injection (CWE-89) vulnerability in Limesurvey Limesurvey. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 5.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-56421 is an SQL injection vulnerability (CWE-89) in LimeSurvey versions before 6.15.4+250710. This flaw affects the open-source survey application, enabling a remote attacker to obtain sensitive information from the database. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), reflecting high confidentiality impact accessible over the network with low complexity and no privileges or user interaction required.

A remote, unauthenticated attacker can exploit this vulnerability to extract sensitive data from the LimeSurvey database, such as survey responses or user details, by crafting and submitting malicious SQL inputs. The attack requires no special privileges and focuses solely on data disclosure, with no demonstrated impact on integrity or availability.

Advisories recommend upgrading to LimeSurvey version 6.15.4+250710 or later to mitigate the issue. Further details are available in the vendor notice at http://limesurvey.com and the security advisory at https://github.com/hongancalif/security-advisories/blob/main/CVE-2025-56421.md.

EU & UK References

Vulnerability details

SQL Injection vulnerability in LimeSurvey before v.6.15.4+250710 allows a remote attacker to obtain sensitive information from the database.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in public-facing LimeSurvey web app directly enables remote exploitation for database data access (T1190: Exploit Public-Facing Application).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-56422Same product: Limesurvey Limesurvey
CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89

Affected Assets

limesurvey
limesurvey
≤ 6.15.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and correction of flaws like this SQL injection vulnerability through vendor patches such as upgrading to LimeSurvey 6.15.4+250710.

prevent

Mandates information input validation and error handling at application entry points to reject or sanitize malicious SQL payloads, directly preventing SQL injection exploitation.

prevent

Boundary protection with web application firewalls or similar can inspect inbound traffic and block SQL injection attempts targeting the LimeSurvey application.

References