Lucene search
+L

59370 matches found

Cvelist
Cvelist
added 2026/09/16 10:31 a.m.29 views

CVE-2026-89876 media: tda18250: fix possible integer overflow

In the Linux kernel, the following vulnerability has been resolved: media: tda18250: fix possible integer overflow Integer overflow may occur, when variable exp equals to zero. Result of shift 1 exp - 1 may then leads to undefined behavior...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:31 a.m.4 views

EUVD-2026-80476

In the Linux kernel, the following vulnerability has been resolved: media: tda18250: fix possible integer overflow Integer overflow may occur, when variable exp equals to zero. Result of shift 1 exp - 1 may then leads to undefined behavior...

5.8AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:31 a.m.4 views

CVE-2026-89876 media: tda18250: fix possible integer overflow

In the Linux kernel, the following vulnerability has been resolved: media: tda18250: fix possible integer overflow Integer overflow may occur, when variable exp equals to zero. Result of shift 1 exp - 1 may then leads to undefined behavior...

SaveExploits0References11
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.23 views

CVE-2026-89826 drm/panthor: harden firmware build-info bounds checks

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: harden firmware build-info bounds checks panthorfwreadbuildinfo checks whether the metadata range fits in the firmware image with hdr.metastart + hdr.metasize. Both fields are u32, so the addition can wrap and let an...

7.1CVSS0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:30 a.m.11 views

CVE-2026-89826

This vulnerability affects the Linux kernel 's drm/panthor GPU driver, specifically the panthor_fw_read_build_info() function. Two related flaws allow an out-of-bounds memory read: (1) the metadata range validation uses addition of two u32 fields (hdr.meta_start + hdr.meta_size), which can wrap a...

7.1CVSS5.8AI score0.00157EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:30 a.m.5 views

EUVD-2026-80426

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: harden firmware build-info bounds checks panthorfwreadbuildinfo checks whether the metadata range fits in the firmware image with hdr.metastart + hdr.metasize. Both fields are u32, so the addition can wrap and let an...

7.1CVSS5.8AI score0.00157EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 10:30 a.m.4 views

CVE-2026-89826 drm/panthor: harden firmware build-info bounds checks

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: harden firmware build-info bounds checks panthorfwreadbuildinfo checks whether the metadata range fits in the firmware image with hdr.metastart + hdr.metasize. Both fields are u32, so the addition can wrap and let an...

7.1CVSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 10:30 a.m.11 views

CVE-2026-89825

CVE-2026-89825 affects the drm/panthor driver in the Linux kernel. The functions panthor_init_cs_iface() and panthor_init_csg_iface() validate firmware control interface offsets using 32-bit arithmetic , which can wrap before the bounds check executes. Additionally, the validation uses the host w...

7.8CVSS5.8AI score0.00163EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 10:30 a.m.7 views

EUVD-2026-80425

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: fix firmware control interface bounds checks panthorinitcsiface and panthorinitcsgiface validate firmware control interface offsets with 32-bit arithmetic and the size of the host wrapper structures. The offsets are...

7.8CVSS5.8AI score0.00163EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:30 a.m.4 views

CVE-2026-89825 drm/panthor: fix firmware control interface bounds checks

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: fix firmware control interface bounds checks panthorinitcsiface and panthorinitcsgiface validate firmware control interface offsets with 32-bit arithmetic and the size of the host wrapper structures. The offsets are...

7.8CVSS
SaveExploits0References7
EUVD
EUVD
added 2026/09/16 10:30 a.m.6 views

EUVD-2026-80418

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: fix integer overflow in decmsg buffer count check If the supplied msg2 numbuffers is 0x3FFFFFFF, the expression 6 + numbuffers 4 wraps to 2 and the bounds check passes, letting the parser loop far past the end of...

7.1CVSS6AI score0.00159EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/16 10:30 a.m.5 views

CVE-2026-89818 drm/amdgpu/vcn: fix integer overflow in dec_msg buffer count check

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: fix integer overflow in decmsg buffer count check If the supplied msg2 numbuffers is 0x3FFFFFFF, the expression 6 + numbuffers 4 wraps to 2 and the bounds check passes, letting the parser loop far past the end of...

7.1CVSS
SaveExploits0References9
CVE
CVE
added 2026/09/16 10:30 a.m.13 views

CVE-2026-89818

CVE-2026-89818 is an integer overflow in the Linux kernel's drm/amdgpu/vcn driver, specifically in the dec_msg buffer count check. If the supplied msg[2] (num_buffers) is 0x3FFFFFFF, the expression 6 + num_buffers * 4 wraps to 2, causing the bounds check to pass and allowing the parser loop to re...

7.1CVSS6AI score0.00159EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.22 views

CVE-2026-89818 drm/amdgpu/vcn: fix integer overflow in dec_msg buffer count check

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: fix integer overflow in decmsg buffer count check If the supplied msg2 numbuffers is 0x3FFFFFFF, the expression 6 + numbuffers 4 wraps to 2 and the bounds check passes, letting the parser loop far past the end of...

7.1CVSS0.00159EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 10:30 a.m.10 views

CVE-2026-89806

CVE-2026-89806 affects the Linux kernel 's ofdrm driver within the drm/sysfb subsystem. The root cause is an integer overflow in the framebuffer size calculation fb_size = linebytes * height, where both operands are of type int. When both values are sufficiently large (e.g., 46341 × 46341 > IN...

8.4CVSS5.9AI score0.00178EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 10:30 a.m.4 views

CVE-2026-89806 drm/sysfb: ofdrm: Fix integer overflow in fb_size calculation

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: ofdrm: Fix integer overflow in fbsize calculation The framebuffer size calculation fbsize = linebytes height can overflow when both values are large e.g., 46341 46341 INTMAX. Since linebytes and height are both int...

8.4CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.22 views

CVE-2026-89806 drm/sysfb: ofdrm: Fix integer overflow in fb_size calculation

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: ofdrm: Fix integer overflow in fbsize calculation The framebuffer size calculation fbsize = linebytes height can overflow when both values are large e.g., 46341 46341 INTMAX. Since linebytes and height are both int...

8.4CVSS0.00178EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:30 a.m.4 views

EUVD-2026-80406

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: ofdrm: Fix integer overflow in fbsize calculation The framebuffer size calculation fbsize = linebytes height can overflow when both values are large e.g., 46341 46341 INTMAX. Since linebytes and height are both int...

8.4CVSS5.9AI score0.00178EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/09/16 10:05 a.m.6 views

Important: Red Hat Security Advisory: gstreamer1-plugins-ugly-free security update

An update for gstreamer1-plugins-ugly-free is now available for Red Hat Enterprise Linux 10.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity...

7.1CVSS5.8AI score0.0041EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/09/16 10:05 a.m.6 views

gstreamer: gstreamer1-plugins-ugly-free: gstreamer: integer overflow/underflow in asfdemux bounds checks leading to out-of-bounds read

Multiple integer overflow and underflow vulnerabilities were found in the GStreamer gst-plugins-ugly ASF demuxer asfdemux when parsing header objects from crafted ASF, WMV, or WMA files. Insufficient validation of attacker-controlled length and size values can bypass bounds checks and cause...

7.1CVSS5.9AI score0.0041EPSS
SaveExploits0References7
Rows per page
Query Builder