Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 23.09.2025 22:47:36

In the Linux kernel, the following vulnerability has been resolved: perf/core: Bail out early if the request AUX area is out of bound When perf-record with a large AUX area, e.g 4GB, it fails with: #perf record -C 0 -m ,4G -e arm_spe_0// -- sl...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 23.09.2025 23:20:49

In the Linux kernel, the following vulnerability has been resolved: locking/ww_mutex/test: Fix potential workqueue corruption In some cases running with the test-ww_mutex code, I was seeing odd behavior where sometimes it seemed flush_workqueue was...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 15.01.2025 18:14:41

In the Linux kernel, the following vulnerability has been resolved: nbd: fix uaf in nbd_open Commit 4af5f2e03013 ("nbd: use blk_mq_alloc_disk and blk_cleanup_disk") cleans up disk by blk_cleanup_disk() and it won't set disk->private_data as NULL as...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 02.04.2025 14:57:25

In the Linux kernel, the following vulnerability has been resolved: fbdev: imsttfb: fix a resource leak in probe I've re-written the error handling but the bug is that if init_imstt() fails we need to call iounmap(par->cmap_regs).

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 26.09.2025 16:46:04

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Do not broadcast to other cpus when starting a counter This command: $ perf record -e cycles:k -e instructions:k -c 10000 -m 64M dd if=/dev/zero of=/dev/null count=...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 31.12.2024 19:48:59

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - fix use after free in rmi_unregister_function() The put_device() calls rmi_release_function() which frees "fn" so the dereference on the next line "fn->num_...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 31.12.2024 19:49:20

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: mux: Add check and kfree for kstrdup Add check for the return value of kstrdup() and return the error if it fails in order to avoid NULL pointer dereference. Moreover...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 31.12.2024 19:50:07

In the Linux kernel, the following vulnerability has been resolved: virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt() KMSAN reported the following uninit-value access issue: ===================================================== BUG: KM...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 24.09.2025 00:04:35

In the Linux kernel, the following vulnerability has been resolved: llc: verify mac len before reading mac header LLC reads the mac header with eth_hdr without verifying that the skb has an Ethernet header. Syzbot was able to enter llc_rcv on a tu...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 02.04.2025 14:56:36

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: psi: Add check for kstrdup Add check for the return value of kstrdup() and return the error if it fails in order to avoid NULL pointer dereference.