GHSA-hfg8-hc9c-6c3h

    Dashboard / Vulnerabilities / GHSA-hfg8-hc9c-6c3h

    GHSA-hfg8-hc9c-6c3h

    Published: 18 Aug 2026Last Modified: 10 Sept 2026

    Summary: moby/go-archive: Crafted tar archive can write outside the extraction directory

    Details: ### Summary The tar extraction routines in `moby/go-archive` (`Unpack`, `UnpackLayer`, `Untar`/`UntarUncompressed`, and the `ApplyLayer` helpers) do not confine filesystem operations to the destination directory. A crafted archive can create or overwrite files **outside** the intended destination. ### Details The extractor decides where each archive entry lands using lexical string checks and then performs the filesystem operation on a path that is resolved by the OS, so a links introduced by the archive can be followed out of the destination directory. ### Impact An attacker who controls the contents of archive can create or overwrite files at arbitrary paths writable by the extracting process. ### Workarounds Only extract trusted archives.

    Affected packages

    Package

    Name: github.com/moby/go-archive

    Purl: pkg:golang/github.com/moby/go-archive

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -0.3.0

    Affected versions

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High