A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-27879

CVE-2024-27879: Apple iPadOS DoS Vulnerability

CVE-2024-27879 is a denial of service vulnerability in Apple iPadOS that allows attackers to cause unexpected app termination. This article covers the technical details, affected versions, and mitigation steps.

Published: June 2, 2026

CVE-2024-27879 Overview

CVE-2024-27879 is an out-of-bounds memory access vulnerability affecting Apple iOS and iPadOS. The flaw stems from insufficient bounds checking in the affected platform components. A remote attacker can exploit this issue to cause unexpected application termination, resulting in a denial-of-service condition on the affected device.

Apple addressed the vulnerability by introducing improved bounds checks. Fixes are included in iOS 17.7, iPadOS 17.7, iOS 18, and iPadOS 18. The weakness is classified under [CWE-119] (Improper Restriction of Operations within the Bounds of a Memory Buffer).

Critical Impact

A remote, unauthenticated attacker can trigger unexpected app termination on unpatched iOS and iPadOS devices, disrupting availability without requiring user interaction.

Affected Products

  • Apple iOS versions prior to 17.7 and prior to 18
  • Apple iPadOS versions prior to 17.7 and prior to 18
  • Apple devices running vulnerable iOS/iPadOS builds

Discovery Timeline

  • 2024-09-17 - CVE-2024-27879 published to the National Vulnerability Database (NVD)
  • 2025-11-04 - Last updated in the NVD database

Technical Details for CVE-2024-27879

Vulnerability Analysis

The vulnerability is an out-of-bounds memory access condition in iOS and iPadOS. Apple's advisory describes the root issue as a missing bounds check that allowed memory operations to exceed buffer limits. When triggered, the affected process accesses memory outside the intended buffer and terminates unexpectedly.

The impact is limited to availability. The vulnerability does not expose data confidentiality or integrity, but it does interrupt application execution. Apple's fix introduces improved bounds checks to validate memory operations before they are performed.

The issue maps to [CWE-119], a class of memory safety defects common in C and Objective-C codebases used across Apple platforms. No public proof-of-concept code or exploit has been published, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Root Cause

The underlying defect is the absence of adequate boundary validation during a memory operation in iOS and iPadOS. Without bounds enforcement, crafted input can drive the affected code path to read or write outside its allocated buffer, causing the process to crash.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker delivers crafted input to a vulnerable component on the target device, triggering the out-of-bounds condition and causing the affected application to terminate. Refer to the Apple Support Document #121246 and Apple Support Document #121250 for vendor-confirmed technical context.

Detection Methods for CVE-2024-27879

Indicators of Compromise

  • Unexpected and repeated termination of applications on iOS or iPadOS devices running versions earlier than 17.7 or 18
  • Crash reports in device diagnostics referencing out-of-bounds memory access or buffer-related exceptions
  • Anomalous network traffic preceding application crashes on managed mobile devices

Detection Strategies

  • Inventory all iOS and iPadOS devices through mobile device management (MDM) and flag those running builds prior to 17.7 or 18
  • Collect and review iOS crash logs from Settings > Privacy & Security > Analytics & Improvements for repeated application terminations
  • Correlate device crash telemetry with network logs to identify potential exploitation attempts

Monitoring Recommendations

  • Enable continuous OS version compliance monitoring through your MDM platform
  • Forward mobile crash diagnostics to a centralized logging or SIEM platform for trend analysis
  • Track Apple security advisories and bulletins to detect related follow-up CVEs in iOS and iPadOS

How to Mitigate CVE-2024-27879

Immediate Actions Required

  • Update all iPhones to iOS 17.7 or iOS 18 (or later) without delay
  • Update all iPads to iPadOS 17.7 or iPadOS 18 (or later) without delay
  • Enforce minimum OS version policies through MDM to prevent vulnerable devices from accessing corporate resources
  • Review Apple's advisories: Apple Support Document #121246 and Apple Support Document #121250

Patch Information

Apple resolved CVE-2024-27879 by adding improved bounds checks in iOS 17.7, iPadOS 17.7, iOS 18, and iPadOS 18. Apply the vendor-provided updates through Settings > General > Software Update. Additional details are available in the Full Disclosure mailing list post (Sep 32) and Full Disclosure mailing list post (Sep 39).

Workarounds

  • No vendor-supplied workaround exists; apply the official iOS or iPadOS update
  • Restrict device access to untrusted networks until patches are installed
  • Use MDM conditional access policies to block non-compliant devices from sensitive applications
bash
# Verify iOS/iPadOS version compliance from MDM (example pseudo-command)
mdm-cli query --field osVersion --filter "osVersion < 17.7"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechApple Ipados

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-119
  • Technical References
  • Full Disclosure Mailing List - Sep 32

  • Full Disclosure Mailing List - Sep 39
  • Vendor Resources
  • Apple Support Document #121246

  • Apple Support Document #121250
  • Related CVEs
  • CVE-2026-28847: Apple iPadOS DoS Vulnerability

  • CVE-2026-28902: Apple iPadOS DoS Vulnerability

  • CVE-2026-28903: Apple iPadOS DoS Vulnerability

  • CVE-2026-28936: Apple iPadOS DOS Vulnerability
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