CVE-2026-44029 — Path Traversal
CVE-2026-44029 — An issue was discovered in Nix before 2.34.7. Writing to arbitrary files can occur via "nix-prefetch-url --unpack" or "nix store prefetch-file --unpack" directory traversal. The fixed versions are 2.34.7, 2.33.6, 2.32.8, 2.31.5, 2.30.5, 2.29.4, and 2.28.7 (introduced in 2.24.7);
What This Means For You
- If your environment is affected by CWE-36, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-44029 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.
Nix Path Traversal via nix-prefetch-url --unpack - CVE-2026-44029
title: Nix Path Traversal via nix-prefetch-url --unpack - CVE-2026-44029
id: scw-2026-05-05-ai-1
status: experimental
level: high
description: |
Detects the use of 'nix-prefetch-url --unpack' or 'nix store prefetch-file --unpack' with directory traversal characters ('../') in the command line. This specific pattern is indicative of the path traversal vulnerability (CVE-2026-44029) in Nix versions prior to 2.34.7, allowing arbitrary file writes.
author: SCW Feed Engine (AI-generated)
date: 2026-05-05
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-44029/
tags:
- attack.credential_access
- attack.t1552.001
logsource:
category: process_creation
detection:
selection:
Image|endswith:
- 'nix.exe'
CommandLine|contains:
- '--unpack'
CommandLine|contains:
- '../'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-44029 | vulnerability | CVE-2026-44029 |
| CWE-36 | weakness | CWE-36 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 05, 2026 at 04: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.