CVE-2026-32282
Published:April 08, 2026
Updated:April 20, 2026
On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which Root.Chmod uses to avoid symlink traversal. Root.Chmod checks its target before acting and returns an error if the target is a symlink lying outside the root, so the impact is limited to cases where the target is replaced with a symlink between the check and operation.
Affected Packages
https://github.com/golang/go.git (GITHUB):
Affected version(s) >=go1.26.0 <go1.26.2Fix Suggestion:
Update to version go1.26.2https://github.com/golang/go.git (GITHUB):
Affected version(s) >=go1 <go1.25.9Fix Suggestion:
Update to version go1.25.9github.com/golang/go (GO):
Affected version(s) >=go1.26.0 <go1.26.2Fix Suggestion:
Update to version go1.26.2github.com/golang/go (GO):
Affected version(s) >=go1 <go1.25.9Fix Suggestion:
Update to version go1.25.9Related ResourcesĀ (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
LOCAL
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.4
Attack Vector
LOCAL
Attack Complexity
HIGH
Privileges Required
HIGH
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Link Resolution Before File Access ('Link Following')
EPSS
Base Score:
0.01