5.3
CVE-2026-46598
- EPSS 0.31%
- Veröffentlicht 22.05.2026 02:31:27
- Zuletzt bearbeitet 28.05.2026 14:34:45
- Quelle security@golang.org
- CVE-Watchlists
- Unerledigt
Invoking pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent
For certain crafted inputs, a 'ed25519.PrivateKey' was created by casting malformed wire bytes, leading to a panic when used.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.31% | 0.229 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 5.3 | 3.9 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
|
CWE-129 Improper Validation of Array Index
The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array.
https://groups.google.com/g/golang-announce/c/a082jnz-LvI
https://go.dev/issue/79596
https://go.dev/cl/781360
https://pkg.go.dev/vuln/GO-2026-5033