CVE-2026-42364
Published: 04 May 2026
Description
An os command injection vulnerability exists in the DdnsSetting.cgi functionality of GeoVision LPC2011/LPC2211 1.10. A specially crafted DDNS configuration can lead to arbitrary command execution. An attacker can modify a configuration value to trigger this vulnerability.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents OS command injection by requiring validation of DDNS configuration inputs to DdnsSetting.cgi against expected formats and values.
Mandates timely identification, reporting, and patching of the specific command injection flaw in DdnsSetting.cgi as detailed in vendor advisories.
Restricts and authorizes access to configuration change mechanisms like DdnsSetting.cgi, limiting low-privilege users from submitting malicious DDNS configurations.
Security SummaryAI
CVE-2026-42364 is an OS command injection vulnerability in the DdnsSetting.cgi functionality of GeoVision LPC2011/LPC2211 version 1.10. The flaw allows a specially crafted DDNS configuration to trigger arbitrary command execution on the affected device.
The vulnerability has a CVSS v3.1 base score of 9.9 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H), indicating network accessibility with low complexity and low privilege requirements, no user interaction needed, and high scope with critical impacts on confidentiality, integrity, and availability. An attacker with low privileges, such as an authenticated user, can modify a configuration value via the DdnsSetting.cgi interface to inject and execute arbitrary OS commands, potentially leading to full system compromise.
Mitigation details are available in advisories from Talos Intelligence (https://talosintelligence.com/vulnerability_reports/) and GeoVision (https://www.geovision.com.tw/cyber_security.php), which published on 2026-05-04. Security practitioners should consult these sources for patches or workarounds specific to LPC2011/LPC2211 devices.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in public-facing CGI (DdnsSetting.cgi) directly enables T1190 for initial access and results in arbitrary OS command execution via Unix shell (T1059.004) on the embedded Linux device.