๐Ÿ” CVE Alert

CVE-2026-55569

MEDIUM 6.6

aqua: Archive extraction in aqua follows attacker-planted symlinks, allowing writes outside the install directory

CVSS Score
6.6
EPSS Score
0.0%
EPSS Percentile
0th

aqua is a declarative command-line version manager written in Go. Prior to 2.60.1, pkg/unarchive/archives.go in the handler.HandleFile method calls os.Symlink with archives.FileInfo.LinkTarget without verifying that the target remains under the extraction destination. A later regular-file entry at the same archive path is opened with OpenFile using O_CREATE and O_WRONLY, which follows the attacker-planted symlink. A malicious or compromised package archive can therefore write attacker-controlled bytes outside aqua's extraction directory with the privileges of the user running aqua, potentially overwriting shell startup files, tool configuration, or writable executable paths. This issue is fixed in version 2.60.1.

CWE CWE-22 CWE-59
Vendor aquaproj
Product aqua
Published Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for aquaproj aqua

Be the first to know when new medium vulnerabilities affecting aquaproj aqua are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:L
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
High
Availability
Low

Affected Versions

aquaproj / aqua
< 2.60.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/aquaproj/aqua/security/advisories/GHSA-mf5c-hw34-4hpp github.com: https://github.com/aquaproj/aqua/commit/d5b02b220188de376a661b3aabfa912202a1a59a github.com: https://github.com/aquaproj/aqua/releases/tag/v2.60.1