CVE-2026-46383 — Microsoft APM is an open-source, community-driven
CVE-2026-46383 — Microsoft APM is an open-source, community-driven dependency manager for AI agents. Prior to 0.13.0, Microsoft APM contains a Windows-specific archive extraction boundary failure in the legacy-bundle probe used by apm install
What This Means For You
- If your environment is affected by CWE-22, CWE-73, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-46383 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-46383 - Microsoft APM Archive Extraction Boundary Failure
Sigma YAML — free preview
title: CVE-2026-46383 - Microsoft APM Archive Extraction Boundary Failure
id: scw-2026-05-15-ai-1
status: experimental
level: high
description: |
Detects the execution of Microsoft APM's 'apm install' command with a .tar.gz file on vulnerable Python 3.10 and 3.11 runtimes, indicating a potential exploitation attempt of CVE-2026-46383. This vulnerability allows for arbitrary file write due to an archive extraction boundary failure.
author: SCW Feed Engine (AI-generated)
date: 2026-05-15
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-46383/
tags:
- attack.persistence
- attack.t1505.003
logsource:
category: process_creation
detection:
selection:
Image|startswith:
- 'C:\Python310\python.exe'
- 'C:\Python311\python.exe'
CommandLine|contains:
- 'apm install'
- '.tar.gz'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-46383 | vulnerability | CVE-2026-46383 |
| CWE-22 | weakness | CWE-22 |
| CWE-73 | weakness | CWE-73 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 15, 2026 at 20:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.