CVE-2023-45661 MEDIUM

CVE-2023-45661: Wild address read in stbi__gif_load_next in stb_image

Vendor Nothings
Product stb
Weakness CWE-125
Published October 20, 2023
Last update February 13, 2025

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L

What the vulnerability does

01Description

stb_image is a single file MIT licensed library for processing images. A crafted image file may trigger out of bounds memcpy read in `stbi__gif_load_next`. This happens because two_back points to a memory address lower than the start of the buffer out. This issue may be used to leak internal memory allocation information.

Key dates

02Disclosure timeline

October 20, 2023 CVE published
February 13, 2025 Record updated