CVE-2026-32282

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*

History

25 Jul 2026, 10:10

Type Values Removed Values Added
Summary
  • (es) En Linux, si el objetivo de Root.Chmod es reemplazado por un enlace simbólico mientras la operación chmod está en curso, Chmod puede operar sobre el objetivo del enlace simbólico, incluso cuando el objetivo se encuentra fuera de la raíz. La llamada al sistema fchmodat de Linux ignora silenciosamente la bandera AT_SYMLINK_NOFOLLOW, que Root.Chmod utiliza para evitar el recorrido de enlaces simbólicos. Root.Chmod verifica su objetivo antes de actuar y devuelve un error si el objetivo es un enlace simbólico que se encuentra fuera de la raíz, por lo que el impacto está limitado a los casos en que el objetivo es reemplazado por un enlace simbólico entre la verificación y la operación.

17 Jun 2026, 10:35

Type Values Removed Values Added
References () https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU - Release Notes, Mailing List () https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU - Mailing List, Release Notes

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 - () https://go.dev/cl/763761 - Patch
References () https://go.dev/issue/78293 - () https://go.dev/issue/78293 - Issue Tracking
References () https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU - () https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU - Release Notes, Mailing List
References () https://pkg.go.dev/vuln/GO-2026-4864 - () https://pkg.go.dev/vuln/GO-2026-4864 - Vendor Advisory

13 Apr 2026, 19:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
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-07-25 10:10


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')