CVE-2019-25707
Published: 12 April 2026
Summary
CVE-2019-25707 is a high-severity SQL Injection (CWE-89) vulnerability in Ebrigade Ebrigade. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 10.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
CVE-2019-25707 is an SQL injection vulnerability (CWE-89) affecting eBrigade ERP version 4.5. The issue exists in the pdf.php component, where the 'id' parameter fails to properly sanitize user input, allowing attackers to inject and execute arbitrary SQL queries via crafted GET requests.
Authenticated attackers with low privileges (PR:L) can exploit this vulnerability remotely (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Exploitation enables extraction of sensitive database information, including table names and schema details. The CVSS v3.1 base score of 7.1 (C:H/I:L/A:N/S:U) highlights high confidentiality impact with limited integrity and no availability effects.
Advisories from VulnCheck detail the SQL injection via pdf.php, while Exploit-DB provides a proof-of-concept exploit (ID 46117). The vendor site ebrigade.net and SourceForge download link for eBrigade 4.5 are referenced, but no specific patches or mitigations are outlined in the available resources.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2019-20137
Vulnerability details
eBrigade ERP 4.5 contains an SQL injection vulnerability that allows authenticated attackers to execute arbitrary SQL queries by injecting malicious code through the 'id' parameter. Attackers can send GET requests to pdf.php with crafted SQL payloads in the 'id' parameter…
more
to extract sensitive database information including table names and schema details.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing ERP web component (pdf.php) directly enables remote exploitation of the application (T1190) and extraction of database schema/table data (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 requires validation and sanitization of user inputs like the 'id' parameter in pdf.php to directly prevent SQL injection exploitation.
SI-2 mandates timely flaw remediation, including patching the SQL injection vulnerability in eBrigade ERP 4.5 pdf.php component.
SC-7 enforces boundary protection that can block SQL injection payloads in remote GET requests to pdf.php using web application firewalls.