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-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-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...
CVE-2026-45942
- EPSS 0.1%
- Veröffentlicht 27.05.2026 12:17:57
- Zuletzt bearbeitet 24.06.2026 17:09:10
In the Linux kernel, the following vulnerability has been resolved: ext4: fix e4b bitmap inconsistency reports A bitmap inconsistency issue was observed during stress tests under mixed huge-page workloads. Ext4 reported multiple e4b bitmap check fa...
CVE-2026-45936
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:17:53
- Zuletzt bearbeitet 24.06.2026 17:10:03
In the Linux kernel, the following vulnerability has been resolved: power: supply: goldfish: Fix use-after-free in power_supply_changed() Using the `devm_` variant for requesting IRQ _before_ the `devm_` variant for allocating/registering the `powe...
CVE-2026-45934
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:17:51
- Zuletzt bearbeitet 24.06.2026 17:11:04
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation I have been observing a number of systems aborting at insert_dev_extents() in btrfs_create_pending_block_gro...
CVE-2026-45923
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:17:42
- Zuletzt bearbeitet 24.06.2026 17:21:45
In the Linux kernel, the following vulnerability has been resolved: net: usb: catc: enable basic endpoint checking catc_probe() fills three URBs with hardcoded endpoint pipes without verifying the endpoint descriptors: - usb_sndbulkpipe(usbdev, ...
CVE-2026-45920
- EPSS 0.15%
- Veröffentlicht 27.05.2026 12:17:38
- Zuletzt bearbeitet 24.06.2026 17:22:20
In the Linux kernel, the following vulnerability has been resolved: ext4: fix dirtyclusters double decrement on fs shutdown fstests test generic/388 occasionally reproduces a warning in ext4_put_super() associated with the dirty clusters count: ...
CVE-2026-45919
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:17:37
- Zuletzt bearbeitet 24.06.2026 17:22:38
In the Linux kernel, the following vulnerability has been resolved: sched/rt: Skip currently executing CPU in rto_next_cpu() CPU0 becomes overloaded when hosting a CPU-bound RT task, a non-CPU-bound RT task, and a CFS task stuck in kernel space. Wh...
CVE-2026-45917
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:17:33
- Zuletzt bearbeitet 24.06.2026 17:23:08
In the Linux kernel, the following vulnerability has been resolved: ipvs: do not keep dest_dst if dev is going down There is race between the netdev notifier ip_vs_dst_event() and the code that caches dst with dev that is going down. As the FIB can...