Linux

Linux

9649 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.21%
  • Veröffentlicht 27.02.2025 03:15:17
  • Zuletzt bearbeitet 14.07.2026 13:17:23

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.

  • EPSS 0.2%
  • Veröffentlicht 27.02.2025 03:15:17
  • Zuletzt bearbeitet 12.05.2026 13:16:36

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.

  • EPSS 0.16%
  • Veröffentlicht 27.02.2025 03:15:17
  • Zuletzt bearbeitet 12.05.2026 13:16:36

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 ...

  • EPSS 0.19%
  • 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...

  • EPSS 0.19%
  • 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_...

  • EPSS 0.21%
  • Veröffentlicht 27.02.2025 03:15:17
  • Zuletzt bearbeitet 12.05.2026 13:16:36

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...

  • EPSS 0.22%
  • Veröffentlicht 27.02.2025 03:15:16
  • Zuletzt bearbeitet 28.10.2025 20:50:26

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion failure when splitting ordered extent after transaction abort If while we are doing a direct IO write a transaction abort happens, we mark all existing ordered...

  • EPSS 0.84%
  • Veröffentlicht 27.02.2025 03:15:16
  • Zuletzt bearbeitet 12.05.2026 13:16:34

In the Linux kernel, the following vulnerability has been resolved: vsock: Keep the binding until socket destruction Preserve sockets bindings; this includes both resulting from an explicit bind() and those implicitly bound through autobind during ...

  • EPSS 0.05%
  • Veröffentlicht 27.02.2025 03:15:16
  • Zuletzt bearbeitet 25.03.2025 02:15:14

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 13.04%
  • Veröffentlicht 27.02.2025 03:15:16
  • Zuletzt bearbeitet 14.07.2026 13:17:22

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: add RCU protection to mld_newpack() mld_newpack() can be called without RTNL or RCU being held. Note that we no longer can use sock_alloc_send_skb() because ipv6.igmp...