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
    • 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-24118

CVE-2025-24118: Apple iPadOS Buffer Overflow Vulnerability

CVE-2025-24118 is a buffer overflow vulnerability in Apple iPadOS that allows malicious apps to cause system termination or write kernel memory. This article covers the technical details, affected versions, and patches.

Updated: January 22, 2026

CVE-2025-24118 Overview

CVE-2025-24118 is a memory handling vulnerability affecting Apple's macOS and iPadOS operating systems. The flaw resides in the kernel and stems from improper memory handling, which can allow a malicious application to cause unexpected system termination or write directly to kernel memory. This type of vulnerability poses significant risks as it could potentially be leveraged for privilege escalation or system destabilization attacks.

Critical Impact

A local application can exploit this vulnerability to write to kernel memory or cause system crashes, potentially leading to privilege escalation or denial of service conditions on affected Apple devices.

Affected Products

  • Apple iPadOS (versions prior to 17.7.4)
  • Apple macOS Sequoia (versions prior to 15.3)
  • Apple macOS Sonoma (versions prior to 14.7.3)

Discovery Timeline

  • January 27, 2025 - CVE-2025-24118 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2025-24118

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), indicating a memory corruption issue where data can be written beyond the intended buffer boundaries. The flaw exists within the kernel's memory handling routines, where insufficient validation or improper bounds checking allows an application to corrupt kernel memory space.

The local attack vector means that exploitation requires the attacker to have some level of access to the target system—either through a malicious application installed on the device or through code execution via another vulnerability. The vulnerability requires user interaction, suggesting that successful exploitation may depend on the user running or interacting with a malicious application.

The impact of this vulnerability is twofold: an attacker can either cause unexpected system termination (denial of service) or achieve kernel memory writes. Kernel memory corruption can have severe consequences, potentially allowing attackers to bypass security mechanisms, escalate privileges, or execute arbitrary code with kernel-level permissions.

Root Cause

The vulnerability stems from improper memory handling within the kernel. Specifically, insufficient bounds checking or memory management in kernel code paths allows applications to influence memory operations in unintended ways. This type of issue often occurs when memory allocation sizes are not properly validated, when buffer boundaries are not enforced, or when pointer arithmetic leads to out-of-bounds memory access.

Attack Vector

The attack requires local access and user interaction. An attacker would need to craft a malicious application that triggers the vulnerable memory handling code path. When a user runs this application, it can exploit the improper memory handling to either:

  1. Write data to kernel memory addresses, potentially corrupting critical kernel structures
  2. Trigger conditions that cause the system to terminate unexpectedly

The vulnerability mechanism involves the application making system calls or using APIs that interact with the vulnerable kernel code. The improper memory handling allows the application to influence kernel memory operations, leading to either memory corruption or system instability. Technical details are available in the Full Disclosure post from January 2025 and Apple's security advisories.

Detection Methods for CVE-2025-24118

Indicators of Compromise

  • Unexpected system crashes or kernel panics with memory-related error messages
  • Unusual application behavior attempting to trigger kernel operations
  • System logs showing memory corruption or out-of-bounds access errors in kernel space
  • Applications requesting unusual memory operations or exhibiting suspicious system call patterns

Detection Strategies

  • Monitor for kernel panics and system crashes, particularly those with memory handling error signatures
  • Implement application allowlisting to prevent unauthorized applications from executing
  • Use endpoint detection solutions to identify applications attempting suspicious kernel interactions
  • Deploy SentinelOne's behavioral AI to detect anomalous application behavior indicative of exploitation attempts

Monitoring Recommendations

  • Enable verbose kernel logging to capture memory-related errors and warnings
  • Monitor system stability metrics and alert on unusual crash patterns
  • Review installed applications for unauthorized or suspicious software
  • Implement continuous endpoint monitoring with SentinelOne to detect exploitation attempts in real-time

How to Mitigate CVE-2025-24118

Immediate Actions Required

  • Update iPadOS devices to version 17.7.4 or later immediately
  • Update macOS Sequoia systems to version 15.3 or later
  • Update macOS Sonoma systems to version 14.7.3 or later
  • Audit installed applications and remove any untrusted or suspicious software
  • Enable automatic updates to ensure future security patches are applied promptly

Patch Information

Apple has released security updates to address this vulnerability. The patches implement improved memory handling to prevent the out-of-bounds write condition. Detailed patch information is available in the following Apple Security Advisories:

  • Apple Support Document #122067 - iPadOS 17.7.4 Security Content
  • Apple Support Document #122068 - macOS Sequoia 15.3 Security Content
  • Apple Support Document #122069 - macOS Sonoma 14.7.3 Security Content

Organizations should prioritize applying these updates as the EPSS score of 6.79% (91st percentile) indicates a higher than average probability of exploitation.

Workarounds

  • Restrict application installation to only trusted, signed applications from the App Store
  • Implement strict application control policies to prevent execution of unknown binaries
  • Ensure users operate with least-privilege accounts to minimize impact of potential exploitation
  • Monitor and limit applications that require elevated permissions or kernel access
bash
# Verify current macOS version
sw_vers -productVersion

# Check for available updates via command line
softwareupdate --list

# Install all available updates
softwareupdate --install --all

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechApple Ipados

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability6.79%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo

  • CWE-787
  • Technical References
  • Full Disclosure Post January 14, 2025

  • Full Disclosure Post January 15, 2025

  • Full Disclosure Post January 16, 2025
  • Vendor Resources
  • Apple Support Document #122067

  • Apple Support Document #122068

  • Apple Support Document #122069
  • Related CVEs
  • CVE-2026-20698: Apple iPadOS Buffer Overflow Vulnerability

  • CVE-2026-28858: Apple iPadOS Buffer Overflow Vulnerability

  • CVE-2026-20657: Apple iPadOS Buffer Overflow Vulnerability

  • CVE-2026-28875: Apple iPadOS Buffer Overflow Vulnerability
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