PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-73030 frostming CVE debrief

A path traversal vulnerability exists in unearth through version 0.18.2, fixed in commit 6c78164. The is_within_directory function fails to normalize paths before validation, allowing ../ sequences to bypass directory containment checks. This could allow attackers to write files to arbitrary filesystem locations accessible to the process by supplying malicious tar archives with symlink members or traversal sequences.

Vendor
frostming
Product
unearth
CVSS
HIGH 7.2
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-10
Original CVE updated
2026-09-24
Advisory published
2026-08-10
Advisory updated
2026-09-24

Who should care

Defenders responsible for unearth installations, especially in environments where arbitrary file writes could have significant impacts, should assess exposure and prioritize verification of the patch status.

Why it matters

CVE-2026-73030 is a path traversal vulnerability in unearth that allows attackers to write files to arbitrary filesystem locations. Defenders should prioritize verifying the patch status of unearth installations, especially in environments where arbitrary file writes could have significant impacts.

  • Verification of patch status for unearth installations is required to prevent potential arbitrary file writes.
  • Restricting access to unearth processes and their accessible filesystem locations can help mitigate potential impacts.
  • Monitoring for suspicious tar archive processing and file writes can help detect potential exploitation attempts.

Technical summary

The is_within_directory function in unearth fails to normalize paths before validation, allowing ../ sequences to bypass directory containment checks. This could allow attackers to write files to arbitrary filesystem locations accessible to the process by supplying malicious tar archives with symlink members or traversal sequences. The vulnerability is fixed in commit 6c78164. Defenders should prioritize verifying the patch status of unearth installations, especially in environments where arbitrary file writes could have significant impacts.

Defensive priority

Defenders should prioritize verifying the patch status of unearth installations, especially in environments where arbitrary file writes could have significant impacts.

Recommended defensive actions

  • Verify if unearth installations are updated to commit 6c78164 or later
  • Review and restrict access to unearth processes and their accessible filesystem locations
  • Monitor for suspicious tar archive processing and file writes
  • Conduct a thorough review of unearth installations to identify potential exposure
  • Implement compensating controls for exposed systems while remediation is scheduled and verified
  • Track exceptions and retest remediated assets to ensure patch status is confirmed
  • Review relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. However, the scope of affected versions and potential exploitation remains limited by the information available. Defenders should verify patch status and review unearth installations for potential exposure, especially in environments where arbitrary file writes could have significant impacts. Limited information is available on potential exploitation or affected versions beyond the provided CVE and NVD details.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-73030 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-73030

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-73030 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73030

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.