Lucene search
+L

71018 matches found

OSV
OSV
added 2026/08/20 9:02 p.m.7 views

CVE-2026-69242 libvips: Integer overflow leading to heap buffer overflow leading to possible attacker-controlled mmap-resident write

libvips is a fast image processing library with low memory needs. Prior to version 8.18.3, a crafted many-band TIFF processed through VipsForeignLoadTiff can evade scanline validation in libvips/iofuncs/image.c and cause an integer overflow in vipsimagesanity. The resulting buffer-region...

8.4CVSS6.2AI score
SaveExploits0References6
CVE
CVE
added 2026/08/20 9:02 p.m.28 views

CVE-2026-69242

libvips versions prior to 8.18.3 are affected by an integer overflow in vips_image_sanity within libvips/iofuncs/image.c. A crafted many-band TIFF processed through VipsForeignLoadTiff evades scanline validation, causing the overflow. The resulting buffer-region calculation can access attacker-co...

8.4CVSS6AI score0.00206EPSS
SaveExploits0References4
Circl
Circl
added 2026/08/20 8:35 p.m.17 views

CVE-2026-61799

creationtimestamp| type| source ---|---|--- 2026-08-20 20:35:08+00:00| published-proof-of-concept| https://github.com/netty/netty-incubator-codec-ohttp/security/advisories/GHSA-pgrf-4654-3gq8...

5AI score
SaveExploits0References1
Circl
Circl
added 2026/08/20 8:35 p.m.18 views

CVE-2026-63124

creationtimestamp| type| source ---|---|--- 2026-08-20 20:35:06+00:00| published-proof-of-concept| https://github.com/netty/netty-incubator-codec-ohttp/security/advisories/GHSA-8cfx-wx3q-mh5q 2026-08-20 23:51:42+00:00| seen| https://bsky.app/profile/thestandup.bsky.social/post/3mtkgttee5z2v...

4.9AI score
SaveExploits0References2
Chainguard
Chainguard
added 2026/08/20 8:26 p.m.28 views

CVE-2026-14456 vulnerabilities

Vulnerabilities for packages: libcrypto3-2.34, openssl...

7.5CVSS6.1AI score0.00729EPSS
SaveExploits0
OSV
OSV
added 2026/08/20 7:17 p.m.6 views

AZL-97512 CVE-2026-72854 affecting package lttng-tools 2.13.11-1

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.8CVSS5.9AI score0.00113EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 7:17 p.m.7 views

AZL-97515 CVE-2026-72854 affecting package msgpack 3.3.0-1

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.8CVSS5.9AI score0.00113EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 7:17 p.m.13 views

CVE-2026-72854

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.8CVSS0.00113EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 7:17 p.m.6 views

AZL-97458 CVE-2026-72854 affecting package fluent-bit 3.1.10-6

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.8CVSS5.9AI score0.00113EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 7:17 p.m.7 views

DEBIAN-CVE-2026-72854

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.3CVSS5.8AI score0.00113EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 7:17 p.m.11 views

CVE-2026-72852

hank-ai/darknet sizes a convolutional layer's weight and output heap buffers by multiplying configuration fields taken from a .cfg file in unchecked 32-bit int arithmetic. In src-lib/convolutionallayer.cpp, l.nweights is computed as c / groups n size size and l.outputs as l.outh l.outw l.outc, an...

8.5CVSS0.00141EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/20 7:16 p.m.6 views

AZL-96965 CVE-2026-53585 affecting package libgit2 1.7.2-1

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, gitdeltaapply in src/libgit2/delta.c trusts the attacker-controlled ressz value parsed by hdrsz from...

5.3CVSS6.8AI score0.00329EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/20 6:54 p.m.17 views

Security Bulletin: Security Vulnerabilities affect IBM Voice Gateway

Summary Security Vulnerabilities affect IBM Voice Gateway. The vulnerabilities have been addressed. Vulnerability Details CVEID:CVE-2026-41254 DESCRIPTION: Little CMS lcms2 through 2.18 has an integer overflow in CubeSize in cmslut.c because the overflow check is performed after the multiplicatio...

9.8CVSS6.3AI score0.00463EPSS
SaveExploits1Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:43 p.m.10 views

netty-incubator-codec-ohttp: Binary HTTP parser unchecked varint length overflow causes decoder crash

Summary io.netty.incubator:netty-incubator-codec-bhttp uses attacker-controlled Binary HTTP variable-length integers as long values but accumulates them into int offsets. Large valid varint lengths wrap the internal offset negative, leading to unchecked ArrayIndexOutOfBoundsException /...

5.9AI score
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/08/20 6:36 p.m.15 views

CVE-2026-53587

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, libgit2 performs a fixed-size strncmp in setdata in src/libgit2/transports/smartpkt.c without first...

7.5CVSS8.6AI score0.00392EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/08/20 6:19 p.m.8 views

CVE-2026-72854

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.8CVSS5.7AI score0.00113EPSS
SaveExploits0
OSV
OSV
added 2026/08/20 6:19 p.m.6 views

CVE-2026-72854 msgpack-c Integer Overflow in msgpack_unpacker_expand_buffer Causes a False-Success Undersized Reservation

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.8CVSS5.7AI score
SaveExploits0References8
CVE
CVE
added 2026/08/20 6:19 p.m.26 views

CVE-2026-72854

msgpack-c (C MessagePack library) is affected by an integer overflow in msgpack_unpacker_expand_buffer (src/unpack.c), reachable via the public msgpack_unpacker_reserve_buffer API. The doubling loop guards its multiplication against overflow, but the addition in the loop condition is unguarded , ...

5.8CVSS5.6AI score0.00113EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 6:19 p.m.28 views

CVE-2026-72854 msgpack-c Integer Overflow in msgpack_unpacker_expand_buffer Causes a False-Success Undersized Reservation

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.8CVSS0.00113EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/20 6:19 p.m.10 views

EUVD-2026-63537

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.8CVSS5.6AI score0.00113EPSS
SaveExploits0References6
Rows per page
Query Builder