Cyber Resilience

CVE-2019-25675

HighPublic PoC

Published: 05 April 2026

Published
05 April 2026
Modified
20 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.0053 40.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25675 is a high-severity SQL Injection (CWE-89) vulnerability in Arcasolutions Edirectory. 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 40.6th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2019-25675 affects eDirectory, a web-based directory software, through multiple SQL injection vulnerabilities (CWE-89) in its parameters. These flaws enable unauthenticated attackers to inject SQL code, bypassing administrator authentication and disclosing sensitive files. The primary vector involves the key parameter in the login endpoint, which supports union-based SQL injection, while subsequent authenticated file disclosure occurs via language_file.php to access arbitrary PHP files on the server. The vulnerability 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 privileges required.

Unauthenticated remote attackers can exploit this vulnerability over the network without user interaction. By injecting malicious SQL into the login endpoint's key parameter, they achieve administrator authentication bypass. Once authenticated, attackers leverage the file disclosure flaw in language_file.php to read arbitrary PHP files, potentially exposing configuration data, source code, or other sensitive server information.

Advisories and resources detail the issue across all eDirectory versions, with a proof-of-concept exploit available on Exploit-DB (exploit 46423). The Vulncheck advisory highlights the SQL injection leading to authentication bypass, and the eDirectory vendor site provides context on the affected product. No specific patches or mitigations are detailed in the provided references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

eDirectory contains multiple SQL injection vulnerabilities that allow unauthenticated attackers to bypass administrator authentication and disclose sensitive files by injecting SQL code into parameters. Attackers can exploit the key parameter in the login endpoint with union-based SQL injection to authenticate…

more

as administrator, then leverage authenticated file disclosure vulnerabilities in language_file.php to read arbitrary PHP files from the server.

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 login endpoint enables unauthenticated authentication bypass and the subsequent file disclosure vulnerability allows arbitrary PHP file reads, both characteristic of exploiting public-facing web applications.

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

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

arcasolutions
edirectory
≤ 1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection vulnerabilities in parameters like the login endpoint's key parameter by validating all information inputs.

prevent

Requires identification, reporting, and correction of the specific SQL injection and file disclosure flaws in eDirectory.

detectrespond

Vulnerability scanning and monitoring identifies SQL injection flaws like CVE-2019-25675 in eDirectory components for timely remediation.

References