Lucene search
K

2179 matches found

Vulnrichment
Vulnrichment
added 2023/10/20 11:26 p.m.16 views

CVE-2023-45667 Null pointer dereference because of an uninitialized variable in stb_image

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

5.3CVSS6.7AI score0.0014EPSS
Exploits0References6
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.20 views

CVE-2023-45667 Null pointer dereference because of an uninitialized variable in stb_image

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

5.3CVSS8.7AI score0.0014EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.39 views

CVE-2023-45667

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

7.5CVSS7.5AI score0.0014EPSS
Exploits0
OSV
OSV
added 2023/10/20 11:26 p.m.2 views

CVE-2023-45667 Null pointer dereference because of an uninitialized variable in stb_image

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

5.3CVSS6.2AI score0.0014EPSS
Exploits0References8
CVE
CVE
added 2023/10/20 11:26 p.m.44 views

CVE-2023-45667

CVE-2023-45667 concerns the stb_image single-file library. The issue arises when stbi__load_gif_main fails inside stbi_load_gif_from_memory, returning a null pointer and potentially leaving z uninitialized. If the caller additionally requests a vertical flip, the code proceeds to call stbi__verti...

7.5CVSS6.2AI score0.0014EPSS
Exploits0References6Affected Software1
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.19 views

CVE-2023-45667

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

7.5CVSS7.3AI score0.0014EPSS
Exploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.18 views

CVE-2023-45666

stbimage is a single file MIT licensed library for processing images. It may look like stbiloadgifmain doesn’t give guarantees about the content of output value delays upon failure. Although it sets delays to zero at the beginning, it doesn’t do it in case the image is not recognized as GIF and a...

9.8CVSS8.4AI score0.00174EPSS
Exploits0
OSV
OSV
added 2023/10/20 11:26 p.m.3 views

CVE-2023-45666 Possible double-free or memory leak in stbi__load_gif_main in stb_image

stbimage is a single file MIT licensed library for processing images. It may look like stbiloadgifmain doesn’t give guarantees about the content of output value delays upon failure. Although it sets delays to zero at the beginning, it doesn’t do it in case the image is not recognized as GIF and a...

7.3CVSS8.3AI score0.00174EPSS
Exploits0References8
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.24 views

CVE-2023-45664 Double-free in stbi__load_gif_main_outofmem in stb_image

stbimage is a single file MIT licensed library for processing images. A crafted image file can trigger stbiloadgifmainoutofmem attempt to double-free the out variable. This happens in stbiloadgifmain because when the layers stride value is zero the behavior is implementation defined, but common...

7.3CVSS9.4AI score0.00192EPSS
Exploits0References5
CVE
CVE
added 2023/10/20 11:26 p.m.72 views

CVE-2023-45664

CVE-2023-45664 concerns stb_image. The affected code path is in stbi__load_gif_main where, if layers*stride equals zero, realloc may free the old memory and return NULL, leading to a double-free of the out variable. This can occur in a multi-threaded environment and, per the provided documents, m...

8.8CVSS7.8AI score0.00192EPSS
Exploits0References5Affected Software1
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.32 views

CVE-2023-45664

stbimage is a single file MIT licensed library for processing images. A crafted image file can trigger stbiloadgifmainoutofmem attempt to double-free the out variable. This happens in stbiloadgifmain because when the layers stride value is zero the behavior is implementation defined, but common...

8.8CVSS8.8AI score0.00192EPSS
Exploits0
CVE
CVE
added 2023/10/20 11:26 p.m.73 views

CVE-2023-45663

Summary (concrete details from connected docs): The vulnerability CVE-2023-45663 affects the single-file image library stb_image. The issue is in the stbi__getn function, which reads bytes into a buffer; in two loading paths (stbi__hdr_load and stbi__tga_load) the function’s return value is not c...

5.5CVSS5.5AI score0.00143EPSS
Exploits0References7Affected Software1
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.23 views

CVE-2023-45663

stbimage is a single file MIT licensed library for processing images. The stbigetn function reads a specified number of bytes from context typically a file into the specified buffer. In case the file stream points to the end, it returns zero. There are two places where its return value is not...

5.5CVSS5.4AI score0.00143EPSS
Exploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.17 views

CVE-2023-45662

stbimage is a single file MIT licensed library for processing images. When stbisetflipverticallyonload is set to TRUE and reqcomp 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 memc...

8.1CVSS7.1AI score0.00108EPSS
Exploits0
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.12 views

CVE-2023-45662 Multi-byte read heap buffer overflow in stbi__vertical_flip in stb_image

stbimage is a single file MIT licensed library for processing images. When stbisetflipverticallyonload is set to TRUE and reqcomp 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 memc...

6.5CVSS8.9AI score0.00108EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.29 views

CVE-2023-45662

stbimage is a single file MIT licensed library for processing images. When stbisetflipverticallyonload is set to TRUE and reqcomp 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 memc...

8.1CVSS7.9AI score0.00108EPSS
Exploits0
CVE
CVE
added 2023/10/20 11:26 p.m.59 views

CVE-2023-45662

CVE-2023-45662 affects stb_image (stb_image.h). When stbi_set_flip_vertically_on_load is TRUE and the requested component count (req_comp) doesn’t match the actual components per pixel, memcpy can perform an out-of-bounds read because bytes_per_pixel used to compute bytes_per_row may not reflect ...

8.1CVSS6.8AI score0.00108EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2023/10/20 11:26 p.m.5 views

CVE-2023-45662 Multi-byte read heap buffer overflow in stbi__vertical_flip in stb_image

stbimage is a single file MIT licensed library for processing images. When stbisetflipverticallyonload is set to TRUE and reqcomp 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 memc...

6.5CVSS6.9AI score0.00108EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2023/10/20 11:26 p.m.20 views

CVE-2023-45662 Multi-byte read heap buffer overflow in stbi__vertical_flip in stb_image

stbimage is a single file MIT licensed library for processing images. When stbisetflipverticallyonload is set to TRUE and reqcomp 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 memc...

6.5CVSS7.7AI score0.00108EPSS
Exploits0References5
Cvelist
Cvelist
added 2023/10/20 11:26 p.m.19 views

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

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

6.5CVSS8.2AI score0.00083EPSS
Exploits0References6
Rows per page
Query Builder