CVE-2026-32282

Aliases:GO-2026-4864BIT-golang-2026-32282
Analyzed
Published: 08 Apr 2026, 01:06
Last modified:13 Apr 2026, 18:20

Vulnerability Summary

Overall Risk (default)
medium
26/100
CVSS Score
6.4 MEDIUM
v3.1 (cve.org)
EPSS Score
0.01% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

08 Apr 2026, 01:06
Published
Vulnerability first disclosed
13 Apr 2026, 18:20
Last Modified
Vulnerability information updated

Description

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.

CVSS Metrics

  • v3.1MEDIUMScore: 6.4CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.01% Percentile: 1%

Techniques & Countermeasures

  • CWE-59Improper Link Resolution Before File Access ('Link Following')

    The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.

Affected Systems

  • go standard libraryinternal/syscall/unix

    < 1.25.9 | ≥ 1.26.0-0, < 1.26.2

  • golanggo

    < 1.25.9 | ≥ 1.26.0, < 1.26.2

  • Gostdlib

    ≥ 1.26.0-0, < 1.26.2

References (4)