CVE-2026-44029 — Path Traversal

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 formats

3 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.

high T1552.001 Credential Access

Nix Path Traversal via nix-prefetch-url --unpack - CVE-2026-44029

Sigma YAML — free preview
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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-44029 vulnerability CVE-2026-44029
CWE-36 weakness CWE-36
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

MoreConvert Pro WordPress Plugin Critical Authentication Bypass (CVE-2026-5722)

CVE-2026-5722 — The MoreConvert Pro plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 1.9.14. This is due to...

vulnerabilityCVEcriticalhigh-severityauthentication-bypasscwe-287
/SCW Vulnerability Desk /CRITICAL /9.8 /⚑ 3 IOCs /⚙ 2 Sigma

CVE-2026-44028: Nix/Lix Unbounded Recursion Leads to RCE as Root

CVE-2026-44028 — An issue was discovered in Nix before 2.34.7 and Lix before 2.95.2. Unbounded recursion in the NAR (Nix Archive) parser could lead to...

vulnerabilityCVEhigh-severitycode-executioncwe-674
/SCW Vulnerability Desk /HIGH /7.5 /⚑ 4 IOCs /⚙ 3 Sigma

Axle-Bucamp MCP-Docusaurus Path Traversal (CVE-2026-7788) Public Exploit

CVE-2026-7788 — A security flaw has been discovered in Axle-Bucamp MCP-Docusaurus up to 404bc028e15ec304c9a045528560f4b5f27a17e0. The affected element is the function update_document/continue_document/delete_document/get_content of the file app/routes/document.py....

vulnerabilityCVEhigh-severitypath-traversalcwe-22
/SCW Vulnerability Desk /HIGH /7.3 /⚑ 4 IOCs /⚙ 3 Sigma