The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-32644

CVE-2026-32644: Milesight AIOT Camera SSL Vulnerability

CVE-2026-32644 is an information disclosure vulnerability in Milesight AIOT cameras caused by default private keys in SSL certificates. This weakness enables unauthorized data interception and compromise.

Published: April 30, 2026

CVE-2026-32644 Overview

Specific firmware versions of Milesight AIOT cameras use SSL certificates with default private keys. This cryptographic vulnerability (CWE-321: Use of Hard-coded Cryptographic Key) allows attackers to potentially intercept, decrypt, and manipulate encrypted communications between the cameras and legitimate users or management systems. Since the private keys are shared across devices with the same firmware, any attacker who extracts the key from one device can compromise communications for all affected devices.

Critical Impact

Network-accessible attackers can decrypt SSL/TLS traffic, perform man-in-the-middle attacks, and potentially gain unauthorized access to camera feeds and administrative interfaces across all affected Milesight AIOT cameras.

Affected Products

  • Milesight AIOT cameras (specific firmware versions)
  • Milesight IoT surveillance devices with vulnerable SSL certificate configurations
  • Industrial IoT camera deployments using default security configurations

Discovery Timeline

  • 2026-04-28 - CVE CVE-2026-32644 published to NVD
  • 2026-04-28 - Last updated in NVD database

Technical Details for CVE-2026-32644

Vulnerability Analysis

This vulnerability stems from the use of hard-coded cryptographic keys in Milesight AIOT camera firmware. When manufacturers embed default SSL/TLS private keys into device firmware, every device shipped with that firmware version shares the same cryptographic identity. This fundamentally breaks the security model of public key cryptography, which relies on private keys remaining secret and unique to each entity.

The vulnerability is classified under CWE-321 (Use of Hard-coded Cryptographic Key), a well-documented weakness in embedded systems and IoT devices. The network attack vector means that any attacker with network access to affected cameras can potentially exploit this vulnerability without requiring any prior authentication or user interaction.

Root Cause

The root cause is the inclusion of static, default SSL certificate private keys within the camera firmware rather than generating unique cryptographic key pairs during device initialization or first-boot setup. This is a common practice in IoT manufacturing to simplify deployment but creates significant security risks when these keys can be extracted from publicly available firmware images or physical device access.

Attack Vector

An attacker can exploit this vulnerability through several attack paths:

  1. Firmware Analysis: Download publicly available firmware updates from the Milesight support portal and extract the embedded private keys using standard reverse engineering tools.

  2. Man-in-the-Middle Attack: Position themselves on the network path between legitimate users and the camera, then use the extracted private key to decrypt HTTPS traffic in real-time.

  3. Traffic Interception: Passively capture encrypted traffic and decrypt it offline using the known private key, potentially exposing login credentials, video streams, and administrative commands.

  4. Impersonation: Use the default certificate to set up a rogue device or proxy that appears legitimate to users and management systems.

The attack requires network access to affected devices, which in IoT/ICS environments may include critical infrastructure networks. Refer to the CISA ICS Advisory ICSA-26-113-03 for detailed technical guidance.

Detection Methods for CVE-2026-32644

Indicators of Compromise

  • SSL/TLS certificates on Milesight AIOT cameras matching known default certificate fingerprints
  • Multiple cameras presenting identical SSL certificate serial numbers or public key hashes
  • Network traffic patterns indicating man-in-the-middle activity targeting camera communications
  • Unauthorized access to camera administrative interfaces or video streams

Detection Strategies

  • Inventory all Milesight AIOT cameras and audit their SSL certificate configurations for uniqueness
  • Compare certificate fingerprints across devices to identify those using shared default certificates
  • Deploy network monitoring to detect TLS interception attempts or certificate anomalies
  • Implement certificate transparency monitoring for certificates associated with camera infrastructure

Monitoring Recommendations

  • Enable logging on network devices to capture SSL/TLS handshake metadata from camera communications
  • Monitor for unexpected certificate changes or certificate warnings from camera management systems
  • Set up alerts for network traffic between cameras and unexpected external IP addresses
  • Review authentication logs for suspicious access patterns to camera administrative interfaces

How to Mitigate CVE-2026-32644

Immediate Actions Required

  • Identify all Milesight AIOT cameras in your environment and determine their firmware versions
  • Isolate vulnerable cameras from untrusted network segments until patched
  • Regenerate or replace SSL certificates on affected devices with unique, properly generated certificates
  • Review access logs for any signs of unauthorized access or traffic interception

Patch Information

Milesight has released updated firmware to address this vulnerability. Administrators should download the latest firmware from the Milesight Firmware Download portal and apply updates to all affected devices. Additional technical details are available in the GitHub CSAF JSON Document.

Workarounds

  • Segment camera networks using VLANs and firewall rules to limit exposure
  • Implement VPN tunnels for all remote camera access to add an additional encryption layer
  • Manually generate and install unique SSL certificates on each camera if firmware update is not immediately available
  • Restrict network access to camera management interfaces to trusted IP ranges only
  • Consider deploying a reverse proxy with proper SSL termination in front of camera web interfaces
bash
# Example: Generate a unique SSL certificate for camera replacement
openssl req -x509 -newkey rsa:2048 -keyout camera_key.pem -out camera_cert.pem -days 365 -nodes -subj "/CN=milesight-camera-01"
# Upload the generated certificate to the camera via administrative interface
# Consult Milesight documentation for certificate installation procedures

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMilesight

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-321
  • Technical References
  • GitHub CSAF JSON Document

  • CISA ICS Advisory ICSA-26-113-03

  • Milesight Firmware Download
  • Related CVEs
  • CVE-2023-43261: Milesight UR5x Information Disclosure

  • CVE-2026-32649: Milesight Camera RCE Vulnerability

  • CVE-2026-27785: Milesight AIOT Camera Auth Bypass Flaw

  • CVE-2026-20766: Milesight AIOT Buffer Overflow Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English