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-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...
CVE-2026-45948
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:18:04
- Zuletzt bearbeitet 16.06.2026 02:35:36
In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leak in ext4_ext_shift_extents() In ext4_ext_shift_extents(), if the extent is NULL in the while loop, the function returns immediately without releasing the path ...
CVE-2026-45946
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:18:02
- Zuletzt bearbeitet 16.06.2026 02:36:44
In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix use-after-free in power_supply_changed() Using the `devm_` variant for requesting IRQ _before_ the `devm_` variant for allocating/registering the `power_...
CVE-2026-45944
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:18:00
- Zuletzt bearbeitet 16.06.2026 02:37:20
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Clear Present bit before tearing down context entry When tearing down a context entry, the current implementation zeros the entire 128-bit entry using multiple 64-bit w...
CVE-2026-45943
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:17:58
- Zuletzt bearbeitet 24.06.2026 17:09:01
In the Linux kernel, the following vulnerability has been resolved: erofs: fix inline data read failure for ztailpacking pclusters Compressed folios for ztailpacking pclusters must be valid before adding these pclusters to I/O chains. Otherwise, z_...
CVE-2026-45941
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:17:57
- Zuletzt bearbeitet 24.06.2026 17:09:17
In the Linux kernel, the following vulnerability has been resolved: tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failure get_burstcount() can return -EBUSY on timeout. When this happens, the function returns directly without releasi...