CVE-2022-37129
Published: 31 August 2022
Summary
CVE-2022-37129 is a high-severity OS Command Injection (CWE-78) vulnerability in Dlink Dir-816 Firmware. Its CVSS base score is 8.8 (High).
Operationally, ranked in the top 5.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
CVE-2022-37129 is an OS command injection vulnerability (CWE-78) affecting the D-Link DIR-816 wireless router running firmware A2_v1.10CNB04.img. Untrusted input supplied to the command parameter at the /goform/SystemCommand endpoint is concatenated via snprintf into a buffer at byte_4836B0, which is subsequently passed directly to doSystem without sanitization or escaping.
An authenticated attacker with network access can supply arbitrary shell commands through this endpoint. Successful exploitation grants the ability to execute operating-system commands with the privileges of the web server process, resulting in full control over device configuration, traffic inspection, or persistence mechanisms. The vulnerability carries a CVSS 3.1 base score of 8.8, reflecting network attack vector, low complexity, and low required privileges.
D-Link has published a security bulletin addressing the affected DIR-816 firmware; administrators should consult the vendor advisory for available patches or mitigation steps. The associated EPSS score has remained flat at 0.1530 since disclosure, indicating moderate but stable exploitation interest.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-39782
Vulnerability details
D-Link DIR-816 A2_v1.10CNB04.img is vulnerable to Command Injection via /goform/SystemCommand. After the user passes in the command parameter, it will be spliced into byte_4836B0 by snprintf, and finally doSystem(&byte_4836B0); will be executed, resulting in a command injection.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.