7.5
CVE-2026-32284
- EPSS 0.41%
- Veröffentlicht 26.03.2026 19:40:51
- Zuletzt bearbeitet 03.06.2026 14:42:23
- Quelle security@golang.org
- CVE-Watchlists
- Unerledigt
Denial of service in github.com/shamaton/msgpack
The msgpack decoder fails to properly validate the input buffer length when processing truncated fixext data (format codes 0xd4-0xd8). This can lead to an out-of-bounds read and a runtime panic, allowing a denial of service attack.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.41% | 0.322 |
| 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-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.
https://github.com/shamaton/msgpack/issues/59
https://github.com/golang/vulndb/issues/4513
https://pkg.go.dev/vuln/GO-2026-4513
https://securityinfinity.com/research/shamaton-msgpack-oob-panic-fixext-dos-2026