Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:02:09
  • Zuletzt bearbeitet 13.11.2025 17:50:33

In the Linux kernel, the following vulnerability has been resolved: net: bgmac: Fix a BUG triggered by wrong bytes_compl On one of our machines we got: kernel BUG at lib/dynamic_queue_limits.c:27! Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:02:08
  • Zuletzt bearbeitet 13.11.2025 18:10:51

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix mcam entry resource leak The teardown sequence in FLR handler returns if no NIX LF is attached to PF/VF because it indicates that graceful shutdown of resources a...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:02:07
  • Zuletzt bearbeitet 13.11.2025 18:10:37

In the Linux kernel, the following vulnerability has been resolved: ceph: don't leak snap_rwsem in handle_cap_grant When handle_cap_grant is called on an IMPORT op, then the snap_rwsem is held and the function is expected to release it before retur...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:02:06
  • Zuletzt bearbeitet 13.11.2025 18:06:27

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr If ntfs_fill_super() wasn't called then sbi->sb will be equal to NULL. Code should check this ptr before dereferencing. Syzbot hit t...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:02:06
  • Zuletzt bearbeitet 13.11.2025 18:08:49

In the Linux kernel, the following vulnerability has been resolved: vdpa_sim_blk: set number of address spaces and virtqueue groups Commit bda324fd037a ("vdpasim: control virtqueue support") added two new fields (nas, ngroups) to vdpasim_dev_attr, ...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:02:00
  • Zuletzt bearbeitet 13.11.2025 18:05:11

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix missing i_op in ntfs_read_mft There is null pointer dereference because i_op == NULL. The bug happens because we don't initialize i_op for records in $Extend.

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:59
  • Zuletzt bearbeitet 13.11.2025 18:26:20

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavf_alloc_asq_bufs/iavf_alloc_arq_bufs allocates with dma_alloc_coherent memory for VF mailbox. Free DMA regions for both ASQ and ARQ in case error...