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.
References
| Link | Resource |
|---|---|
| https://go.dev/cl/763761 | Patch |
| https://go.dev/issue/78293 | Issue Tracking |
| https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU | Release Notes Mailing List |
| https://pkg.go.dev/vuln/GO-2026-4864 | Vendor Advisory |
Configurations
History
16 Apr 2026, 19:15
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:golang:go:*:*:*:*:*:*:*:* | |
| First Time |
Golang go
Golang |
|
| CWE | CWE-59 | |
| References | () https://go.dev/cl/763761 - Patch | |
| References | () https://go.dev/issue/78293 - Issue Tracking | |
| References | () https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU - Release Notes, Mailing List | |
| References | () https://pkg.go.dev/vuln/GO-2026-4864 - Vendor Advisory |
13 Apr 2026, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 6.4 |
08 Apr 2026, 02:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-08 02:16
Updated : 2026-04-16 19:15
NVD link : CVE-2026-32282
Mitre link : CVE-2026-32282
CVE.ORG link : CVE-2026-32282
JSON object : View
Products Affected
golang
- go
CWE
CWE-59
Improper Link Resolution Before File Access ('Link Following')
