Linux

Linux Kernel

16156 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:40:31
  • Zuletzt bearbeitet 10.06.2026 19:16:17

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix accept queue count leak on transport mismatch virtio_transport_recv_listen() calls sk_acceptq_added() before vsock_assign_transport(). If vsock_assign_transport()...

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:40:30
  • Zuletzt bearbeitet 10.06.2026 19:16:24

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix UAF in inactivity-timer cleanup path Commit 38224c472a03 ("HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probe") added timer_delete_sync(&kbd->...

  • EPSS 0.27%
  • Veröffentlicht 28.05.2026 09:40:29
  • Zuletzt bearbeitet 10.06.2026 19:16:30

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: prevent use-after-free when deleting claims When batadv_bla_del_backbone_claims() removes all claims for a backbone, it does this by dropping the link entry in the...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:40:28
  • Zuletzt bearbeitet 10.06.2026 19:17:34

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: fix error handling in msm_ioctl_gem_info_get_metadata() msm_ioctl_gem_info_get_metadata() always returns 0 regardless of errors. When copy_to_user() fails or the user ...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:40:27
  • Zuletzt bearbeitet 10.06.2026 19:17:50

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs() drm_gem_fb_init_with_funcs() computes sub-sampled plane dimensions using plain integer divisio...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:40:27
  • Zuletzt bearbeitet 10.06.2026 19:17:40

In the Linux kernel, the following vulnerability has been resolved: media: iris: fix use-after-free of fmt_src during MBPF check During concurrency testing, multiple instances can run in parallel, and each instance uses its own inst->lock while the...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:40:26
  • Zuletzt bearbeitet 10.06.2026 19:17:59

In the Linux kernel, the following vulnerability has been resolved: batman-adv: stop tp_meter sessions during mesh teardown TP meter sessions remain linked on bat_priv->tp_list after the netlink request has already finished. When the mesh interface...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:40:25
  • Zuletzt bearbeitet 10.06.2026 19:18:14

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix empty payload in tap skb for non-linear buffers For non-linear skbs, virtio_transport_build_skb() goes through virtio_transport_copy_nonlinear_skb() to copy the o...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:40:23
  • Zuletzt bearbeitet 15.06.2026 10:16:28

In the Linux kernel, the following vulnerability has been resolved: staging: media: atomisp: Disallow all private IOCTLs Disallow all private IOCTLs. These aren't quite as safe as one could assume of IOCTL handlers; disable them for now. Instead of...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:40:23
  • Zuletzt bearbeitet 10.06.2026 19:18:18

In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject new tp_meter sessions during teardown Prevent tp_meter from starting new sender or receiver sessions after mesh_state has left BATADV_MESH_ACTIVE.