Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-32644 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Milesight AIOT cameras use **hardcoded default SSL private keys**. πŸ“‰ **Consequences**: Complete loss of confidentiality, integrity, and availability.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-321** (Use of Hard-coded Cryptographic Key). The device ships with a static private key shared across units, making encryption meaningless.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Milesight** brand. Specifically **MS-Cxx63-PD** series AIOT cameras. These are smart surveillance devices integrating IoT and AI.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Full **High** impact. Can read all encrypted video streams, inject malicious commands, and impersonate the camera to the network. No authentication needed.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. CVSS Vector: `AV:N/AC:L/PR:N/UI:N`. Network accessible, Low complexity, **No Privileges** required, No User Interaction needed. It's an open door.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ§ͺ **Public Exploit**: **No**. The `pocs` field is empty. However, the flaw is theoretical and trivial to exploit once the key is known. No specific PoC code is currently public.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Milesight AIOT cameras. Verify if the SSL certificate presented by the device matches the **known default private key**. Check if the key is static across multiple devices.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **Yes**. Milesight provides firmware updates. Visit their official support/download page to check for patches that replace the hardcoded key with unique per-device keys.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: **Isolate** the cameras on a segmented VLAN. Restrict network access to only necessary IPs. Monitor for unusual SSL/TLS handshake anomalies. Treat them as untrusted.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **CRITICAL**. CVSS Score is **9.1** (High). Default keys mean any attacker on the network can compromise the device instantly. Patch immediately or isolate.