CVE-2026-50085: Aqara Board Missing Authentication MQTT Vulnerability (CVSS 8.6)
The Aqara Board service at op-test.aqara.com has a critical flaw where it accepts any MQTT command without verifying the sender's identity, then passes these commands directly to the platform's message broker. An attacker on the internet can send malicious commands that affect Aqara devices without needing credentials. While this vulnerability alone allows partial device compromise, it becomes far more dangerous when combined with three related vulnerabilities that enable complete device takeover.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.6 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
- Weaknesses (CWE)
- CWE-306
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-12 / 2026-07-09
NVD description (verbatim)
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.
3 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-50085 describes missing authentication enforcement in the Aqara Board service's MQTT interface. The service accepts arbitrary command payloads and forwards them unauthenticated to the backend HiveMQ broker, violating CWE-306 (Missing Authentication for Critical Function). The vulnerability has a CVSS 3.1 score of 8.6 (High) with a vector of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L, indicating network-accessible exploitation with no special preconditions required. The lack of authentication combined with direct platform integration creates a high-impact initial access vector for device compromise.
Business impact
For organizations deploying Aqara Board devices and services, this vulnerability enables unauthorized remote modification of device behavior and configuration without any user interaction or authentication. Attackers can intercept, manipulate, or inject commands affecting smart home or IoT infrastructure. The business impact extends beyond confidentiality—the integrity and availability impacts mean devices could be disabled, reconfigured maliciously, or placed into unsafe operational states. When chained with related vulnerabilities, complete device compromise becomes feasible, potentially affecting premises security, operational control systems, or customer trust in the platform.
Affected systems
The Aqara Board service (op-test.aqara.com) is affected. Organizations using Aqara Board for device management and control should assess whether their deployments rely on this service endpoint and whether connected devices are exposed to internet-accessible command injection. Verify your deployment topology and device integration patterns against Aqara's security advisories to determine exposure scope.
Exploitability
Exploitation is straightforward: the vulnerability requires only network access and the ability to craft MQTT payloads targeting the op-test.aqara.com service. No authentication credentials, user interaction, or special configurations are needed. The attack surface is internet-facing, making it accessible to remote attackers. However, practical impact depends on which device commands can be injected and whether the related CVEs (CVE-2026-50082, CVE-2026-50083, CVE-2026-50084) are also present in the target environment. Standalone, this vulnerability enables confidentiality and availability impacts; combined with the other three, it provides a foothold for full device takeover.
Remediation
Apply authentication controls to the Aqara Board service immediately. The primary remediation is to implement proper authentication and authorization checks before accepting and forwarding MQTT commands. Verify that Aqara has released and published patched versions of the affected service. Additionally, isolate the Aqara Board service from direct internet exposure using network segmentation, VPN, or firewall rules that restrict access to trusted internal networks. Apply patches for all related vulnerabilities (CVE-2026-50082, CVE-2026-50083, CVE-2026-50084) as they become available to prevent chained exploitation.
Patch guidance
Check Aqara's official security advisories and vendor portal for patched versions of the Board service. Deploy patches as soon as they are released and validated in your environment. Verify patch effectiveness by confirming that the service now enforces authentication before accepting MQTT commands. Test patched deployments against the MQTT interface to ensure commands are rejected from unauthenticated sources. Until patches are available, implement compensating controls such as network access restrictions or WAF rules.
Detection guidance
Monitor network traffic to and from op-test.aqara.com for unexpected MQTT command payloads, especially those originating from external or untrusted sources. Log and alert on MQTT commands that bypass authentication or come from non-whitelisted IP addresses. Review MQTT broker logs for suspicious command sequences or unauthorized device operations. Implement behavioral monitoring on Aqara devices to detect unexpected state changes or configuration modifications that may indicate command injection. Correlate device logs with network traffic to identify the source of unauthorized commands.
Why prioritize this
This vulnerability warrants immediate attention due to its HIGH CVSS score (8.6), internet-facing attack surface, and complete absence of authentication requirements. The integrity impact (rated High) is particularly concerning because attackers can modify device behavior. The chaining potential with three other related vulnerabilities creates a pathway to complete device takeover, making this a critical initial access vector. Any organization using Aqara Board should treat this as a priority patch.
Risk score, explained
The CVSS 3.1 score of 8.6 reflects the combination of network accessibility (AV:N), low attack complexity (AC:L), no required privileges (PR:N), no user interaction (UI:N), unchanged scope (S:U), low confidentiality impact (C:L), high integrity impact (I:H), and low availability impact (A:L). The high integrity component is the driving factor: unauthenticated attackers can directly modify device commands and behavior. While confidentiality and availability impacts are rated lower, the ability to change device state without authentication and without any form of access control elevates this to a high-severity vulnerability. The overall risk is amplified by its role as an entry point for chained attacks.
Frequently asked questions
Does this vulnerability allow remote code execution on Aqara devices?
This vulnerability alone enables arbitrary MQTT command injection but not necessarily remote code execution. However, when combined with CVE-2026-50082, CVE-2026-50083, and CVE-2026-50084, full device takeover becomes possible. Check Aqara advisories to understand what capabilities the related vulnerabilities add.
Can I mitigate this without patching?
Yes, in the short term. Implement network segmentation to restrict access to op-test.aqara.com to only trusted internal sources. Disable the Aqara Board service if it is not actively required. Use a firewall or network access control to block unauthorized external connections to the service. However, these are temporary measures—patching is the permanent solution.
How do I know if my Aqara devices are affected?
If your deployment uses the Aqara Board service (op-test.aqara.com) or relies on the affected Board service component, your devices are at risk. Check your configuration and device management setup. Aqara will publish an official advisory listing affected product versions and service endpoints—consult that for definitive confirmation.
Should I be concerned if the related CVEs are not present in my environment?
This vulnerability (CVE-2026-50085) still poses a significant risk even in isolation. It allows attackers to inject commands and modify device behavior without authentication. The related CVEs increase the severity by enabling complete takeover, but standalone impact is still substantial. Treat this as a high-priority patch regardless.
This analysis is based on the vulnerability data available as of the publication date. Patch availability, affected versions, and vendor advisories are subject to change. Organizations should verify all remediation and patch guidance against official Aqara security bulletins and advisories before implementing. This vulnerability should be assessed in the context of your specific deployment topology and the presence or absence of the related CVEs (CVE-2026-50082, CVE-2026-50083, CVE-2026-50084). SEC.co does not provide exploit code or weaponized proof-of-concept details. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-50082MEDIUMAqara Cloud Developer Portal Missing Authentication - Device Takeover Risk
- CVE-2018-25437HIGHCherryFramework Themes Information Disclosure Vulnerability
- CVE-2023-54350HIGHWordPress Augmented-Reality Plugin Remote Code Execution
- CVE-2026-10243HIGHSmart Parking System 1.0 Authentication Bypass – Remote Admin Access
- CVE-2026-10281HIGHEnderfga claw-orchestrator Authentication Bypass – Patch Available
- CVE-2026-10617HIGHGoClaw Webhook Authentication Bypass – Remote Exploitation
- CVE-2026-24088HIGHQualcomm Bootloader Cryptographic Verification Flaw (CVSS 8.2)
- CVE-2026-24090HIGHQualcomm Partition Table Cryptographic Flaw Enables Boot Modification