CVE-2025-57198
Published: 03 December 2025
Description
AVTECH SECURITY Corporation DGM1104 FullImg-1015-1004-1006-1003 was discovered to contain an authenticated command injection vulnerability in the Machine.cgi endpoint. This vulnerability allows attackers to execute arbitrary commands via a crafted input.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents command injection in the Machine.cgi endpoint by enforcing validation of crafted inputs using organization-defined tools and procedures.
Requires timely identification, reporting, and correction of the specific authenticated command injection flaw (CVE-2025-57198) in Machine.cgi.
Restricts classes of inputs to the Machine.cgi endpoint, blocking malicious crafted payloads that enable arbitrary command execution.
Security SummaryAI
CVE-2025-57198, published on 2025-12-03, is an authenticated command injection vulnerability (CWE-77) in the Machine.cgi endpoint of AVTECH SECURITY Corporation's DGM1104 FullImg-1015-1004-1006-1003. This flaw allows attackers to execute arbitrary commands via a crafted input. The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact.
Exploitation requires low privileges, specifically authenticated access (PR:L), and can be performed remotely over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). Successful attacks enable arbitrary command execution on the affected device, resulting in high confidentiality, integrity, and availability impacts (C:H/I:H/A:H) within the same security scope (S:U).
For mitigation guidance, refer to vendor advisories at http://avtech.com and http://dgm1104.com, along with detailed vulnerability research at https://github.com/xchg-rax-rax/vulnerability-research/tree/main/CVE-2025-57198.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Authenticated command injection in web CGI endpoint enables arbitrary command execution on network device (T1059.008 Network Device CLI), exploitation of public-facing application (T1190), and exploitation for privilege escalation (T1068).