CVE-2026-27144

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

Vulnerability Summary

Overall Risk (default)
medium
28/100
CVSS Score
7.1 HIGH
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

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.

CVSS Metrics

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

EPSS Trends

Current EPSS score: 0.01% Percentile: 0%

Techniques & Countermeasures

  • CWE-843Access of Resource Using Incompatible Type ('Type Confusion')

    The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.

Affected Systems

  • go toolchaincmd/compile

    < 1.25.9 | ≥ 1.26.0-0, < 1.26.2

  • golanggo

    < 1.25.9 | ≥ 1.26.0, < 1.26.2

  • Gotoolchain

    ≥ 1.26.0-0, < 1.26.2

References (4)