Cyber Resilience

CVE-2018-25171

HighPublic PoC

Published: 06 March 2026

Published
06 March 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/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
EPSS Score 0.0028 19.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2018-25171 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability. Its CVSS base score is 8.8 (High).

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

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

Deeper analysis

EdTv 2 is affected by CVE-2018-25171, an SQL injection vulnerability in the 'id' parameter of the admin/edit_source endpoint. This flaw allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code, such as crafted SQL UNION statements, through GET requests. The vulnerability is associated with CWE-434 and carries a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N), indicating high confidentiality impact with low complexity and no required privileges.

Unauthenticated remote attackers can exploit this vulnerability by sending specially crafted GET requests to the admin/edit_source endpoint. Successful exploitation enables extraction of sensitive database information, including schema names, user credentials, and version details, potentially leading to unauthorized data disclosure.

Advisories and references, including those from Exploit-DB (https://www.exploit-db.com/exploits/45849) and VulnCheck (https://www.vulncheck.com/advisories/edtv-sql-injection-via-id-parameter), provide further details on the vulnerability, such as proof-of-concept exploits. Practitioners should consult these sources for recommended mitigations, which may include input validation, parameterized queries, or upgrading affected EdTv 2 instances.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

EdTv 2 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the 'id' parameter. Attackers can send GET requests to the admin/edit_source endpoint with crafted SQL UNION statements to extract…

more

database information including schema names, user credentials, and version details.

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 web endpoint directly enables remote exploitation of a public-facing application for data access.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-12352Shared CWE-434
CVE-2026-1730Shared CWE-434
CVE-2025-13067Shared CWE-434
CVE-2025-54449Shared CWE-434
CVE-2025-1070Shared CWE-434
CVE-2025-12528Shared CWE-434
CVE-2025-67325Shared CWE-434
CVE-2025-65471Shared CWE-434
CVE-2025-59710Shared CWE-434
CVE-2025-34328Shared CWE-434

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection in the 'id' parameter by requiring validity checks on user inputs to block malicious SQL code execution.

prevent

Mandates identification, reporting, and correction of the specific SQL injection flaw in the admin/edit_source endpoint of EdTv 2.

preventdetect

Vulnerability scanning detects SQL injection vulnerabilities like CVE-2018-25171 in web endpoints for timely remediation.

References