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-2024-43091

CVE-2024-43091: Google Android RCE Vulnerability

CVE-2024-43091 is a remote code execution flaw in Google Android caused by an integer overflow leading to out of bounds write. This vulnerability requires no user interaction for exploitation and poses significant risk.

Published: April 8, 2026

CVE-2024-43091 Overview

CVE-2024-43091 is a critical integer overflow vulnerability discovered in the filterMask function within SkEmbossMaskFilter.cpp, a component of the Skia graphics library used in Android. The vulnerability allows an attacker to trigger an out-of-bounds write condition through integer overflow, potentially enabling remote code execution without requiring any user interaction or additional execution privileges.

Critical Impact

This vulnerability enables remote code execution on affected Android devices without user interaction. The flaw in the Skia graphics engine affects Android versions 12.0 through 15.0, exposing a massive number of devices to potential compromise.

Affected Products

  • Google Android 12.0
  • Google Android 12.1
  • Google Android 13.0
  • Google Android 14.0
  • Google Android 15.0

Discovery Timeline

  • November 13, 2024 - CVE-2024-43091 published to NVD
  • December 17, 2024 - Last updated in NVD database

Technical Details for CVE-2024-43091

Vulnerability Analysis

The vulnerability exists in the Skia graphics library's emboss mask filter implementation. Skia is a core graphics engine used by Android for rendering 2D graphics, text, and images. The filterMask function in SkEmbossMaskFilter.cpp contains an integer overflow flaw that occurs during mask filtering operations.

When processing specially crafted graphics data, the integer overflow bypasses bounds checking mechanisms, allowing an attacker to write data beyond the allocated buffer boundaries. This out-of-bounds write can corrupt adjacent memory structures, potentially allowing arbitrary code execution within the context of the graphics rendering process.

The vulnerability is particularly dangerous because it requires no user interaction and can be triggered remotely through malicious content that invokes the vulnerable graphics rendering path.

Root Cause

The root cause is an integer overflow vulnerability (CWE-190) in the filterMask function of SkEmbossMaskFilter.cpp. When calculating buffer sizes or offsets during mask filtering operations, integer multiplication or addition operations can overflow, resulting in a smaller-than-expected allocation or incorrect bounds calculations. This allows subsequent write operations to exceed the actual buffer boundaries, leading to memory corruption.

Attack Vector

The attack can be executed remotely over the network without requiring authentication or user interaction. An attacker could deliver malicious content containing specially crafted graphics data through various vectors such as:

  • Malicious web pages rendering crafted images or canvas elements
  • Malicious media files processed by Android's graphics subsystem
  • Crafted documents or content shared through messaging applications
  • Malicious advertisements containing embedded graphics

The vulnerability exploits the graphics rendering pipeline, meaning any application that processes untrusted graphics content could potentially trigger the flaw.

The integer overflow occurs during mask calculations in the emboss filter processing. When the calculated size overflows, subsequent memory operations write beyond allocated boundaries. Technical details of the fix can be found in the Android Skia Code Change.

Detection Methods for CVE-2024-43091

Indicators of Compromise

  • Unexpected crashes or restarts in Android graphics-related services or system UI
  • Anomalous memory consumption patterns in processes using Skia graphics rendering
  • Unusual system behavior following interaction with untrusted graphic content
  • Evidence of code execution from graphics rendering processes

Detection Strategies

  • Monitor for crashes in Skia-related processes with memory corruption signatures
  • Implement network-based detection for potentially malicious graphics content
  • Deploy endpoint detection solutions capable of identifying exploitation attempts against graphics subsystems
  • Review application logs for unusual graphics rendering failures or exceptions

Monitoring Recommendations

  • Enable enhanced crash reporting to capture detailed information about graphics-related failures
  • Monitor system logs for signs of memory corruption or unexpected process behavior
  • Implement behavioral analysis to detect anomalous post-exploitation activity
  • Track security patch levels across managed Android device fleets

How to Mitigate CVE-2024-43091

Immediate Actions Required

  • Update affected Android devices to the November 2024 security patch level or later
  • Prioritize patching for devices that regularly access untrusted content or networks
  • Consider restricting access to untrusted web content on unpatched devices
  • Implement network-level filtering for known malicious content where possible

Patch Information

Google has addressed this vulnerability in the November 2024 Android Security Bulletin. The fix involves correcting the integer overflow condition in the filterMask function within SkEmbossMaskFilter.cpp. Organizations should apply the security update with patch commit 0b628a960e74197ace9831ef0727f5ba7ab6ac10 to the Skia library component.

For detailed patch information, refer to the Android Security Bulletin November 2024 and the Android Skia Code Change.

Workarounds

  • Limit exposure to untrusted content sources on unpatched devices
  • Use mobile device management (MDM) solutions to enforce web browsing restrictions
  • Implement network segmentation to isolate unpatched devices from untrusted networks
  • Deploy SentinelOne Singularity Mobile to detect and prevent exploitation attempts on managed devices
bash
# Check Android security patch level on device
adb shell getprop ro.build.version.security_patch
# Expected output for patched devices: 2024-11-01 or later

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Android

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability4.72%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Vendor Resources
  • Android Skia Code Change

  • Android Security Bulletin November 2024
  • Related CVEs
  • CVE-2026-0114: Google Android Modem RCE Vulnerability

  • CVE-2026-0116: Google Android RCE Vulnerability

  • CVE-2026-0120: Google Android Modem RCE Vulnerability

  • CVE-2026-0122: Google Android RCE 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