Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/aquaproj/aqua/v2
  4. ›
  5. CVE-2026-55569

CVE-2026-55569: Aqua's archive extraction follows attacker-planted symlinks, allowing writes outside the install directory

August 28, 2026

aquaproj/aqua extracts downloaded tool archives through pkg/unarchive/archives.go using github.com/mholt/archives. The archive handler creates symlink entries with os.Symlink(f.LinkTarget, dstPath) without validating that the symlink target resolves inside the extraction destination. A subsequent regular-file archive entry with the same path is opened with OpenFile(dstPath, O_CREATE|O_WRONLY), which follows the attacker-planted symlink.

A malicious or compromised aqua package / release asset can therefore write attacker-controlled bytes outside aqua’s extraction directory, with the privileges of the user running aqua.

References

  • github.com/advisories/GHSA-mf5c-hw34-4hpp
  • github.com/aquaproj/aqua/commit/d5b02b220188de376a661b3aabfa912202a1a59a
  • github.com/aquaproj/aqua/releases/tag/v2.60.1
  • github.com/aquaproj/aqua/security/advisories/GHSA-mf5c-hw34-4hpp
  • nvd.nist.gov/vuln/detail/CVE-2026-55569

Code Behaviors & Features

Detect and mitigate CVE-2026-55569 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.60.1

Fixed versions

  • 2.60.1

Solution

Upgrade to version 2.60.1 or above.

Impact 6.6 MEDIUM

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:L

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-59: Improper Link Resolution Before File Access ('Link Following')

Source file

go/github.com/aquaproj/aqua/v2/CVE-2026-55569.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 09 Sep 2026 12:22:10 +0000.