Memory Corruption in Go Compiler (cmd/compile) <1.25.9, 1.26.0-1.26.2
CVE-2026-27144 Published on April 8, 2026
Miscompilation allows memory corruption via CONVNOP-wrapped array copy in cmd/compile
The compiler is meant to unwrap pointers which are the operands of a memory move; a no-op interface conversion prevented the compiler from making the correct determination about non-overlapping moves, potentially leading to memory corruption at runtime.
Products Associated with CVE-2026-27144
Want to know whenever a new CVE is published for GoLang Go? stack.watch will email you.
Affected Versions
Go toolchain cmd/compile:- Before 1.25.9 is affected.
- Version 1.26.0-0 and below 1.26.2 is affected.