CVE-2026-31767
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:14:57
- Zuletzt bearbeitet 11.05.2026 17:53:02
In the Linux kernel, the following vulnerability has been resolved: drm/i915/dsi: Don't do DSC horizontal timing adjustments in command mode Stop adjusting the horizontal timing values based on the compression ratio in command mode. Bspec seems to ...
CVE-2026-31768
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:14:57
- Zuletzt bearbeitet 11.05.2026 17:54:28
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-adc161s626: use DMA-safe memory for spi_read() Add a DMA-safe buffer and use it for spi_read() instead of a stack memory. All SPI buffers must be DMA-safe. Since we o...
CVE-2026-31766
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:14:56
- Zuletzt bearbeitet 11.05.2026 17:49:58
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate doorbell_offset in user queue creation amdgpu_userq_get_doorbell_index() passes the user-provided doorbell_offset to amdgpu_doorbell_index_on_bar() without bou...
CVE-2026-31764
- EPSS 0.02%
- Veröffentlicht 01.05.2026 14:14:55
- Zuletzt bearbeitet 08.05.2026 18:04:24
In the Linux kernel, the following vulnerability has been resolved: iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer only The st_lsm6dsx_hwfifo_odr_store() function, which is called when userspace writes the buffer sampling fre...
CVE-2026-31765
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:14:55
- Zuletzt bearbeitet 11.05.2026 17:48:57
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Change AMDGPU_VA_RESERVED_TRAP_SIZE to 64KB Currently, AMDGPU_VA_RESERVED_TRAP_SIZE is hardcoded to 8KB, while KFD_CWSR_TBA_TMA_SIZE is defined as 2 * PAGE_SIZE. On sys...
CVE-2026-31763
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:14:54
- Zuletzt bearbeitet 08.05.2026 18:05:36
In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050: Fix incorrect free_irq() variable The handler for the IRQ part of this driver is mpu3050->trig but, in the teardown free_irq() is called with handler mpu3050. ...
CVE-2026-31761
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:14:53
- Zuletzt bearbeitet 08.05.2026 18:11:08
In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050: Move iio_device_register() to correct location iio_device_register() should be at the end of the probe function to prevent race conditions. Place iio_device_re...
CVE-2026-31762
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:14:53
- Zuletzt bearbeitet 08.05.2026 18:09:23
In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050: Fix irq resource leak The interrupt handler is setup but only a few lines down if iio_trigger_register() fails the function returns without properly releasing t...
CVE-2026-31760
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:14:52
- Zuletzt bearbeitet 08.05.2026 18:11:51
In the Linux kernel, the following vulnerability has been resolved: gpib: lpvo_usb: fix memory leak on disconnect The driver iterates over the registered USB interfaces during GPIB attach and takes a reference to their USB devices until a match is ...
CVE-2026-31759
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:14:51
- Zuletzt bearbeitet 08.05.2026 18:20:18
In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_...