CVE-2026-43359
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:14
- Zuletzt bearbeitet 15.05.2026 13:32:58
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction abort on set received ioctl due to item overflow If the set received ioctl fails due to an item overflow when attempting to add the BTRFS_UUID_KEY_RECEIVED_S...
CVE-2026-43357
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:13
- Zuletzt bearbeitet 15.05.2026 16:03:01
In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050-core: fix pm_runtime error handling The return value of pm_runtime_get_sync() is not checked, allowing the driver to access hardware that may fail to resume. The...
CVE-2026-43358
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:13
- Zuletzt bearbeitet 15.05.2026 16:05:15
In the Linux kernel, the following vulnerability has been resolved: btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buffer() Call rcu_read_lock() before exiting the loop in try_release_subpage_extent_buffer() because there...
CVE-2026-43356
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:12
- Zuletzt bearbeitet 15.05.2026 16:02:39
In the Linux kernel, the following vulnerability has been resolved: iio: imu: adis: Fix NULL pointer dereference in adis_init The adis_init() function dereferences adis->ops to check if the individual function pointers (write, read, reset) are NULL...
CVE-2026-43355
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:11
- Zuletzt bearbeitet 04.07.2026 12:16:56
In the Linux kernel, the following vulnerability has been resolved: iio: light: bh1780: fix PM runtime leak on error path Move pm_runtime_put_autosuspend() before the error check to ensure the PM runtime reference count is always decremented after ...
CVE-2026-43353
- EPSS 0.1%
- Veröffentlicht 08.05.2026 14:21:10
- Zuletzt bearbeitet 15.05.2026 19:22:40
In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix race in DMA ring dequeue The HCI DMA dequeue path (hci_dma_dequeue_xfer()) may be invoked for multiple transfers that timeout around the same time. However,...
CVE-2026-43354
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:10
- Zuletzt bearbeitet 15.05.2026 18:38:03
In the Linux kernel, the following vulnerability has been resolved: iio: proximity: hx9023s: Protect against division by zero in set_samp_freq Avoid division by zero when sampling frequency is unspecified.
CVE-2026-43352
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:21:09
- Zuletzt bearbeitet 15.05.2026 19:32:14
In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue The logic used to abort the DMA ring contains several flaws: 1. The driver unconditionally issues a ring abort ...
CVE-2026-43351
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:08
- Zuletzt bearbeitet 15.05.2026 19:31:35
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Eagerly init vgic dist/redist on vgic creation If vgic_allocate_private_irqs_locked() fails for any odd reason, we exit kvm_vgic_create() early, leaving dist->rd_region...
CVE-2026-43350
- EPSS 0.22%
- Veröffentlicht 08.05.2026 13:41:53
- Zuletzt bearbeitet 01.06.2026 17:17:05
In the Linux kernel, the following vulnerability has been resolved: smb: client: require a full NFS mode SID before reading mode bits parse_dacl() treats an ACE SID matching sid_unix_NFS_mode as an NFS mode SID and reads sid.sub_auth[2] to recover ...