Linux

Linux Kernel

12474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 22.08.2024 04:15:17
  • Zuletzt bearbeitet 08.11.2024 16:15:17

In the Linux kernel, the following vulnerability has been resolved: CDC-NCM: avoid overflow in sanity checking A broken device may give an extreme offset like 0xFFF0 and a reasonable length for a fragment. In the sanity check as formulated now, thi...

  • EPSS 0.01%
  • Veröffentlicht 22.08.2024 04:15:17
  • Zuletzt bearbeitet 22.08.2024 19:02:08

In the Linux kernel, the following vulnerability has been resolved: bpf: Add schedule points in batch ops syzbot reported various soft lockups caused by bpf batch operations. INFO: task kworker/1:1:27 blocked for more than 140 seconds. INFO: tas...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2024 04:15:17
  • Zuletzt bearbeitet 22.08.2024 18:37:46

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix crash due to incorrect copy_map_value When both bpf_spin_lock and bpf_timer are present in a BPF map value, copy_map_value needs to skirt both objects when copying a value...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2024 04:15:17
  • Zuletzt bearbeitet 19.06.2025 13:15:22

In the Linux kernel, the following vulnerability has been resolved: ice: fix concurrent reset and removal of VFs Commit c503e63200c6 ("ice: Stop processing VF messages during teardown") introduced a driver state flag, ICE_VF_DEINIT_IN_PROGRESS, whi...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2024 04:15:16
  • Zuletzt bearbeitet 23.08.2024 01:54:11

In the Linux kernel, the following vulnerability has been resolved: configfs: fix a race in configfs_{,un}register_subsystem() When configfs_register_subsystem() or configfs_unregister_subsystem() is executing link_group() or unlink_group(), it is ...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2024 04:15:16
  • Zuletzt bearbeitet 23.08.2024 01:48:35

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte When adding a rule with 32 destinations, we hit the following out-of-band access issue: BUG: KASAN: slab-out-of-bo...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2024 04:15:16
  • Zuletzt bearbeitet 23.08.2024 01:50:09

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memory leak during stateful obj update stateful objects can be updated from the control plane. The transaction logic allocates a temporary object for this...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2024 04:15:16
  • Zuletzt bearbeitet 22.08.2024 20:33:29

In the Linux kernel, the following vulnerability has been resolved: nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() ida_simple_get() returns an id between min (0) and max (NFP_MAX_MAC_INDEX) inclusive. So NFP_MAX_MAC_INDEX (0xff) i...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2024 04:15:16
  • Zuletzt bearbeitet 19.06.2025 13:15:21

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: unregister flowtable hooks on netns exit Unregister flowtable hooks before they are releases via nf_tables_flowtable_destroy() otherwise hook core reports UAF...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2024 04:15:15
  • Zuletzt bearbeitet 23.08.2024 02:05:14

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: add spinlock for rndis response list There's no lock for rndis response list. It could cause list corruption if there're two different list_add at the same time...