703 matches found
CVE-2026-68443
The CVE-2026-68443 entry concerns the Linux kernel hwmon Gigabyte WaterForce driver. A race condition occurs because calling hid_hw_stop() does not stop device IO, allowing hid_input_report() to run concurrently with the post-io-start path in the driver probe. If probe fails after io start, this ...
EUVD-2026-57044
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: use kvzalloc to allocate struct dc struct dc has grown large over time most of it the two inlined dcscratchspace copies and now sits close to the page allocator's 4 MiB contiguous allocation limit. Its actual siz...
CVE-2026-68436
The CVE-2026-68436 issue affects the Linux kernel DRM for AMD display: the in-kernel struct dc can grow beyond the 4 MiB contiguous allocation limit, causing dc_create() to fail when allocated with kzalloc(). The fix replaces kzalloc() with kvzalloc() (and kvfree()) so allocation can fall back to...
CVE-2026-68358
In the Linux kernel, the following vulnerability has been resolved: hwmon: nzxt-kraken3 Stop device IO before calling hidhwstop Calling hidhwstop does not stop the device IO. This results in a race condition between hidinputreport and the point immediately following the execution of...
CVE-2026-68215
In the Linux kernel, the following vulnerability has been resolved: media: radio-si476x: Unregister v4l2device on probe failure si476xradioprobe registers radio-v4l2dev before allocating the V4L2 controls and before registering the video device. If any of those later steps fails, probe returns...
CVE-2026-68210
In the Linux kernel, the following vulnerability has been resolved: media: stm32: dcmi: unregister notifier on probe failure dcmigraphinit registers the async notifier before dcmiprobe toggles the reset line. If resetcontrolassert or resetcontroldeassert fails afterwards, probe returns through...
UBUNTU-CVE-2026-68210
In the Linux kernel, the following vulnerability has been resolved: media: stm32: dcmi: unregister notifier on probe failure dcmigraphinit registers the async notifier before dcmiprobe toggles the reset line. If resetcontrolassert or resetcontroldeassert fails afterwards, probe returns through...
UBUNTU-CVE-2026-68359
In the Linux kernel, the following vulnerability has been resolved: hwmon: nzxt-smart2 Stop device IO before calling hidhwstop Calling hidhwstop does not stop the device IO. This results in a race condition between hidinputreport and the point immediately following the execution of hiddeviceiosta...
UBUNTU-CVE-2026-68212
In the Linux kernel, the following vulnerability has been resolved: media: saa7134: Fix a possible memory leak in saa7134videoinit1 In saa7134videoinit1, the return value of the first saa7134pgtablealloc is not checked. If it fails, the function continues as if successful, leaving the driver with...
UBUNTU-CVE-2026-68215
In the Linux kernel, the following vulnerability has been resolved: media: radio-si476x: Unregister v4l2device on probe failure si476xradioprobe registers radio-v4l2dev before allocating the V4L2 controls and before registering the video device. If any of those later steps fails, probe returns...
EUVD-2026-55462
In the Linux kernel, the following vulnerability has been resolved: hwmon: corsair-psu Stop device IO before calling hidhwstop hidhwstop does not stop the device IO. This results in a race condition between hidinputreport and the point immediately following the execution of hiddeviceiostart withi...
CVE-2026-68361
The CVE-2026-68361 entry describes a race in the Linux kernel hwmon Corsair PSU driver where hid_hw_stop() does not stop device IO, allowing a use-after-free between hid_input_report() and the completion after hid_device_io_start() in corsairpsu_probe(). This can occur if probe fails after IO sta...
CVE-2026-68360
The CVE-2026-68360 issue affects the Linux kernel hwmon Corsair C-Pro driver. It describes a race where calling hid_hw_stop() does not stop device IO, creating a race between hid_input_report() and the code after hid_device_io_start() in probe. If probe fails after IO start, this can lead to a us...
EUVD-2026-55461
In the Linux kernel, the following vulnerability has been resolved: hwmon: corsair-cpro Stop device IO before calling hidhwstop Calling hidhwstop does not stop the device IO. This results in a race condition between hidinputreport and the point immediately following the execution of...
CVE-2026-68358
The CVE details a Linux kernel hwmon issue for nzxt-kraken3 where calling hid_hw_stop() does not halt device I/O, creating a race between hid_input_report() and the post-io-start path in the driver probe. If probe fails after io-start has begun, this can lead to a use-after-free condition. The re...
EUVD-2026-55459
In the Linux kernel, the following vulnerability has been resolved: hwmon: nzxt-kraken3 Stop device IO before calling hidhwstop Calling hidhwstop does not stop the device IO. This results in a race condition between hidinputreport and the point immediately following the execution of...
CVE-2026-68356 watchdog: airoha: Prevent division by zero when clock frequency is zero
In the Linux kernel, the following vulnerability has been resolved: watchdog: airoha: Prevent division by zero when clock frequency is zero clkgetrate can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdtfreq as a divisor directly in...
EUVD-2026-55428
In the Linux kernel, the following vulnerability has been resolved: wan: wanxl: Only reset hardware after BAR mapping wanxlpciinitone stores the freshly allocated card in driver data before the PLX BAR is mapped. Several early probe failures then unwind through wanxlpciremoveone, including failur...
EUVD-2026-55316
In the Linux kernel, the following vulnerability has been resolved: media: radio-si476x: Unregister v4l2device on probe failure si476xradioprobe registers radio-v4l2dev before allocating the V4L2 controls and before registering the video device. If any of those later steps fails, probe returns...
CVE-2026-68215
CVE-2026-68215 concerns the Linux kernel media subsystem for the si476x radio. The issue arises in si476x_radio_probe(): it registers v4l2dev before allocating V4L2 controls and before video device registration. If subsequent steps fail, the probe exits via the error path after freeing only the c...