VYPR
Unrated severityNVD Advisory· Published May 31, 2019· Updated Aug 4, 2024

CVE-2019-10123

CVE-2019-10123

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

An anonymous attacker can exploit SQL Injection in AIS ESEL-Server 67 to execute arbitrary code as the MSSQL 'sa' user.

Vulnerability

A SQL Injection vulnerability exists in the Advanced InfoData Systems (AIS) ESEL-Server version 67, which serves as the backend for the AIS logistics mobile app. The injection occurs in an unsanitized input parameter passed to MSSQL queries, and by default the database connection uses the privileged sa account. The exact vulnerable endpoint is not fully detailed in the available references, but the Metasploit module [2] confirms the flaw is reachable remotely without authentication.

Exploitation

An anonymous, unauthenticated attacker with network access to the ESEL-Server can inject arbitrary SQL statements by crafting malicious input to a vulnerable parameter. The attacker does not need any prior credentials or user interaction. According to the Metasploit pull request [2], the exploit sends a series of SQL queries that enable xp_cmdshell and then execute operating system commands in the context of the MSSQL service, which runs as the sa user.

Impact

Successful exploitation allows the attacker to execute arbitrary operating system commands on the MSSQL host under the highly privileged sa database user account. This yields full control over the MSSQL instance and, depending on configuration, the underlying Windows server. The impact includes complete compromise of the database (confidentiality, integrity, and availability) and potentially the entire server, as noted in the description [2].

Mitigation

No official vendor patch or fix has been found in the available references [1][2]. The vendor's public website [1] does not mention this vulnerability. Organizations using AIS ESEL-Server 67 should restrict network access to the server, apply the principle of least privilege to the database user (i.e., avoid using the sa account for the application), and consider using a Web Application Firewall (WAF) to filter SQL injection attempts until a fix is released.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.