CVE-2026-17106

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. 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 links introduced by the archive can be followed out of the destination directory. An attacker who controls the contents of an archive can create or overwrite files at arbitrary paths writable by the extracting process.

Affected Software

VendorProductVersion RangeStatus
mobygo-archive0 < 0.3.0affected
DockerDocker Sandboxes0 < 0.38.0affected
DockerDocker Desktop0 < 4.86.0affected
DockerDocker Engine0 < 29.7.0affected
DockerDocker CLI0 < 29.7.0affected
DockerDocker Compose0 < 5.4.0affected

Weaknesses

  • CWE-59: CWE-59: Improper Link Resolution Before File Access ('Link Following')

Workarounds

Only extract trusted archives.

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: poc
    • Automatable: no
    • Technical Impact: total

Additional References

References