CVE-2026-27143
Published: 08 April 2026
Summary
CVE-2026-27143 is a critical-severity an unspecified weakness vulnerability in Golang Go. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 5.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SA-15 (Development Process, Standards, and Tools) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires timely identification, reporting, and correction of flaws like the Go compiler's inadequate arithmetic overflow checks by updating to patched toolchain versions.
Mandates protection and monitoring of compilers such as the Go compiler to prevent use of vulnerable versions that generate code with unchecked loop induction variable arithmetic.
Implements memory protections that mitigate runtime memory corruption resulting from invalid indexing caused by the compiler-generated faulty loop arithmetic.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Compiler flaw generates code with invalid loop indexing, enabling remote memory corruption (RCE/DoS) in Go binaries via crafted input; directly maps to exploitation techniques for priv-esc, public apps, client execution, and remote services.
NVD Description
Arithmetic over induction variables in loops were not correctly checked for underflow or overflow. As a result, the compiler would allow for invalid indexing to occur at runtime, potentially leading to memory corruption.
Deeper analysisAI
CVE-2026-27143 is a critical vulnerability in the Go compiler, published on 2026-04-08, stemming from inadequate checks for underflow or overflow in arithmetic operations on induction variables within loops. This flaw enables the compiler to generate code that performs invalid indexing at runtime, potentially resulting in memory corruption. The issue is tracked under CWE-Other and carries a CVSS v3.1 base score of 9.8, reflecting its high severity.
Remote attackers require no privileges, user interaction, or special access to exploit this vulnerability over the network with low complexity. Exploitation occurs when a Go-compiled binary processes crafted input that triggers the faulty loop arithmetic, leading to memory corruption with high impacts on confidentiality, integrity, and availability.
Go project advisories, including the official announcement, issue tracker, change list, and vulnerability database entry (GO-2026-4868), provide details on the fix and recommend updating to patched versions of the Go toolchain to mitigate the issue.
Details
- CWE(s)