Vulnerability record · CVE-2019-10123 · published 31 May 2019
CVE-2019-10123: AIS ESEL-Server SQL injection allows anonymous code execution
Ais · Logistic Software
Advanced InfoData Systems ESEL-Server 67, the backend for the AIS logistics mobile app, is vulnerable to SQL injection. An unauthenticated attacker can inject SQL and execute arbitrary code in the context of the MSSQL database user, which by default is the highly privileged 'sa' account. This exposes the backend database and any data or host access that account holds.
Description
SQL Injection in Advanced InfoData Systems (AIS) ESEL-Server 67 (which is the backend for the AIS logistics mobile app) allows an anonymous attacker to execute arbitrary code in the context of the user of the MSSQL database. The default user for the database is the 'sa' user.
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Automated analysis
critical priorityCVSS 9.8 with no authentication or interaction required, default 'sa' database privileges, and public exploit tooling make this a severe, easily reachable flaw.
What it is
Advanced InfoData Systems ESEL-Server 67, the backend for the AIS logistics mobile app, is vulnerable to SQL injection. An unauthenticated attacker can inject SQL and execute arbitrary code in the context of the MSSQL database user, which by default is the highly privileged 'sa' account. This exposes the backend database and any data or host access that account holds.
Impact
An anonymous attacker gains arbitrary code execution as the MSSQL 'sa' user, effectively full control of the database and potentially the underlying server. This can lead to data theft, tampering, or further lateral movement.
Attack surface
The flaw is reachable over the network with no authentication and no user interaction, per the CVSS vector AV:N/AC:L/PR:N/UI:N. It is exposed through the ESEL-Server backend that serves the AIS logistics mobile app.
Exploitation
CISA KEV does not list this CVE, but EPSS is 0.6585 (99.2nd percentile) and references include a Metasploit pull request tagged Exploit, indicating public exploit tooling exists. No ransomware group usage is documented.
What to do
- Apply the vendor fix or upgrade from AIS ESEL-Server 67; check ais.de for current guidance.
- If patching is not immediately possible, restrict network access to the ESEL-Server backend to trusted hosts only.
- Change the MSSQL 'sa' account password and disable or rename it where feasible; do not run the service under 'sa'.
- Apply least privilege to the database account used by ESEL-Server and enable SQL logging and alerting.
- Monitor for and block SQL injection patterns at the web/application layer in front of the backend.
Detection
- Review MSSQL logs for unexpected queries, errors, or xp_cmdshell and other extended procedure usage.
- Alert on database connections and queries originating from the ESEL-Server backend outside normal application patterns.
- Hunt for Metasploit or SQL injection payload strings in HTTP requests to the AIS logistics backend.
- Monitor for new processes or outbound connections spawned by the MSSQL service account.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
| Link | Tags |
|---|---|
| https://github.com/rapid7/metasploit-framework/pull/11641/ | ExploitThird Party Advisory |
| https://www.ais.de | Vendor Advisory |
| https://github.com/rapid7/metasploit-framework/pull/11641/ | ExploitThird Party Advisory |
| https://www.ais.de | Vendor Advisory |
Track CVE-2019-10123 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2019-10123), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.