5.3
CVE-2026-5185
- EPSS 0.02%
- Veröffentlicht 31.03.2026 06:45:24
- Zuletzt bearbeitet 29.04.2026 01:00:01
- Quelle cna@vuldb.com
- CVE-Watchlists
- Unerledigt
Nothings stb_image Multi-frame GIF File stb_image.h stbi__gif_load_next heap-based overflow
A security flaw has been discovered in Nothings stb_image up to 2.30. This affects the function stbi__gif_load_next of the file stb_image.h of the component Multi-frame GIF File Handler. The manipulation results in heap-based buffer overflow. The attack requires a local approach. The exploit has been released to the public and may 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_image
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-122 Heap-based Buffer Overflow
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().