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...
CVE-2026-45915
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:17:30
- Zuletzt bearbeitet 24.06.2026 17:23:37
In the Linux kernel, the following vulnerability has been resolved: fat: avoid parent link count underflow in rmdir Corrupted FAT images can leave a directory inode with an incorrect i_nlink (e.g. 2 even though subdirectories exist). rmdir then unc...
CVE-2026-45912
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:17:27
- Zuletzt bearbeitet 24.06.2026 14:55:11
In the Linux kernel, the following vulnerability has been resolved: ext4: don't cache extent during splitting extent Caching extents during the splitting process is risky, as it may result in stale extents remaining in the status tree. Moreover, in...
CVE-2026-45911
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:17:26
- Zuletzt bearbeitet 24.06.2026 14:55:22
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix role switching during resume If the role change while we are suspended, the cdns3 driver switches to the new mode during resume. However, switching to host mode in ...
CVE-2026-45905
- EPSS 0.11%
- Veröffentlicht 27.05.2026 12:17:15
- Zuletzt bearbeitet 24.06.2026 16:28:18
In the Linux kernel, the following vulnerability has been resolved: xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path icmp_route_lookup() performs multiple route lookups to find a suitable route for sending ICMP error messages, with specia...
CVE-2026-45899
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:17:08
- Zuletzt bearbeitet 25.06.2026 21:09:27
In the Linux kernel, the following vulnerability has been resolved: ext4: drop extent cache when splitting extent fails When the split extent fails, we might leave some extents still being processed and return an error directly, which will result i...
CVE-2026-45892
- EPSS 0.16%
- Veröffentlicht 27.05.2026 12:17:03
- Zuletzt bearbeitet 25.06.2026 21:11:06
In the Linux kernel, the following vulnerability has been resolved: ext4: drop extent cache after doing PARTIAL_VALID1 zeroout When splitting an unwritten extent in the middle and converting it to initialized in ext4_split_extent() with the EXT4_EX...