Linux

Linux

11868 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.16%
  • Veröffentlicht 15.08.2026 12:27:15
  • Zuletzt bearbeitet 23.08.2026 13:16:44

In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: don't leak the user namespace when the mount fails bm_get_tree() takes a reference to the user namespace and hands it to get_tree_keyed() as the sget key. sget_fc() mo...

  • EPSS 0.13%
  • Veröffentlicht 15.08.2026 12:27:15
  • Zuletzt bearbeitet 19.08.2026 17:21:05

In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: unlock i_mmap_rwsem before releasing after-split folios __folio_split() keeps dereferencing the mapping after the split: shmem_uncharge(mapping->host) and remap_pag...

  • EPSS 0.18%
  • Veröffentlicht 15.08.2026 12:27:14
  • Zuletzt bearbeitet 19.08.2026 17:21:05

In the Linux kernel, the following vulnerability has been resolved: mm/page_reporting: use system_freezable_wq to fix UAF during suspend During PM freeze (e.g. S3 suspend or S4 hibernation), device drivers like virtio_balloon reset their underlyin...

  • EPSS 0.51%
  • Veröffentlicht 15.08.2026 12:27:13
  • Zuletzt bearbeitet 19.08.2026 17:21:05

In the Linux kernel, the following vulnerability has been resolved: net: bridge: stop fast-leave after deleting a port group br_multicast_leave_group() iterates mp->ports with pp = &p->next in its fast-leave path. After br_multicast_del_pg() remove...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:13
  • Zuletzt bearbeitet 23.08.2026 13:16:44

In the Linux kernel, the following vulnerability has been resolved: net: pktgen: fix proc entry use-after-free pktgen_change_name() replaces pkt_dev->entry while holding t->if_lock. pktgen_remove_device() removes the same entry before _rem_dev_from...

  • EPSS 0.57%
  • Veröffentlicht 15.08.2026 12:27:12
  • Zuletzt bearbeitet 19.08.2026 17:21:04

In the Linux kernel, the following vulnerability has been resolved: um: vector: fix use-after-free in vector_mmsg_rx() When vector_mmsg_rx() discards a packet whose overlay header fails verify_header(), it frees the skb and continues the loop: if...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:11
  • Zuletzt bearbeitet 17.08.2026 06:19:43

In the Linux kernel, the following vulnerability has been resolved: uprobes: Fix NULL pointer dereference in hprobe_expire() Forking a task that has a pending uretprobe can oops the kernel with a NULL pointer dereference in the clone() path: BUG...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:11
  • Zuletzt bearbeitet 23.08.2026 13:16:44

In the Linux kernel, the following vulnerability has been resolved: veth: convert frag_list skbs before running XDP A frag_list skb can reach veth with data_len set but nr_frags zero. veth_convert_skb_to_xdp_buff() only converts skbs that are share...

  • EPSS 0.45%
  • Veröffentlicht 15.08.2026 12:27:10
  • Zuletzt bearbeitet 19.08.2026 17:21:04

In the Linux kernel, the following vulnerability has been resolved: vxlan: use neigh_ha_snapshot() in route_shortcircuit() The neighbour hardware address n->ha can be updated asynchronously by the neighbour subsystem, protected by n->ha_lock seqloc...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:10
  • Zuletzt bearbeitet 23.08.2026 13:16:44

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskb_network_may_pull() for transmit path header pulls In vxlan_xmit(), arp_reduce(), and vxlan_mdb_entry_skb_get(), pskb_may_pull() was being called to verify the avail...