CVE-2026-45957
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:18:13
- Zuletzt bearbeitet 16.06.2026 02:32:46
In the Linux kernel, the following vulnerability has been resolved: rcu: Fix rcu_read_unlock() deadloop due to softirq Commit 5f5fa7ea89dc ("rcu: Don't use negative nesting depth in __rcu_read_unlock()") removes the recursion-protection code from _...
CVE-2026-45956
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:18:11
- Zuletzt bearbeitet 16.06.2026 02:33:20
In the Linux kernel, the following vulnerability has been resolved: drm/exynos: vidi: use priv->vidi_dev for ctx lookup in vidi_connection_ioctl() vidi_connection_ioctl() retrieves the driver_data from drm_dev->dev to obtain a struct vidi_context p...
CVE-2026-45954
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:18:10
- Zuletzt bearbeitet 16.06.2026 02:33:44
In the Linux kernel, the following vulnerability has been resolved: fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe() In au1200fb_drv_probe(), when platform_get_irq fails(), it directly returns from the function with an error code, which c...
CVE-2026-45955
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:18:10
- Zuletzt bearbeitet 16.06.2026 02:33:32
In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout When llbitmap_suspend_timeout() times out waiting for percpu_ref to become zero, it returns -ETIMEDOUT without res...
CVE-2026-45953
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:18:09
- Zuletzt bearbeitet 16.06.2026 02:34:19
In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix IO hang with degraded array with llbitmap When llbitmap bit state is still unwritten, any new write should force rcw, as bitmap_ops->blocks_synced() is checked in han...
CVE-2026-45952
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:18:08
- Zuletzt bearbeitet 16.06.2026 01:30:50
In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: Add validation for MTU changes Increasing the MTU beyond the HDS threshold causes the hardware to fragment packets across multiple buffers. If a single-buffer XDP progr...
CVE-2026-45951
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:18:07
- Zuletzt bearbeitet 16.06.2026 02:34:35
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a potential use-after-free of BTF object Refcounting in the check_pseudo_btf_id() function is incorrect: the __check_pseudo_btf_id() function might get called with a zero ...
CVE-2026-45950
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:18:06
- Zuletzt bearbeitet 16.06.2026 02:34:46
In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req() The starfive_aes_aead_do_one_req() function allocates rctx->adata with kzalloc() but fails to free it if sg_cop...
CVE-2026-45949
- EPSS 0.09%
- Veröffentlicht 27.05.2026 12:18:05
- Zuletzt bearbeitet 16.06.2026 02:34:59
In the Linux kernel, the following vulnerability has been resolved: hwrng: core - use RCU and work_struct to fix race condition Currently, hwrng_fill is not cleared until the hwrng_fillfn() thread exits. Since hwrng_unregister() reads hwrng_fill ou...
CVE-2026-45947
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:18:04
- Zuletzt bearbeitet 16.06.2026 02:36:01
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc() In amdgpu_acpi_enumerate_xcc(), if amdgpu_acpi_dev_init() returns -ENOMEM, the function returns directly without releasin...