Linux

Linux Kernel

12164 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 18.06.2025 11:02:11
  • Last modified 18.06.2025 13:47:40

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.03%
  • Published 18.06.2025 11:02:11
  • Last modified 18.06.2025 13:47:40

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.03%
  • Published 18.06.2025 11:02:10
  • Last modified 18.06.2025 13:47:40

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.04%
  • Published 18.06.2025 11:02:09
  • Last modified 18.06.2025 13:47:40

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.03%
  • Published 18.06.2025 11:02:09
  • Last modified 18.06.2025 13:47:40

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.03%
  • Published 18.06.2025 11:02:08
  • Last modified 18.06.2025 13:47:40

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.03%
  • Published 18.06.2025 11:02:07
  • Last modified 18.06.2025 13:47:40

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.03%
  • Published 18.06.2025 11:02:06
  • Last modified 18.06.2025 13:47:40

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.03%
  • Published 18.06.2025 11:02:06
  • Last modified 18.06.2025 13:47:40

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.03%
  • Published 18.06.2025 11:02:00
  • Last modified 18.06.2025 13:47:40

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.