Lucene search
+L

338 matches found

Cvelist
Cvelist
added 2026/02/26 5:33 p.m.41 views

CVE-2026-23750 Golioth Pouch (prior to commit 1b2219a1) BLE GATT Heap-based Buffer Overflow

Golioth Pouch version 0.1.0, prior to commit 1b2219a1, contains a heap-based buffer overflow in BLE GATT server certificate handling. servercertwrite allocates a heap buffer of size CONFIGPOUCHSERVERCERTMAXLEN when receiving the first fragment, then appends subsequent fragments using memcpy witho...

8.1CVSS0.00145EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/02/25 12:24 a.m.10 views

SUSE CVE-2026-25794

ImageMagick is free and open-source software used for editing and manipulating digital images. WriteUHDRImage in coders/uhdr.c uses int arithmetic to compute the pixel buffer size. Prior to version 7.1.2-15, when image dimensions are large, the multiplication overflows 32-bit int, causing an...

8.2CVSS5.9AI score0.0042EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/02/24 12:53 a.m.12 views

EUVD-2026-7448

ImageMagick is free and open-source software used for editing and manipulating digital images. WriteUHDRImage in coders/uhdr.c uses int arithmetic to compute the pixel buffer size. Prior to version 7.1.2-15, when image dimensions are large, the multiplication overflows 32-bit int, causing an...

8.2CVSS5.6AI score0.0042EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/02/24 12:00 a.m.13 views

CVE-2026-25794

ImageMagick is free and open-source software used for editing and manipulating digital images. WriteUHDRImage in coders/uhdr.c uses int arithmetic to compute the pixel buffer size. Prior to version 7.1.2-15, when image dimensions are large, the multiplication overflows 32-bit int, causing an...

8.2CVSS6AI score0.0042EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/02/18 8:49 p.m.35 views

CVE-2025-8860 Qemu-kvm: uefi-vars: information disclosure vulnerability in uefi_vars_write callback

A flaw was found in QEMU in the uefi-vars virtual device. When the guest writes to register UEFIVARSREGBUFFERSIZE, the .write callback uefivarswrite is invoked. The function allocates a heap buffer without zeroing the memory, leaving the buffer filled with residual data from prior allocations. Wh...

3.3CVSS0.00147EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/14 5:04 p.m.6 views

SUSE-SU-2026:0525-1 Security update for the Linux Kernel (Live Patch 73 for SUSE Linux Enterprise 12 SP5)

This update for the SUSE Linux Enterprise kernel 4.12.14-122.275 fixes one security issue The following security issue was fixed: - CVE-2025-40186: tcp: Don't call reqskfastopenremove in tcpconnrequest bsc1253439. The following non security issue was fixed: - bsc1250280: don't expose...

8.1CVSS5.8AI score0.00541EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/14 5:03 p.m.9 views

SUSE-SU-2026:0524-1 Security update for the Linux Kernel (Live Patch 72 for SUSE Linux Enterprise 12 SP5)

This update for the SUSE Linux Enterprise kernel 4.12.14-122.272 fixes various security issues The following security issues were fixed: - CVE-2023-53321: wifi: mac80211hwsim: drop short frames bsc1250314. - CVE-2025-40186: tcp: Don't call reqskfastopenremove in tcpconnrequest bsc1253439. The...

8.1CVSS6.5AI score0.00541EPSS
SaveExploits0References6
OSV
OSV
added 2026/02/14 9:03 a.m.9 views

SUSE-SU-2026:0518-1 Security update for the Linux Kernel (Live Patch 64 for SUSE Linux Enterprise 12 SP5)

This update for the SUSE Linux Enterprise kernel 4.12.14-122.244 fixes various security issues The following security issues were fixed: - CVE-2023-53321: wifi: mac80211hwsim: drop short frames bsc1250314. - CVE-2025-38352: posix-cpu-timers: fix race between handleposixcputimers and...

8.1CVSS6.6AI score0.01254EPSS
SaveExploits9References8
Vulnrichment
Vulnrichment
added 2026/01/27 5:29 p.m.7 views

CVE-2025-14911 Integer Overflow in GridFS chunkSize Leading to Heap Allocation Failure

User-controlled chunkSize metadata from MongoDB lacks appropriate validation allowing malformed GridFS metadata to overflow the bounding container...

7.1CVSS5.9AI score0.00292EPSS
SaveExploits0References1
CVE
CVE
added 2026/01/27 5:29 p.m.50 views

CVE-2025-14911

CVE-2025-14911 involves the mongo-c-driver (GridFS) where user-controlled chunkSize metadata can cause an integer overflow leading to a heap allocation failure. Affected component/file: GridFS handling in the mongo-c-driver, with the underlying issue being insufficient validation of the chunkSize...

7.1CVSS5.9AI score0.00292EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/01/27 5:29 p.m.38 views

CVE-2025-14911 Integer Overflow in GridFS chunkSize Leading to Heap Allocation Failure

User-controlled chunkSize metadata from MongoDB lacks appropriate validation allowing malformed GridFS metadata to overflow the bounding container...

7.1CVSS0.00292EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/01/26 10:58 a.m.10 views

kernel: Linux kernel: Denial of Service due to data race in vmalloc's show_numa_info function

A flaw was found in the Linux kernel. A data race vulnerability exists in the shownumainfo function within the mm/vmalloc component. This occurs because the m-private memory is accessible to multiple central processing units CPUs simultaneously, leading to inconsistent data reads and writes. A...

4.7CVSS5.8AI score0.00113EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/01/09 11:26 a.m.14 views

CVE-2021-33647

When performing the inference shape operation of the Tile operator, if the input data type is not int or int32, it will access data outside of bounds of heap allocated buffers...

7.5CVSS7AI score0.00917EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/01/05 2:59 p.m.20 views

MessagePack for Java Vulnerable to Remote DoS via Malicious EXT Payload Allocation

Summary Affected Components: org.msgpack.core.MessageUnpacker.readPayload org.msgpack.core.MessageUnpacker.unpackValue org.msgpack.value.ExtensionValue.getData A denial-of-service vulnerability exists in MessagePack for Java when deserializing .msgpack files containing EXT32 objects with...

7.5CVSS6.6AI score0.00612EPSS
SaveExploits1References5Affected Software1
Veracode
Veracode
added 2025/12/13 5:24 a.m.16 views

Integer Overflow

ImageMagick is vulnerable to an integer overflow. The vulnerability is due to improper validation of width and height values in the TIM image parser’s ReadTIMImage function when calculating the image size without overflow checks, which allows an attacker to supply a crafted TIM image that trigger...

7.5CVSS5.9AI score0.0051EPSS
SaveExploits0References3Affected Software7
OSV
OSV
added 2025/12/10 10:16 p.m.14 views

DEBIAN-CVE-2025-66628

ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM PSX TIM image parser contains a critical integer overflow vulnerability in its ReadTIMImage function coders/tim.c. The code reads width and height 16-bit values from the file...

7.5CVSS5.7AI score0.0051EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/10 10:16 p.m.13 views

CVE-2025-66628

ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM PSX TIM image parser contains a critical integer overflow vulnerability in its ReadTIMImage function coders/tim.c. The code reads width and height 16-bit values from the file...

7.5CVSS0.0051EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/10 10:04 p.m.21 views

CVE-2025-66628

ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM PSX TIM image parser contains a critical integer overflow vulnerability in its ReadTIMImage function coders/tim.c. The code reads width and height 16-bit values from the file...

7.5CVSS5.6AI score0.0051EPSS
SaveExploits0
NVD
NVD
added 2025/10/20 2:15 p.m.17 views

CVE-2025-11680

Out-of-bounds Write in unfilterscanline in warmcat libwebsockets allows, when the LWSWITHUPNG flag is enabled during compilation and the HTML display stack is used, to write past a heap allocated buffer possibly causing a crash, when the user visits an attacker controlled website that contains a...

5.9CVSS0.00367EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2021-0286

Malware in sbrugna...

5.5CVSS5.3AI score0.00189EPSS
SaveExploits1References9
Rows per page
Query Builder