Cyber Posture

CVE-2025-57198

HighPublic PoC

Published: 03 December 2025

Published
03 December 2025
Modified
23 December 2025
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0083 74.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

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

prevent

Directly prevents command injection in the Machine.cgi endpoint by enforcing validation of crafted inputs using organization-defined tools and procedures.

prevent

Requires timely identification, reporting, and correction of the specific authenticated command injection flaw (CVE-2025-57198) in Machine.cgi.

prevent

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

avtech
dgm1104 firmware
all versions

MITRE ATT&CK Enterprise TechniquesAI

T1059.008 Network Device CLI Execution
Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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).

References