Linux

Linux

7352 Schwachstellen gefunden.

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

  • EPSS 0.02%
  • 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...