CVE-2023-45662
Last modified
CVE-2023-45662 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. stb_image is a single file MIT licensed library for processing images. When `stbi_set_flip_vertically_on_load` is set to `TRUE` and `req_comp` is set to a number that doesn’t match the real number of components per pixel, the library attempts to flip the image vertically. EPSS estimates a 0.69% chance of exploitation in the next 30 days.
Description
stb_image is a single file MIT licensed library for processing images. When `stbi_set_flip_vertically_on_load` is set to `TRUE` and `req_comp` is set to a number that doesn’t match the real number of components per pixel, the library attempts to flip the image vertically. A crafted image file can trigger `memcpy` out-of-bounds read because `bytes_per_pixel` used to calculate `bytes_per_row` doesn’t match the real image array dimensions.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nothings | Stb Image.H | 2.28 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-45662?
How severe is CVE-2023-45662?
How do I fix CVE-2023-45662?
Are you affected by CVE-2023-45662?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
