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

CVE-2024-41138: Microsoft Teams Auth Bypass Vulnerability

CVE-2024-41138 is an authentication bypass flaw in Microsoft Teams for macOS that allows library injection to exploit Teams permissions. This article covers technical details, affected versions, impact, and mitigation.

Updated: May 15, 2026

CVE-2024-41138 Overview

CVE-2024-41138 is a library injection vulnerability in the com.microsoft.teams2.modulehost.app helper application of Microsoft Teams (work or school) version 24046.2813.2770.1094 for macOS. A specially crafted dynamic library can leverage the Teams helper's access privileges, leading to a permission bypass. An attacker who can place a malicious library on the target system can inject it into the helper process and inherit Teams's macOS Transparent Consent and Control (TCC) permissions, including microphone, camera, and accessibility access.

Critical Impact

A malicious application on macOS can inject a library into the Teams helper and abuse Teams's existing TCC permissions to access protected resources without prompting the user.

Affected Products

  • Microsoft Teams (work or school) for macOS, version 24046.2813.2770.1094
  • macOS installations of the Teams helper app com.microsoft.teams2.modulehost.app
  • Endpoints where the Teams client holds TCC permissions (microphone, camera, accessibility)

Discovery Timeline

  • 2024-12-18 - CVE-2024-41138 published to the National Vulnerability Database
  • 2025-08-26 - Last updated in NVD database

Technical Details for CVE-2024-41138

Vulnerability Analysis

The issue is tracked under CWE-347: Improper Verification of Cryptographic Signature. The Teams helper application com.microsoft.teams2.modulehost.app loads dynamic libraries without enforcing the runtime signature constraints that macOS provides for hardened applications. As a result, a library not signed by Microsoft can be loaded into the helper process at launch.

Once loaded, the injected library runs inside a process that Teams has already been granted user-approved TCC permissions for. The library inherits microphone, camera, screen recording, or accessibility entitlements without triggering a new user consent prompt. This converts a local code execution primitive into a privacy and permission bypass on macOS.

Additional technical context is available in the Talos Intelligence Vulnerability Report TALOS-2024-1991.

Root Cause

The Teams helper binary is not built with the Hardened Runtime library validation flag enforced for third-party libraries. macOS therefore permits the loader to map an attacker-supplied dylib into the process address space. Improper verification of the library's code signature against Microsoft's Team ID is the underlying defect.

Attack Vector

An attacker with the ability to write a file to a path read by the Teams helper, or who can persuade a user to run a malicious application, drops a crafted .dylib and triggers helper startup. The dylib executes with the helper's identity and accesses microphone, camera, or other TCC-gated resources that Teams has already been authorized to use.

The vulnerability manifests in the dynamic loader path of the Teams helper. No exploit code or public proof-of-concept is referenced in the advisory. See the Talos vulnerability report for technical details.

Detection Methods for CVE-2024-41138

Indicators of Compromise

  • Unexpected .dylib files placed adjacent to com.microsoft.teams2.modulehost.app or in writable directories referenced by DYLD_* environment variables
  • Child processes of Teams accessing the microphone, camera, or accessibility APIs without a corresponding user action
  • Modifications to the Teams application bundle or its helper executables outside of an official Microsoft AutoUpdate session

Detection Strategies

  • Monitor posix_spawn and dlopen events targeting the Teams helper bundle and alert on libraries not signed by Microsoft's Team ID UBF8T346G9
  • Inspect codesign --verify --deep --strict results for the Teams bundle on managed macOS endpoints and flag drift
  • Correlate TCC database access events (/Library/Application Support/com.apple.TCC/TCC.db) with the loading parent process to identify abuse of inherited permissions

Monitoring Recommendations

  • Centralize macOS Endpoint Security Framework (ESF) telemetry covering ES_EVENT_TYPE_NOTIFY_MMAP and process exec events for Teams helpers
  • Track installation of unsigned or ad-hoc signed libraries within user ~/Library paths used by Microsoft Teams
  • Alert on Teams helper processes spawning shells, executing scripting interpreters, or making outbound connections to non-Microsoft infrastructure

How to Mitigate CVE-2024-41138

Immediate Actions Required

  • Upgrade Microsoft Teams for macOS to a build later than 24046.2813.2770.1094 distributed through Microsoft AutoUpdate
  • Inventory macOS endpoints running the affected build and prioritize remediation on systems where Teams holds microphone, camera, or screen recording permissions
  • Review TCC permission grants for Teams and revoke any that are not required for business workflows

Patch Information

Microsoft addressed the issue in a subsequent Teams for macOS release. Refer to the Talos Intelligence Vulnerability Report TALOS-2024-1991 for the fixed version reference and confirm the installed build using Microsoft Teams.app/Contents/Info.plistCFBundleVersion.

Workarounds

  • Restrict local user write access to directories from which Teams loads supporting components, and enforce filesystem integrity monitoring on the Teams bundle
  • Deploy a macOS configuration profile that limits Teams TCC permissions to only the capabilities required by the organization
  • Remove Microsoft Teams from endpoints that do not require it until the patched version is deployed
bash
# Verify the installed Microsoft Teams version and code signature on macOS
/usr/bin/defaults read "/Applications/Microsoft Teams.app/Contents/Info.plist" CFBundleVersion
/usr/bin/codesign --verify --deep --strict --verbose=2 "/Applications/Microsoft Teams.app"
/usr/bin/codesign -dv --entitlements - "/Applications/Microsoft Teams.app/Contents/Frameworks/com.microsoft.teams2.modulehost.app"

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 Teams

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.25%

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

  • NVD-CWE-noinfo
  • Technical References
  • Talos Intelligence Vulnerability Report

  • Talos Intelligence Vulnerability Report
  • Related CVEs
  • CVE-2026-32185: Microsoft Teams Auth Bypass Vulnerability

  • CVE-2024-42004: Microsoft Teams Auth Bypass Vulnerability

  • CVE-2026-21535: Microsoft Teams Information Disclosure

  • CVE-2025-53783: Dynamics 365 Guides Buffer Overflow Flaw
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