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

CVE-2024-39804: Microsoft PowerPoint Auth Bypass Flaw

CVE-2024-39804 is an authentication bypass vulnerability in Microsoft PowerPoint 16.83 for macOS that enables library injection attacks. Attackers can leverage this flaw to bypass permissions and escalate privileges.

Published: April 15, 2026

CVE-2024-39804 Overview

A library injection vulnerability exists in Microsoft PowerPoint 16.83 for macOS that allows attackers to leverage the application's access privileges, resulting in a permission bypass. This vulnerability enables a malicious application to inject a specially crafted library and start PowerPoint to trigger the vulnerability, subsequently abusing the vulnerable application's permissions on the system.

Critical Impact

This library injection flaw enables attackers to bypass macOS security controls by hijacking PowerPoint's elevated permissions, potentially gaining unauthorized access to protected system resources and sensitive data.

Affected Products

  • Microsoft PowerPoint 16.83 for macOS
  • Microsoft Office Suite for macOS (versions including PowerPoint 16.83)

Discovery Timeline

  • 2024-12-18 - CVE-2024-39804 published to NVD
  • 2025-08-25 - Last updated in NVD database

Technical Details for CVE-2024-39804

Vulnerability Analysis

This vulnerability stems from improper verification of cryptographic signatures (CWE-347) in Microsoft PowerPoint for macOS. The flaw allows an attacker to inject a malicious library into the PowerPoint process, which then executes with the application's elevated privileges. On macOS, applications like Microsoft PowerPoint are granted specific entitlements and permissions by the operating system, including access to protected resources such as the camera, microphone, files, and calendar.

When a malicious library is successfully injected, it inherits all of PowerPoint's permissions and entitlements. This effectively bypasses macOS's security model, which relies on per-application permission grants. The attacker can then leverage these inherited permissions to access protected resources without requiring explicit user consent.

Root Cause

The root cause of this vulnerability lies in insufficient validation of dynamically loaded libraries within Microsoft PowerPoint for macOS. The application fails to properly verify the cryptographic signatures of libraries before loading them into its process space. This improper verification allows unsigned or maliciously signed libraries to be loaded and executed within the context of a trusted, entitled application.

Attack Vector

The attack vector is network-based, requiring no privileges or user interaction according to the vulnerability characteristics. An attacker must first deliver a malicious library to the target system, which can be accomplished through various methods including phishing, malicious downloads, or other delivery mechanisms.

Once the malicious library is present on the system, the attack proceeds as follows:

  1. The attacker positions a specially crafted dynamic library (dylib) in a location where PowerPoint will load it
  2. The malicious application triggers PowerPoint to launch
  3. PowerPoint loads the injected library without proper signature verification
  4. The malicious code executes with PowerPoint's full permissions and entitlements
  5. The attacker gains access to protected macOS resources through the hijacked permissions

This attack technique is particularly concerning on macOS because users explicitly grant applications permission to access sensitive resources like the camera, microphone, and files. By hijacking a trusted application like PowerPoint, attackers can silently abuse these granted permissions.

Detection Methods for CVE-2024-39804

Indicators of Compromise

  • Unexpected dynamic libraries loaded into Microsoft PowerPoint processes
  • Unusual child processes spawned from PowerPoint that access sensitive resources
  • Modifications to library search paths or DYLD environment variables associated with Office applications
  • Suspicious files with .dylib extension appearing in application bundle directories or library paths

Detection Strategies

  • Monitor for unusual library loading events in Microsoft Office application processes using endpoint detection tools
  • Implement code signing verification alerts for unsigned or invalidly signed libraries loaded by trusted applications
  • Deploy behavioral analysis to detect Office applications accessing resources inconsistent with normal usage patterns
  • Utilize macOS unified logging to track dyld library loading events for Office applications

Monitoring Recommendations

  • Enable detailed process monitoring for all Microsoft Office applications on macOS endpoints
  • Configure alerts for PowerPoint accessing sensitive resources (camera, microphone, contacts) outside of expected workflows
  • Monitor for changes to environment variables like DYLD_INSERT_LIBRARIES that could facilitate library injection
  • Review macOS TCC (Transparency, Consent, and Control) database access logs for anomalous permission usage

How to Mitigate CVE-2024-39804

Immediate Actions Required

  • Update Microsoft PowerPoint for macOS to the latest available version from Microsoft
  • Review and audit macOS application permissions granted to Microsoft Office applications
  • Implement application whitelisting to prevent execution of unauthorized libraries
  • Deploy endpoint protection solutions capable of detecting library injection attacks

Patch Information

Microsoft has been notified of this vulnerability through Cisco Talos' responsible disclosure process. Organizations should monitor Microsoft's security update releases and apply patches as soon as they become available. Refer to the Talos Intelligence Vulnerability Report for additional technical details and remediation guidance.

Workarounds

  • Restrict execution of unsigned code on macOS systems using Gatekeeper policies
  • Limit the permissions granted to Microsoft Office applications to only those strictly necessary for business operations
  • Implement macOS System Integrity Protection (SIP) and ensure it remains enabled on all endpoints
  • Use macOS sandboxing capabilities and MDM profiles to restrict Office application behaviors where possible
bash
# Check Microsoft PowerPoint version on macOS
/Applications/Microsoft\ PowerPoint.app/Contents/MacOS/Microsoft\ PowerPoint --version

# Verify code signing of PowerPoint application
codesign -dv --verbose=4 /Applications/Microsoft\ PowerPoint.app

# List loaded libraries in running PowerPoint process (for investigation)
# Replace [PID] with actual process ID
vmmap [PID] | grep dylib

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMicrosoft Powerpoint

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-347
  • Technical References
  • Talos Intelligence Vulnerability Report

  • Talos Intelligence Vulnerability Report
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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