CVE-2026-43367
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:19
- Zuletzt bearbeitet 15.05.2026 15:42:18
In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix a few more NULL pointer dereference in device cleanup I found a few more paths that cleanup fails due to a NULL version pointer on unsupported hardware. Add NULL chec...
CVE-2026-43365
- EPSS 0.41%
- Veröffentlicht 08.05.2026 14:21:18
- Zuletzt bearbeitet 15.05.2026 16:15:14
In the Linux kernel, the following vulnerability has been resolved: xfs: fix undersized l_iclog_roundoff values If the superblock doesn't list a log stripe unit, we set the incore log roundoff value to 512. This leads to corrupt logs and unmountab...
CVE-2026-43364
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:17
- Zuletzt bearbeitet 15.05.2026 16:14:44
In the Linux kernel, the following vulnerability has been resolved: ublk: fix NULL pointer dereference in ublk_ctrl_set_size() ublk_ctrl_set_size() unconditionally dereferences ub->ub_disk via set_capacity_and_notify() without checking if it is NUL...
CVE-2026-43362
- EPSS 0.22%
- Veröffentlicht 08.05.2026 14:21:16
- Zuletzt bearbeitet 15.05.2026 16:13:54
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix in-place encryption corruption in SMB2_write() SMB2_write() places write payload in iov[1..n] as part of rq_iov. smb3_init_transform_rq() pointer-shares rq_iov, so...
CVE-2026-43363
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:16
- Zuletzt bearbeitet 15.05.2026 16:14:25
In the Linux kernel, the following vulnerability has been resolved: x86/apic: Disable x2apic on resume if the kernel expects so When resuming from s2ram, firmware may re-enable x2apic mode, which may have been disabled by the kernel during boot eit...
CVE-2026-43360
- EPSS 0.16%
- Veröffentlicht 08.05.2026 14:21:15
- Zuletzt bearbeitet 15.05.2026 13:31:46
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction abort on file creation due to name hash collision If we attempt to create several files with names that result in the same hash, we have to pack them in same...
CVE-2026-43361
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:15
- Zuletzt bearbeitet 15.05.2026 13:29:54
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction abort when snapshotting received subvolumes Currently a user can trigger a transaction abort by snapshotting a previously received snapshot a bunch of times ...
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...