7.5
CVE-2026-46604
- EPSS 0.35%
- Veröffentlicht 26.06.2026 20:22:46
- Zuletzt bearbeitet 01.07.2026 14:07:56
- Quelle security@golang.org
- CVE-Watchlists
- Unerledigt
Panic decoding image with out-of-bounds strip offset in x/image/tiff in golang.org/x/image
The TIFF decoder can panic when decoding an invalid image with an out-of-bounds strip offset.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.35% | 0.265 |
| 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-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.
https://go.dev/cl/788421
https://go.dev/issue/80122
https://pkg.go.dev/vuln/GO-2026-5066