Lucene search
+L

3581 matches found

Snyk
Snyk
added 2026/07/22 5:48 p.m.15 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read in the decodegridtile process. An attacker can cause a heap out-of-bounds read by supplying a crafted image file that triggers an irot-induced tile-coordinate underflow. Remediation Upgrade libheif to version 1.23.1 o...

7.1CVSS5.4AI score0.00304EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2026/07/22 4:27 p.m.9 views

SUSE CVE-2026-47143

Capstone is a disassembly framework. Versions prior to 6.0.0-Alpha8 and 5.0.8 have a NULL pointer dereference in modRMRequired and decode when disassembling 3DNow! opcodes 0F 0F in builds compiled with -DCAPSTONEX86REDUCE, allowing a remote attacker to crash any application using the reduced X86...

5.9CVSS6AI score0.00398EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/22 3:17 p.m.15 views

CVE-2026-48029

libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.19.0 through 1.21.2 have a heap OOB read in ImageItemGrid::decodegridtile via irot-induced tile-coordinate underflow. Version 1.22.0 fixes the issue...

7.1CVSS0.00304EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/22 2:13 p.m.12 views

CVE-2026-48029 libheif: heap OOB read in ImageItem_Grid::decode_grid_tile via irot-induced tile-coordinate underflow

libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.19.0 through 1.21.2 have a heap OOB read in ImageItemGrid::decodegridtile via irot-induced tile-coordinate underflow. Version 1.22.0 fixes the issue...

7.1CVSS4.7AI score0.00304EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/22 2:13 p.m.9 views

CVE-2026-48029 libheif: heap OOB read in ImageItem_Grid::decode_grid_tile via irot-induced tile-coordinate underflow

libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.19.0 through 1.21.2 have a heap OOB read in ImageItemGrid::decodegridtile via irot-induced tile-coordinate underflow. Version 1.22.0 fixes the issue...

7.1CVSS4.7AI score
SaveExploits0References4
CVE
CVE
added 2026/07/22 2:13 p.m.65 views

CVE-2026-48029

CVE-2026-48029 affects libheif: heap OOB read in ImageItem_Grid::decode_grid_tile due to irot-induced tile-coordinate underflow. Affected versions are 1.19.0–1.21.2; fixed in 1.22.0. Several connected advisories (NVD, Debian, Ubuntu, Amazon Linux, OSV, etc.) cite this along with related issues. R...

7.1CVSS4.7AI score0.00304EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2026/07/21 9:16 p.m.10 views

CVE-2026-45382

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.19, decodercontext::decodesliceunittiles libde265/decctx.cc:920 reads pps.CtbAddrRStoTSctbAddrRS at line 966 where ctbAddrRS = ctbY ctbsWidth + ctbX is computed from PPS-supplied colBd/rowBd arrays without...

6.9CVSS0.00253EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 9:00 p.m.45 views

CVE-2026-45383

CVE-2026-45383 affects libde265 prior to 1.0.19, where a heap-buffer-overflow can occur during HEVC WPP slice decoding. In decoder_context::decode_slice_unit_WPP(), ctbAddrRS is computed as ctbRow*ctbsWidth and, if PPS/SPS headers encode a value that exceeds pps.CtbAddrRStoTS.size(), an out-of-bo...

6.9CVSS5.6AI score0.00257EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 9:00 p.m.54 views

CVE-2026-45383 libde265 has a heap buffer overflow (OOB read) in decode_slice_unit_WPP() via out-of-bounds CtbAddrRStoTS access — libde265 <= v1.0.18

libde265 is an open source implementation of the h.265 video codec. Versions prior to 1.0.19 have a heap buffer overflow out-of-bounds READ exists in decodercontext::decodesliceunitWPP in libde265/decctx.cc. When decoding a WPP Wavefront Parallel Processing HEVC slice, ctbAddrRS is computed as...

6.9CVSS0.00257EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/21 9:00 p.m.11 views

CVE-2026-45383 libde265 has a heap buffer overflow (OOB read) in decode_slice_unit_WPP() via out-of-bounds CtbAddrRStoTS access — libde265 <= v1.0.18

libde265 is an open source implementation of the h.265 video codec. Versions prior to 1.0.19 have a heap buffer overflow out-of-bounds READ exists in decodercontext::decodesliceunitWPP in libde265/decctx.cc. When decoding a WPP Wavefront Parallel Processing HEVC slice, ctbAddrRS is computed as...

6.9CVSS5.8AI score
SaveExploits0References3
CVE
CVE
added 2026/07/21 8:57 p.m.48 views

CVE-2026-45382

libde265 prior to v1.0.19 contains a heap-buffer-overflow read in decode_slice_unit_tiles caused by unvalidated PPS tile geometry (ctbAddrRS computed from PPS colBd/rowBd without ensuring it fits CtbAddrRStoTS.size() == sps-&gt;PicSizeInCtbsY). A malformed PPS that passes set_derived_values but e...

6.9CVSS5.3AI score0.00253EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 8:57 p.m.50 views

CVE-2026-45382 libde265 has a heap-buffer-overflow READ in decode_slice_unit_tiles via unvalidated PPS tile geometry

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.19, decodercontext::decodesliceunittiles libde265/decctx.cc:920 reads pps.CtbAddrRStoTSctbAddrRS at line 966 where ctbAddrRS = ctbY ctbsWidth + ctbX is computed from PPS-supplied colBd/rowBd arrays without...

6.9CVSS0.00253EPSS
SaveExploits0References1
AlpineLinux
AlpineLinux
added 2026/07/21 8:57 p.m.43 views

CVE-2026-45382

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.19, decodercontext::decodesliceunittiles libde265/decctx.cc:920 reads pps.CtbAddrRStoTSctbAddrRS at line 966 where ctbAddrRS = ctbY ctbsWidth + ctbX is computed from PPS-supplied colBd/rowBd arrays without...

6.9CVSS5.3AI score0.00253EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/07/21 7:07 p.m.17 views

OpenTelemetry JavaScript: Denial of service in `JaegerPropagator` via unhandled exception on a malformed header

Summary @opentelemetry/propagator-jaeger decodes incoming HTTP header values with decodeURIComponent without handling decode errors. A single request carrying a malformed percent-encoded value for example a bare % in an uber-trace-id or uberctx- header throws an uncaught URIError, terminating any...

7.5CVSS5.4AI score0.00784EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/21 1:08 p.m.11 views

SUSE CVE-2026-52584

Buffer Overflow vulnerability in libjxl v.0.11.2 and before allows a local attacker to obtain sensitive information via the DecodeImageAPNG function...

6.1CVSS5.2AI score0.00163EPSS
SaveExploits0References3
Oracle linux
Oracle linux
added 2026/07/21 12:00 a.m.15 views

libtiff security update

4.4.0-18.1 - fix CVE-2026-12912: heap-buffer-overflow in PixarLog 8BITABGR decode with stride 3 RHEL-189387...

7.3CVSS5.2AI score0.00433EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/07/20 11:18 p.m.18 views

Pillow JPEG2000 tiled decode retains a growing scratch buffer and can be used for denial of service

Summary src/libImaging/Jpeg2KDecode.c:853 accumulates totalcomponentwidth across every tile in a JPEG2000 image instead of recomputing it per tile. That accumulated value is then used in the tilebytes calculation at src/libImaging/Jpeg2KDecode.c:868, which can make the decoder grow state-buffer v...

8.7CVSS7.2AI score0.00393EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/07/20 11:11 p.m.15 views

EUVD-2026-43753

Pillow: Decompression Bomb DoS via PdfParser.PdfStream.decode...

7.5CVSS7.3AI score0.00385EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/07/20 11:11 p.m.22 views

Pillow: Decompression Bomb DoS via PdfParser.PdfStream.decode()

Summary PdfParser.PdfStream.decode in Pillow's PdfParser.py calls zlib.decompress with the bufsize parameter set to the value of the PDF stream's Length field, without any upper bound on the actual decompressed output size. Python's zlib.decompress bufsize argument is an initial output buffer hin...

7.5CVSS7.6AI score0.00385EPSS
SaveExploits1References6Affected Software1
Patchstack
Patchstack
added 2026/07/20 9:58 p.m.14 views

NPM: Astro: Authorization Bypass via Decode Iteration Limit and Rewrite Path Canonicalization Mismatch

NPM: Astro: Authorization Bypass via Decode Iteration Limit and Rewrite Path Canonicalization Mismatch vulnerability discovered by ? in WordPress Npm astro versions = 6.4.7, 6.4.8...

8.2CVSS5.2AI score0.00466EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder