Cyber Posture

CVE-2019-25675

HighPublic PoC

Published: 05 April 2026

Published
05 April 2026
Modified
20 April 2026
KEV Added
Patch
CVSS Score 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
EPSS Score 0.0014 33.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Description

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.

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.

Security SummaryAI

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.

Details

CWE(s)

Affected Products

arcasolutions
edirectory
≤ 1.0

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

References