Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-46301

CVE-2025-46301: Apple macOS/iOS HID DoS Vulnerability

CVE-2025-46301 is a denial of service vulnerability in Apple macOS and iOS caused by malicious HID devices triggering process crashes. This post covers the technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2025-46301 Overview

CVE-2025-46301 is a memory corruption vulnerability in Apple's macOS and iOS operating systems caused by improper bounds checks when handling Human Interface Device (HID) data. The vulnerability allows a malicious HID device to trigger an unexpected process crash, resulting in a denial of service condition. This weakness is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer).

Critical Impact

A physically connected malicious HID device can cause system process crashes, potentially disrupting user workflows and system availability.

Affected Products

  • macOS Sequoia (versions prior to 15.7.4)
  • macOS Sonoma (versions prior to 14.8.4)
  • iOS 18.7.5 and iPadOS 18.7.5 (versions prior to 18.7.5)

Discovery Timeline

  • 2026-02-11 - CVE-2025-46301 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2025-46301

Vulnerability Analysis

This vulnerability exists within Apple's HID subsystem, which is responsible for processing input from external devices such as keyboards, mice, game controllers, and other USB or Bluetooth peripherals. The flaw stems from insufficient bounds checking when parsing HID descriptor data or input reports from connected devices.

When a malicious HID device sends specially crafted data that exceeds expected buffer boundaries, the system fails to properly validate the data length before processing. This leads to out-of-bounds memory access operations that corrupt memory structures used by the HID processing routines.

The attack requires local physical access to connect a malicious device, limiting the attack surface to scenarios where an adversary has direct access to the target system's USB ports or can establish a Bluetooth connection. User interaction is required in the form of connecting or pairing the malicious device.

Root Cause

The root cause is a boundary condition error (CWE-119) in the HID device driver or framework code. The vulnerable code path fails to verify that incoming HID data fits within allocated buffer sizes before performing read or write operations. This improper restriction of operations within memory buffer bounds allows carefully crafted HID reports to trigger memory access violations.

Attack Vector

The attack requires physical access to the target device to connect a malicious HID peripheral. An attacker could create a custom USB device or modified commercial HID device that sends malformed descriptor data or input reports. When the victim connects this device to their Mac or iOS device, the HID subsystem processes the malicious data without adequate bounds validation, causing memory corruption that results in a process crash.

The vulnerability does not require authentication or elevated privileges to exploit, though it does require the user to physically connect or pair the malicious device. Successful exploitation results in denial of service through process termination but does not appear to enable code execution or data exfiltration based on available information.

Detection Methods for CVE-2025-46301

Indicators of Compromise

  • Unexpected system process crashes or kernel panics occurring shortly after connecting new HID devices
  • Crash reports in Console.app or /Library/Logs/DiagnosticReports referencing HID-related processes or kernel extensions
  • Unusual USB device connection events in system logs with unrecognized vendor or product IDs

Detection Strategies

  • Monitor system logs for HID subsystem crashes using log show --predicate 'subsystem == "com.apple.iokit.hid"'
  • Implement USB device allow-listing to detect unauthorized HID device connections
  • Deploy endpoint detection solutions capable of monitoring for anomalous device enumeration patterns
  • Review crash reports for memory corruption signatures in HID-related code paths

Monitoring Recommendations

  • Enable enhanced logging for USB device connections and disconnections
  • Configure alerts for repeated process crashes in HID-related system services
  • Monitor for USB devices with unusual descriptor configurations or malformed data
  • Implement SentinelOne endpoint protection to detect exploitation attempts targeting HID vulnerabilities

How to Mitigate CVE-2025-46301

Immediate Actions Required

  • Update macOS Sequoia to version 15.7.4 or later
  • Update macOS Sonoma to version 14.8.4 or later
  • Update iOS and iPadOS to version 18.7.5 or later
  • Restrict physical access to systems to trusted personnel only
  • Disable unused USB ports in high-security environments

Patch Information

Apple has addressed this vulnerability with improved bounds checks in the affected operating systems. Security updates are available through the following advisories:

  • Apple Security Advisory 126347 - macOS Sequoia 15.7.4
  • Apple Security Advisory 126349 - iOS 18.7.5 and iPadOS 18.7.5
  • Apple Security Advisory 126350 - macOS Sonoma 14.8.4

Apply these updates immediately through System Settings > General > Software Update on macOS or Settings > General > Software Update on iOS/iPadOS.

Workarounds

  • Implement strict physical security controls to prevent unauthorized device connections
  • Use USB port blockers or disable USB ports via MDM policies where feasible
  • Configure device management profiles to restrict HID device pairing on managed devices
  • Avoid connecting unknown or untrusted USB devices to sensitive systems
bash
# Check current macOS version to verify patch status
sw_vers -productVersion

# List connected HID devices for audit purposes
ioreg -p IOUSB -l | grep -E "(Product|Vendor|Serial)"

# Review system logs for HID-related crashes
log show --predicate 'eventMessage contains "HID"' --last 24h

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechApple

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-119
  • Technical References
  • Apple Security Advisory 126347

  • Apple Security Advisory 126349

  • Apple Security Advisory 126350
  • Related CVEs
  • CVE-2026-20650: Apple OS Bluetooth DoS Vulnerability

  • CVE-2026-20652: Apple Systems Denial of Service Vulnerability

  • CVE-2026-20605: macOS and iOS DoS Vulnerability

  • CVE-2025-46305: macOS and iOS HID Device DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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