9.8
CVE-2026-27143
- EPSS 0.54%
- Veröffentlicht 08.04.2026 01:06:57
- Zuletzt bearbeitet 16.04.2026 19:20:02
- Quelle security@golang.org
- CVE-Watchlists
- Unerledigt
Missing bound checks can lead to memory corruption in safe Go in cmd/compile
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.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.54% | 0.408 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU
https://go.dev/cl/763765
https://go.dev/issue/78333
https://pkg.go.dev/vuln/GO-2026-4868