7.5
CVE-2026-46599
- EPSS 0.35%
- Veröffentlicht 29.05.2026 19:35:33
- Zuletzt bearbeitet 01.06.2026 18:16:02
- Quelle security@golang.org
- CVE-Watchlists
- Unerledigt
Excessive resource consumption in PackBits decompression in golang.org/x/image/tiff
The TIFF decoder does not place a limit on the size of PackBits-compressed data. A maliciously-crafted image can exploit this to cause a small image (both in terms of pixel width/height and encoded size) to make the decoder decode large amounts of compressed data.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
Herstellergolang.org/x/image
≫
Produkt
golang.org/x/image/tiff
Default Statusunaffected
Version
0
Version <
0.41.0
Status
affected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.35% | 0.271 |
| 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-770 Allocation of Resources Without Limits or Throttling
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
https://groups.google.com/g/golang-announce/c/uhYX90BlBvI
https://go.dev/issue/79577
https://go.dev/cl/759960
https://pkg.go.dev/vuln/GO-2026-5032