CVE-2026-1802
Unknown Unknown - Not Provided
Remote Command Injection in Ziroom ZHOME macAddrClone Function

Publication date: 2026-02-03

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security flaw has been discovered in Ziroom ZHOME A0101 1.0.1.0. This issue affects the function macAddrClone of the file luci\controller\api\zrMacClone.lua. The manipulation of the argument macType results in command injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-03
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2026-02-03
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
ziroom zhome_a0101 1.0.1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-77 The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-1802 is a command injection vulnerability found in the Ziroom ZHOME A0101 router firmware version 1.0.1.0. It affects the function macAddrClone in the file luci\controller\api\zrMacClone.lua. The vulnerability arises because the macType argument is not properly sanitized, allowing an attacker to inject arbitrary commands.

An attacker who is authenticated (logged in) can exploit this flaw by sending a specially crafted HTTP POST request to a specific endpoint on the router. This enables the attacker to execute unauthorized commands on the device remotely.


How can this vulnerability impact me? :

Exploitation of this vulnerability allows an attacker to execute arbitrary commands on the affected router, which can compromise the device and the network it is connected to.

  • Compromise of device confidentiality, integrity, and availability.
  • Potential unauthorized access to network resources.
  • Remote command execution leading to control over the router.
  • No known patches or mitigations are available, increasing risk.

How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': 'This vulnerability can be detected by monitoring for suspicious HTTP POST requests targeting the vulnerable endpoint on the Ziroom ZHOME A0101 router firmware version 1.0.1.0.'}, {'type': 'paragraph', 'content': 'Specifically, look for POST requests to the path: /cgi-bin/luci/;stok=83595879e6b3eb41fd175b19522bd9df/api/ZRMacClone/mac_addr_clone with parameters related to macType.'}, {'type': 'paragraph', 'content': 'Since exploitation requires authentication, detection can also involve checking for unusual authenticated sessions or commands executed on the device.'}, {'type': 'list_item', 'content': 'Use network monitoring tools (e.g., tcpdump, Wireshark) to filter HTTP POST requests to the vulnerable endpoint.'}, {'type': 'list_item', 'content': "Example tcpdump command to capture suspicious traffic: tcpdump -i <interface> 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' -A | grep '/api/ZRMacClone/mac_addr_clone'"}, {'type': 'list_item', 'content': 'Check router logs for any unusual commands or activity related to macAddrClone or macType parameters.'}] [1]


What immediate steps should I take to mitigate this vulnerability?

[{'type': 'paragraph', 'content': "Immediate mitigation steps include restricting access to the affected router's management interface to trusted networks only."}, {'type': 'paragraph', 'content': 'Disable remote management if enabled to prevent remote exploitation.'}, {'type': 'paragraph', 'content': 'Monitor and audit authenticated sessions to detect any unauthorized access attempts.'}, {'type': 'paragraph', 'content': 'Since no patches or vendor responses are available, consider replacing the affected device with a secure alternative.'}, {'type': 'paragraph', 'content': 'Implement network segmentation to isolate the vulnerable device from critical network resources.'}] [3]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The CVE-2026-1802 vulnerability allows remote command injection on the Ziroom ZHOME A0101 router, potentially compromising the confidentiality, integrity, and availability of the affected system.

Such a compromise could lead to unauthorized access or control over the device and network, which may result in exposure or manipulation of sensitive data.

This kind of security flaw can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive information against unauthorized access and breaches.

However, the provided information does not explicitly state the direct impact on compliance frameworks or any specific regulatory consequences.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart