CVE-2026-43308
- EPSS 0.01%
- Veröffentlicht 08.05.2026 13:11:26
- Zuletzt bearbeitet 15.05.2026 19:28:13
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref() There is no need to BUG(), we can just return an error and log an error message.
CVE-2026-43307
- EPSS 0.01%
- Veröffentlicht 08.05.2026 13:11:26
- Zuletzt bearbeitet 15.05.2026 19:51:42
In the Linux kernel, the following vulnerability has been resolved: iio: accel: adxl380: Avoid reading more entries than present in FIFO The interrupt handler reads FIFO entries in batches of N samples, where N is the number of scan elements that h...
CVE-2026-43306
- EPSS 0.01%
- Veröffentlicht 08.05.2026 13:11:25
- Zuletzt bearbeitet 15.05.2026 19:53:19
In the Linux kernel, the following vulnerability has been resolved: bpf: crypto: Use the correct destructor kfunc type With CONFIG_CFI enabled, the kernel strictly enforces that indirect function calls use a function pointer type that matches the t...
CVE-2026-43305
- EPSS 0.01%
- Veröffentlicht 08.05.2026 13:11:24
- Zuletzt bearbeitet 15.05.2026 13:23:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix mismatched unlock for DMUB HW lock in HWSS fast path [Why] The evaluation for whether we need to use the DMUB HW lock isn't the same as whether we need to unlo...
CVE-2026-43304
- EPSS 0.07%
- Veröffentlicht 08.05.2026 13:11:24
- Zuletzt bearbeitet 15.05.2026 13:25:31
In the Linux kernel, the following vulnerability has been resolved: libceph: define and enforce CEPH_MAX_KEY_LEN When decoding the key, verify that the key material would fit into a fixed-size buffer in process_auth_done() and generally has a sane ...
CVE-2026-43303
- EPSS 0.01%
- Veröffentlicht 08.05.2026 13:11:23
- Zuletzt bearbeitet 15.05.2026 13:27:39
In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: clear page->private in free_pages_prepare() Several subsystems (slub, shmem, ttm, etc.) use page->private but don't clear it before freeing pages. When these pages ...
CVE-2026-43302
- EPSS 0.02%
- Veröffentlicht 08.05.2026 13:11:22
- Zuletzt bearbeitet 15.05.2026 13:34:21
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Set DMA segment size to avoid debug warnings When using V3D rendering with CONFIG_DMA_API_DEBUG enabled, the kernel occasionally reports a segment size mismatch. This is b...
CVE-2026-43301
- EPSS 0.01%
- Veröffentlicht 08.05.2026 13:11:22
- Zuletzt bearbeitet 15.05.2026 13:37:05
In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix PM runtime usage count underflow Replace pm_runtime_put_sync() with pm_runtime_dont_use_autosuspend() in the remove path to properly pair with pm_run...
CVE-2026-43300
- EPSS 0.01%
- Veröffentlicht 08.05.2026 13:11:21
- Zuletzt bearbeitet 15.05.2026 14:04:19
In the Linux kernel, the following vulnerability has been resolved: drm/panel: Fix a possible null-pointer dereference in jdi_panel_dsi_remove() In jdi_panel_dsi_remove(), jdi is explicitly checked, indicating that it may be NULL: if (!jdi) ...
CVE-2026-43299
- EPSS 0.01%
- Veröffentlicht 08.05.2026 13:11:20
- Zuletzt bearbeitet 15.05.2026 14:13:43
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure() [BUG] There is a bug report that when btrfs hits ENOSPC error in a critical path, btrfs flips RO (this ...