CVE-2019-25675
SQL Injection in eDirectory Enables Admin Bypass, File Disclosure
Publication date: 2026-04-05
Last updated on: 2026-04-20
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| arcasolutions | edirectory | to 1.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
eDirectory contains multiple SQL injection vulnerabilities that allow unauthenticated attackers to bypass administrator authentication by injecting SQL code into parameters.
Specifically, attackers can exploit the key parameter in the login endpoint using union-based SQL injection to authenticate as an administrator.
Once authenticated, attackers can leverage file disclosure vulnerabilities in language_file.php to read arbitrary PHP files from the server.
How can this vulnerability impact me? :
This vulnerability can have serious impacts including unauthorized administrative access to the system.
Attackers can bypass authentication controls without any privileges or user interaction.
They can then read sensitive files on the server, potentially exposing confidential information or system files.