Lucene search
+L

571 matches found

UbuntuCve
UbuntuCve
added 2023/10/25 12:0 a.m.33 views

CVE-2023-43281

Double Free vulnerability in Nothings Stb Image.h v.2.28 allows a remote attacker to cause a denial of service via a crafted file to the stbiloadgifmain function...

6.5CVSS6.6AI score0.01029EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.5 views

SUSE CVE-2023-45661

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...

7.1CVSS7AI score0.00574EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.3 views

SUSE 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.5CVSS6.9AI score0.00657EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.3 views

SUSE CVE-2023-45677

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if len read in startdecoder is a negative number and setupmalloc successfully allocates memory in that case, but memor...

7.3CVSS7.8AI score0.00536EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.3 views

SUSE CVE-2023-45676

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendori = get8packetf;. The root cause is an integer overflow in setupmalloc. A sufficiently large value in the variable sz overflows with sz+7 in and the negative...

7.3CVSS8AI score0.00518EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.4 views

SUSE 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.5CVSS7AI score0.01137EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.4 views

SUSE CVE-2023-45682

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds read in DECODE macro when var is negative. As it can be seen in the definition of DECODERAW a negative var is a valid value. This issue may be used to leak internal memory...

5.3CVSS6.8AI score0.0056EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.1 views

SUSE CVE-2023-45681

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory write past an allocated heap buffer in startdecoder. The root cause is a potential integer overflow in sizeofchar f-commentlistlength which may make setupmalloc allocate less memory...

7.8CVSS8AI score0.00518EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.3 views

SUSE CVE-2023-45679

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, but some of the pointers in f-commentlist are left initialized and later setupfree is called on these...

7.3CVSS7.6AI score0.00522EPSS
SaveExploits0References4
CVE
CVE
added 2023/10/24 12:0 a.m.60 views

CVE-2023-43281

CVE-2023-43281 describes a double free vulnerability in Nothings Stb Image.h v2.28. The flaw allows a remote attacker to cause a denial of service by supplying a crafted file to the function stbi_load_gif_main . Public documentation in the connected sources confirms the vulnerability in the stb_i...

6.5CVSS7.2AI score0.01029EPSS
SaveExploits1References5Affected Software1
Snyk
Snyk
added 2023/10/21 12:51 a.m.5 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read when the 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. An attacker can trigger...

8.1CVSS6.9AI score0.00691EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:51 a.m.4 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read due to the stbigifloadnext function. An attacker can leak internal memory allocation information by triggering an out of bounds memcpy read with a crafted image file. This happens because twoback points to a memory...

7.1CVSS6.8AI score0.00574EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:51 a.m.3 views

Out-of-bounds Write

Overview Affected versions of this package are vulnerable to Out-of-bounds Write in the f-vendorlen = char'\0'; function. An attacker can trigger an out-of-bounds write and potentially execute arbitrary code by providing a crafted file. This is only exploitable if len read in startdecoder is a...

7.8CVSS8AI score0.00536EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:51 a.m.4 views

Out-of-bounds Write

Overview Affected versions of this package are vulnerable to Out-of-bounds Write in the startdecoder function. An attacker can trigger an out-of-buffer write and potentially execute arbitrary code by providing a specially crafted file. This is only exploitable if m-submaps exceeds the array limit...

7.8CVSS7.8AI score0.0073EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:51 a.m.2 views

Out-of-bounds Write

Overview Affected versions of this package are vulnerable to Out-of-bounds Write in the startdecoder function, an attacker can execute arbitrary code by exploiting an integer overflow that leads to memory write past an allocated heap buffer. This is due to the potential integer overflow in...

7.8CVSS7.8AI score0.00518EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.4 views

Out-of-Bounds Write

Overview Affected versions of this package are vulnerable to Out-of-Bounds Write in the f-vendori = get8packetf; function. An attacker can trigger an out-of-bounds write and potentially execute arbitrary code by providing a crafted file. This is due to an integer overflow in setupmalloc where a...

7.8CVSS8.3AI score0.00518EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.6 views

Use of Uninitialized Resource

Overview Affected versions of this package are vulnerable to Use of Uninitialized Resource in the stbihdrload and stbitgaload functions. An attacker can read a specified number of bytes from context into an uninitialized buffer by manipulating the file stream to point to the end. This is only...

5.5CVSS7AI score0.00657EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.3 views

Double Free

Overview Affected versions of this package are vulnerable to Double Free in the startdecoder function, an attacker can trigger memory allocation failure with a specially crafted file. This causes the function to return early, leaving some pointers in f-commentlist initialized. Later, setupfree is...

7.8CVSS7.2AI score0.00522EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.6 views

NULL Pointer Dereference

Overview Affected versions of this package are vulnerable to NULL Pointer Dereference when the stbiloadgifmain in stbiloadgiffrommemory fails, it returns a null pointer and may leave the z variable uninitialized. If the caller also sets the flip vertically flag, it continues and calls...

7.5CVSS6.9AI score0.01137EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/10/21 12:50 a.m.6 views

Out-of-bounds Write

Overview Affected versions of this package are vulnerable to Out-of-bounds Write when processing ogg vorbis files with the f-vendorlen = char'\0'; function. An attacker can trigger an out-of-bounds write by crafting a file that causes the len read in startdecoder to be -1, and len + 1 to become 0...

7.8CVSS7AI score0.00759EPSS
SaveExploits0References2
Rows per page
Query Builder