6.1
CVE-2026-33812
- EPSS 0.11%
- Veröffentlicht 21.04.2026 19:21:28
- Zuletzt bearbeitet 13.05.2026 20:03:32
- Quelle security@golang.org
- CVE-Watchlists
- Unerledigt
Excessive memory allocation when decoding malicious SFNT in golang.org/x/image
Parsing a malicious font file can cause excessive memory allocation.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.11% | 0.016 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 6.1 | 1.8 | 4.2 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/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://go.dev/cl/761180
https://go.dev/issue/78382
https://pkg.go.dev/vuln/GO-2026-4962