7.5
CVE-2026-46597
- EPSS 0.36%
- Veröffentlicht 22.05.2026 02:31:26
- Zuletzt bearbeitet 28.05.2026 14:44:17
- Quelle security@golang.org
- CVE-Watchlists
- Unerledigt
Invoking byte arithmetic causes underflow and panic in golang.org/x/crypto/ssh
An incorrectly placed cast from bytes to int allowed for server-side panic in the AES-GCM packet decoder for well-crafted inputs.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.36% | 0.277 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-704 Incorrect Type Conversion or Cast
The product does not correctly convert an object, resource, or structure from one type to a different type.
https://groups.google.com/g/golang-announce/c/a082jnz-LvI
https://go.dev/issue/79561
https://go.dev/cl/781620
https://pkg.go.dev/vuln/GO-2026-5013