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-2026-46383

CVE-2026-46383: Microsoft APM Path Traversal Flaw

CVE-2026-46383 is a path traversal vulnerability in Microsoft APM affecting Windows systems with Python 3.10 and 3.11. This post explains the archive extraction flaw, affected versions, and mitigation steps.

Published: May 21, 2026

CVE-2026-46383 Overview

CVE-2026-46383 is a path traversal vulnerability [CWE-22] in Microsoft APM, an open-source dependency manager for AI agents. The flaw affects versions prior to 0.13.0 running on Python 3.10 and 3.11. When apm install <bundle> processes a local .tar.gz archive, the legacy-bundle probe calls raw tar.extractall() without validating Windows absolute member names such as D:/.... Attackers can craft a malicious bundle that writes files outside the intended extraction directory on Windows hosts. Microsoft fixed the issue in release 0.13.0.

Critical Impact

A crafted .tar.gz bundle can write arbitrary files to attacker-chosen locations on Windows systems running Python 3.10 or 3.11, enabling high-integrity tampering with local files.

Affected Products

  • Microsoft APM versions prior to 0.13.0
  • Python 3.10 runtime on Windows
  • Python 3.11 runtime on Windows

Discovery Timeline

  • 2026-05-15 - CVE-2026-46383 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-46383

Vulnerability Analysis

Microsoft APM accepts user-supplied .tar.gz archives through the apm install <bundle> command. When an archive is not recognized as a current plugin-format bundle, APM falls back to a legacy probe to determine whether the archive matches the --format apm layout. This probe extracts tar members to inspect their structure.

On Python releases earlier than 3.12, tarfile.extractall() does not enforce a default extraction filter. Member names are written to disk as-is. APM relies on this unsafe default and adds no name validation of its own.

The missing validation specifically exposes Windows hosts. A tar member named D:/Windows/System32/... is treated by Python on Windows as an absolute path on the D: drive, bypassing the intended extraction root. Python 3.12 introduced an extraction filter that blocks such names, which is why only 3.10 and 3.11 runtimes are affected.

Root Cause

The root cause is improper limitation of a pathname to a restricted directory [CWE-22] inside the legacy-bundle probe. APM invokes tar.extractall() on untrusted input without supplying a filter or rejecting absolute Windows member names containing drive letters or backslash separators.

Attack Vector

Exploitation requires local access and user interaction. An attacker must convince a developer to run apm install against a malicious .tar.gz archive. The archive is crafted with tar members whose names contain Windows absolute paths such as D:/path/to/target. When the legacy-bundle probe extracts these members, files are written outside the expected sandbox directory, allowing the attacker to overwrite scripts, configuration files, or executables the user can modify.

The vulnerability does not yield code execution directly. It produces arbitrary file write, which an attacker can chain into code execution by overwriting files referenced during later developer workflows.

Detection Methods for CVE-2026-46383

Indicators of Compromise

  • Unexpected files appearing outside the working directory after running apm install against a local archive
  • .tar.gz archives whose members contain absolute Windows paths (drive letters followed by :/ or :\)
  • Modifications to user-writable system or profile paths shortly after APM invocation
  • APM process tree on Windows extracting archives sourced from untrusted locations such as email attachments or downloaded artifacts

Detection Strategies

  • Inspect .tar.gz archives before installation by listing entries with tar -tzf <bundle> and rejecting any member name containing : or starting with / or \
  • Monitor file creation events from Python interpreters invoked by apm on Windows endpoints, alerting on writes outside the user's project directory
  • Audit developer endpoints for installed Microsoft APM versions below 0.13.0 running on Python 3.10 or 3.11

Monitoring Recommendations

  • Log all apm install invocations and the source path of the archive supplied
  • Forward Windows Sysmon FileCreate events from python.exe child processes to a central log store for retrospective hunting
  • Track Python runtime versions across developer workstations to identify hosts still on 3.10 or 3.11

How to Mitigate CVE-2026-46383

Immediate Actions Required

  • Upgrade Microsoft APM to version 0.13.0 or later on all developer and build systems
  • Avoid running apm install against .tar.gz archives received from untrusted sources until the upgrade is complete
  • Where feasible, upgrade the underlying Python interpreter to 3.12 or later to gain the default tar extraction filter

Patch Information

Microsoft released the fix in Microsoft APM 0.13.0. Patched releases reject Windows absolute member names during the legacy-bundle probe. Review the GitHub Security Advisory GHSA-mq5j-pw29-jcv3 for the official fix details.

Workarounds

  • Restrict apm install to archives produced internally and signed or hashed against a known-good manifest
  • Pre-validate archives with a script that rejects members whose names contain :, leading /, leading \, or .. segments
  • Run apm install inside a disposable sandbox or container so that any out-of-bounds writes are contained
bash
# Configuration example: validate a tar archive before passing it to apm install
python - <<'PY'
import sys, tarfile
bundle = sys.argv[1]
with tarfile.open(bundle) as tf:
    for m in tf.getmembers():
        name = m.name.replace('\\', '/')
        if name.startswith('/') or ':' in name.split('/')[0] or '..' in name.split('/'):
            print(f'unsafe member: {m.name}')
            sys.exit(1)
print('archive passed validation')
PY

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechMicrosoft Apm

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-44641: Microsoft APM Path Traversal 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