CVE-2026-45968
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:18:27
- Zuletzt bearbeitet 16.06.2026 02:43:34
In the Linux kernel, the following vulnerability has been resolved: cpuidle: Skip governor when only one idle state is available On certain platforms (PowerNV systems without a power-mgt DT node), cpuidle may register only a single idle state. In c...
CVE-2026-45965
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:18:23
- Zuletzt bearbeitet 16.06.2026 02:45:00
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix invalid deref of rawdata when export_binary is unset If the export_binary parameter is disabled on runtime, profiles that were loaded before that will still have thei...
CVE-2026-45964
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:18:22
- Zuletzt bearbeitet 16.06.2026 02:29:40
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path Commit 5940d1cf9f42 ("SUNRPC: Rebalance a kref in auth_gss.c") added a kref_get(&gss_auth->kref) call to balance the gss_...
CVE-2026-45961
- EPSS 0.14%
- Veröffentlicht 27.05.2026 12:18:17
- Zuletzt bearbeitet 16.06.2026 02:31:41
In the Linux kernel, the following vulnerability has been resolved: gfs2: fix memory leaks in gfs2_fill_super error path Fix two memory leaks in the gfs2_fill_super() error handling path when transitioning a filesystem to read-write mode fails. Fi...
CVE-2026-45960
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:18:16
- Zuletzt bearbeitet 16.06.2026 02:32:06
In the Linux kernel, the following vulnerability has been resolved: hfsplus: return error when node already exists in hfs_bnode_create When hfs_bnode_create() finds that a node is already hashed (which should not happen in normal operation), it cur...
CVE-2026-45958
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:18:14
- Zuletzt bearbeitet 16.06.2026 02:32:24
In the Linux kernel, the following vulnerability has been resolved: drm/exynos: vidi: fix to avoid directly dereferencing user pointer In vidi_connection_ioctl(), vidi->edid(user pointer) is directly dereferenced in the kernel. This allows arbitra...
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...