Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:15
  • Zuletzt bearbeitet 17.11.2025 18:18:56

In the Linux kernel, the following vulnerability has been resolved: mptcp: do not queue data on closed subflows Dipanjan reported a syzbot splat at close time: WARNING: CPU: 1 PID: 10818 at net/ipv4/af_inet.c:153 inet_sock_destruct+0x6d0/0x8e0 net...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:15
  • Zuletzt bearbeitet 17.11.2025 18:15:43

In the Linux kernel, the following vulnerability has been resolved: mptcp: move subflow cleanup in mptcp_destroy_common() If the mptcp socket creation fails due to a CGROUP_INET_SOCK_CREATE eBPF program, the MPTCP protocol ends-up leaking all the s...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:02:14
  • Zuletzt bearbeitet 17.11.2025 18:19:32

In the Linux kernel, the following vulnerability has been resolved: BPF: Fix potential bad pointer dereference in bpf_sys_bpf() The bpf_sys_bpf() helper function allows an eBPF program to load another eBPF program from within the kernel. In this ca...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:02:13
  • Zuletzt bearbeitet 17.11.2025 18:25:37

In the Linux kernel, the following vulnerability has been resolved: btrfs: unset reloc control if transaction commit fails in prepare_to_relocate() In btrfs_relocate_block_group(), the rc is allocated. Then btrfs_relocate_block_group() calls relo...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:02:13
  • Zuletzt bearbeitet 17.11.2025 18:20:15

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix dummy res NULL ptr deref bug Check the bo->resource value before accessing the resource mem_type. v2: Fix commit description unwrapped warning <log snip> [ 40.1912...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:02:12
  • Zuletzt bearbeitet 17.11.2025 18:27:21

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix aq_vec index out of range error The final update statement of the for loop exceeds the array range, the dereference of self->aq_vec[i] is not checked and then le...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:02:11
  • Zuletzt bearbeitet 13.11.2025 18:26:46

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Avoid use-after-free on suspend/resume hctx->user_data is set to vq in virtblk_init_hctx(). However, vq is freed on suspend and reallocated on resume. So, hctx->user_...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:02:11
  • Zuletzt bearbeitet 17.11.2025 18:27:46

In the Linux kernel, the following vulnerability has been resolved: virtio_net: fix memory leak inside XPD_TX with mergeable When we call xdp_convert_buff_to_frame() to get xdpf, if it returns NULL, we should check if xdp_page was allocated by xdp_...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:02:10
  • Zuletzt bearbeitet 13.11.2025 17:24:26

In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: suppress non-changes to the tagging protocol The way in which dsa_tree_change_tag_proto() works is that when dsa_tree_notify() fails, it doesn't know whether the o...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:02:09
  • Zuletzt bearbeitet 13.11.2025 17:56:43

In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not...