5.3
CVE-2026-5186
- EPSS 0.02%
- Veröffentlicht 31.03.2026 07:30:11
- Zuletzt bearbeitet 29.04.2026 01:00:01
- Quelle cna@vuldb.com
- CVE-Watchlists
- Unerledigt
Nothings stb Multi-frame GIF File stb_image.h stbi__load_gif_main double free
A weakness has been identified in Nothings stb up to 2.30. This impacts the function stbi__load_gif_main of the file stb_image.h of the component Multi-frame GIF File Handler. This manipulation causes double free. The attack requires local access. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerNothings
≫
Produkt
stb
Version
2.0
Status
affected
Version
2.1
Status
affected
Version
2.2
Status
affected
Version
2.3
Status
affected
Version
2.4
Status
affected
Version
2.5
Status
affected
Version
2.6
Status
affected
Version
2.7
Status
affected
Version
2.8
Status
affected
Version
2.9
Status
affected
Version
2.10
Status
affected
Version
2.11
Status
affected
Version
2.12
Status
affected
Version
2.13
Status
affected
Version
2.14
Status
affected
Version
2.15
Status
affected
Version
2.16
Status
affected
Version
2.17
Status
affected
Version
2.18
Status
affected
Version
2.19
Status
affected
Version
2.20
Status
affected
Version
2.21
Status
affected
Version
2.22
Status
affected
Version
2.23
Status
affected
Version
2.24
Status
affected
Version
2.25
Status
affected
Version
2.26
Status
affected
Version
2.27
Status
affected
Version
2.28
Status
affected
Version
2.29
Status
affected
Version
2.30
Status
affected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.02% | 0.033 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| cna@vuldb.com | 5.3 | 1.8 | 3.4 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
|
| cna@vuldb.com | 1.9 | 0 | 0 |
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
|
| cna@vuldb.com | 4.3 | 3.1 | 6.4 |
AV:L/AC:L/Au:S/C:P/I:P/A:P
|
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
CWE-415 Double Free
The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.