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-28747

CVE-2026-28747: Milesight AIOT Camera Auth Bypass Flaw

CVE-2026-28747 is an authentication bypass vulnerability in Milesight AIOT cameras caused by weak key generation in specific firmware versions. This article covers the technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-28747 Overview

A weak key generation vulnerability has been identified in specific firmware versions of Milesight AIOT cameras. This security flaw allows attackers to bypass authorization controls, potentially gaining unauthorized access to camera systems and their associated functionality. The vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), indicating that the weakness stems from improper handling of authorization mechanisms during key generation processes.

Critical Impact

Attackers on an adjacent network can potentially bypass authentication mechanisms on vulnerable Milesight AIOT cameras, leading to unauthorized access to video feeds, camera controls, and connected IoT infrastructure.

Affected Products

  • Milesight AIOT Camera Firmware (specific vulnerable versions)
  • Milesight IoT Camera Systems

Discovery Timeline

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

Technical Details for CVE-2026-28747

Vulnerability Analysis

This vulnerability affects the key generation mechanism within Milesight AIOT camera firmware. The weakness allows authorization controls to be circumvented due to predictable or insufficiently random key generation. When cryptographic keys used for authorization are generated using weak algorithms or predictable seeds, attackers can potentially derive or guess valid keys, thereby bypassing security controls entirely.

The attack requires adjacent network access, meaning the attacker must be on the same network segment as the vulnerable camera. While this limits remote exploitation scenarios, it remains a significant concern in enterprise environments, industrial facilities, or any location where AIOT cameras are deployed on shared network infrastructure.

The impact of successful exploitation includes complete compromise of confidentiality, integrity, and availability of the affected camera system. Attackers could view live video feeds, manipulate camera settings, disable recording functionality, or use compromised cameras as pivot points for further network intrusion.

Root Cause

The vulnerability stems from CWE-639: Authorization Bypass Through User-Controlled Key. The firmware uses a weak key generation algorithm that produces cryptographic keys with insufficient entropy or predictable patterns. This fundamental cryptographic weakness undermines the entire authorization framework, as attackers can derive valid authentication credentials without possessing legitimate access.

Attack Vector

The attack vector for CVE-2026-28747 requires adjacent network access (AV:A). An attacker positioned on the same network segment as the vulnerable Milesight AIOT camera can exploit the weak key generation to bypass authorization. The exploitation process involves:

  1. Identifying vulnerable Milesight AIOT cameras on the local network
  2. Analyzing or predicting the weak key generation output
  3. Crafting authentication requests using derived or predicted keys
  4. Bypassing authorization to gain unauthorized access to camera functions

Due to the adjacent network requirement, this vulnerability is particularly concerning in environments with flat network architectures where IoT devices share network segments with other systems.

Detection Methods for CVE-2026-28747

Indicators of Compromise

  • Unusual authentication attempts to camera management interfaces from unexpected internal IP addresses
  • Multiple successful authentication events without corresponding legitimate user activity
  • Anomalous access patterns to camera configuration or video streaming endpoints
  • Unexpected changes to camera settings or recording configurations

Detection Strategies

  • Monitor network traffic for authentication attempts to Milesight camera endpoints from non-administrative systems
  • Implement network segmentation monitoring to detect lateral movement toward IoT device subnets
  • Deploy IDS/IPS rules to identify authorization bypass patterns specific to camera management protocols
  • Review authentication logs for successful logins that bypass normal credential verification workflows

Monitoring Recommendations

  • Enable verbose logging on all Milesight AIOT cameras and forward logs to a centralized SIEM
  • Implement network behavior analytics to detect anomalous traffic patterns to IoT devices
  • Configure alerts for configuration changes on camera systems outside of maintenance windows
  • Monitor for unusual outbound connections from camera IP addresses that may indicate compromise

How to Mitigate CVE-2026-28747

Immediate Actions Required

  • Identify all Milesight AIOT cameras deployed in your environment and inventory firmware versions
  • Implement network segmentation to isolate IoT cameras from general network traffic
  • Apply strict access controls limiting which systems can communicate with camera management interfaces
  • Review access logs for any signs of unauthorized access or exploitation attempts

Patch Information

Milesight has released updated firmware to address this vulnerability. Organizations should download and apply the latest firmware from the Milesight Firmware Download page. Prior to deployment, verify firmware integrity and test updates in a non-production environment where possible.

Additional technical details and remediation guidance are available in the CISA ICS Advisory ICSA-26-113-03. CISA's CSAF data for this vulnerability can be found in the GitHub CSAF Resource.

Workarounds

  • Implement strict network segmentation placing all AIOT cameras on isolated VLANs with restricted access
  • Deploy firewall rules limiting camera management interface access to authorized administrative systems only
  • Use VPN or encrypted tunnels for remote camera administration rather than direct network access
  • Disable any unnecessary network services or protocols on camera devices to reduce attack surface
bash
# Example network segmentation configuration (firewall rules)
# Restrict access to camera management subnet (example: 10.10.50.0/24)
# Allow only authorized management station (example: 10.10.100.50)

iptables -A FORWARD -s 10.10.100.50 -d 10.10.50.0/24 -p tcp --dport 80 -j ACCEPT
iptables -A FORWARD -s 10.10.100.50 -d 10.10.50.0/24 -p tcp --dport 443 -j ACCEPT
iptables -A FORWARD -d 10.10.50.0/24 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMilesight

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:H/AT:P/PR:N/UI:A/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
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-639
  • Technical References
  • GitHub CSAF Resource

  • CISA ICS Advisory ICSA-26-113-03

  • Milesight Firmware Download
  • Related CVEs
  • CVE-2026-27785: Milesight AIOT Camera Auth Bypass Flaw

  • CVE-2026-32649: Milesight Camera RCE Vulnerability

  • CVE-2026-32644: Milesight AIOT Camera SSL Vulnerability

  • 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