CVE-2025-21764
- EPSS 0.04%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 03.11.2025 20:17:16
In the Linux kernel, the following vulnerability has been resolved: ndisc: use RCU protection in ndisc_alloc_skb() ndisc_alloc_skb() can be called without RTNL or RCU being held. Add RCU protection to avoid possible UAF.
CVE-2025-21765
- EPSS 0.06%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 03.11.2025 20:17:16
In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU protection in ip6_default_advmss() ip6_default_advmss() needs rcu protection to make sure the net structure it reads does not disappear.
CVE-2025-21766
- EPSS 0.05%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 03.11.2025 20:17:16
In the Linux kernel, the following vulnerability has been resolved: ipv4: use RCU protection in __ip_rt_update_pmtu() __ip_rt_update_pmtu() must use RCU protection to make sure the net structure it reads does not disappear.
CVE-2025-21767
- EPSS 0.05%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 03.11.2025 20:17:16
In the Linux kernel, the following vulnerability has been resolved: clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context The following bug report happened with a PREEMPT_RT kernel: BUG: sleeping function called ...
CVE-2025-21768
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 28.10.2025 20:28:41
In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels Some lwtunnels have a dst cache for post-transformation dst. If the packet destination did not change we may end up re...
CVE-2025-21769
- EPSS 0.04%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 01.10.2025 20:18:23
In the Linux kernel, the following vulnerability has been resolved: ptp: vmclock: Add .owner to vmclock_miscdev_fops Without the .owner field, the module can be unloaded while /dev/vmclock0 is open, leading to an oops.
CVE-2025-21770
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 01.10.2025 20:18:23
In the Linux kernel, the following vulnerability has been resolved: iommu: Fix potential memory leak in iopf_queue_remove_device() The iopf_queue_remove_device() helper removes a device from the per-iommu iopf queue when PRI is disabled on the devi...
CVE-2025-21771
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 28.10.2025 20:30:43
In the Linux kernel, the following vulnerability has been resolved: sched_ext: Fix incorrect autogroup migration detection scx_move_task() is called from sched_move_task() and tells the BPF scheduler that cgroup migration is being committed. sched_...
CVE-2025-21772
- EPSS 0.03%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 03.11.2025 20:17:17
In the Linux kernel, the following vulnerability has been resolved: partitions: mac: fix handling of bogus partition table Fix several issues in partition probing: - The bailout for a bad partoffset must use put_dev_sector(), since the precedi...
CVE-2025-21773
- EPSS 0.04%
- Veröffentlicht 27.02.2025 03:15:17
- Zuletzt bearbeitet 01.10.2025 20:18:23
In the Linux kernel, the following vulnerability has been resolved: can: etas_es58x: fix potential NULL pointer dereference on udev->serial The driver assumed that es58x_dev->udev->serial could never be NULL. While this is true on commercially avai...