CVE-2026-50085
Awaiting Analysis Awaiting Analysis - Queue
MQTT Command Injection in Aqara Board Service

Publication date: 2026-06-12

Last updated on: 2026-06-12

Assigner: 44488dab-36db-4358-99f9-bc116477f914

Description
The Aqara Board service (op-test.aqara.com) accepts arbitrary MQTT command payloads, and forwards them to the platfom's HiveMQ broker without authentication. This is an instance of "CWE-306: Missing Authentication for Critical Function" and has an estimated CVSS ofCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L (8.6 High). When combined with CVE-2026-50082, CVE-50083, and CVE-50084, this can lead to a fully unauthenticated, remote takeover of affected devices.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-12
Last Modified
2026-06-12
Generated
2026-06-12
AI Q&A
2026-06-12
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
aqara board *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability allows unauthenticated remote access to critical functions of the Aqara Board service, potentially leading to unauthorized control and manipulation of devices.

Such unauthorized access and potential data manipulation could result in violations of data protection and security requirements mandated by standards like GDPR and HIPAA, which require strong authentication and protection of sensitive data.

However, the provided information does not explicitly discuss the impact on compliance with these regulations.

Executive Summary

The CVE-2026-50085 vulnerability involves an insecure debug API in the Aqara Board IoT service. Specifically, the Aqara Board service at op-test.aqara.com accepts arbitrary MQTT command payloads via the POST /board/downstream/api/debug endpoint and forwards them to the platform's HiveMQ broker without requiring any authentication.

This flaw is classified under CWE-306, which means Missing Authentication for Critical Function. The Board service runs with root privileges and exposes unauthenticated WebSocket connections, making it possible for attackers to send commands without verifying their identity.

When combined with other related vulnerabilities (CVE-2026-50082, CVE-2026-50083, and CVE-2026-50084), this can lead to a fully unauthenticated, remote takeover of affected devices.

Impact Analysis

This vulnerability can have serious impacts because it allows attackers to send arbitrary MQTT commands to the Aqara Board service without any authentication.

Since the service runs as root and exposes unauthenticated WebSocket connections, attackers can potentially gain full control over the affected devices remotely.

Such unauthorized access can lead to manipulation, disruption, or takeover of the devices, compromising their confidentiality, integrity, and availability.

Detection Guidance

This vulnerability can be detected by checking for unauthenticated access to the Aqara Board service endpoints, specifically the POST /board/downstream/api/debug endpoint which accepts arbitrary MQTT command payloads without authentication.

You can monitor network traffic for POST requests to op-test.aqara.com at the /board/downstream/api/debug endpoint or look for unauthenticated WebSocket connections at /board/ws.

Suggested commands to detect this vulnerability might include using curl or similar tools to test access:

  • curl -X POST https://op-test.aqara.com/board/downstream/api/debug -d '{"test":"payload"}' -v
  • curl -i -N -H "Connection: Upgrade" -H "Upgrade: websocket" https://op-test.aqara.com/board/ws

Additionally, network monitoring tools can be configured to alert on unauthenticated MQTT command payloads being forwarded from these endpoints.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable endpoints by implementing authentication and access controls to prevent unauthenticated MQTT command payloads from being accepted.

If possible, block or filter network traffic to the endpoints /board/downstream/api/debug and /board/ws on op-test.aqara.com to prevent exploitation.

Apply vendor patches or updates as soon as they are available; the vendor mitigated this issue by March 30, 2026, with further remediation completed by April 8, 2026.

Monitor your devices for suspicious activity that could indicate exploitation attempts, especially if combined with related vulnerabilities CVE-2026-50082, CVE-2026-50083, and CVE-2026-50084.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-50085. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart