CVE-2026-31767
- EPSS 0.12%
- 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.13%
- 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-31763
- EPSS 0.12%
- 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.1%
- 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.12%
- 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-31759
- EPSS 0.13%
- 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_...
CVE-2026-31758
- EPSS 0.13%
- Veröffentlicht 01.05.2026 14:14:48
- Zuletzt bearbeitet 08.05.2026 18:23:22
In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: Flush anchored URBs in usbtmc_release When calling usbtmc_release, pending anchored URBs must be flushed or killed to prevent use-after-free errors (e.g. in the HCD gi...
CVE-2026-31755
- EPSS 0.12%
- Veröffentlicht 01.05.2026 14:14:46
- Zuletzt bearbeitet 04.07.2026 12:16:55
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: gadget: fix NULL pointer dereference in ep_queue When the gadget endpoint is disabled or not yet configured, the ep->desc pointer can be NULL. This leads to a NULL poin...
CVE-2026-31754
- EPSS 0.12%
- Veröffentlicht 01.05.2026 14:14:45
- Zuletzt bearbeitet 08.05.2026 18:49:44
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: gadget: fix state inconsistency on gadget init failure When cdns3_gadget_start() fails, the DRD hardware is left in gadget mode while software state remains INACTIVE, c...
CVE-2026-31752
- EPSS 0.12%
- Veröffentlicht 01.05.2026 14:14:44
- Zuletzt bearbeitet 07.05.2026 19:08:55
In the Linux kernel, the following vulnerability has been resolved: bridge: br_nd_send: validate ND option lengths br_nd_send() walks ND options according to option-provided lengths. A malformed option can make the parser advance beyond the compute...