Linux

Linux Kernel

12376 Schwachstellen gefunden.

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

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 31.01.2025 16:01:53

In the Linux kernel, the following vulnerability has been resolved: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING syzbot reported the following uninit-value access issue [1]: ===================================================...

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

In the Linux kernel, the following vulnerability has been resolved: hsr: Prevent use after free in prp_create_tagged_frame() The prp_fill_rct() function can fail. In that situation, it frees the skb and returns NULL. Meanwhile on the success path...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 21.11.2024 08:40:42

In the Linux kernel, the following vulnerability has been resolved: media: bttv: fix use after free error due to btv->timeout timer There may be some a race condition between timer function bttv_irq_timeout and bttv_remove. The timer is setup in pr...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 31.12.2024 20:02:14

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop meta_inode's page cache in f2fs_put_super() syzbot reports a kernel bug as below: F2FS-fs (loop1): detect filesystem reference count leak during umount, type: 10...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:20
  • Zuletzt bearbeitet 21.11.2024 08:40:39

In the Linux kernel, the following vulnerability has been resolved: drm/panel: fix a possible null pointer dereference In versatile_panel_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a NULL pointer d...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:20
  • Zuletzt bearbeitet 02.04.2025 15:00:07

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix a race condition of vram buffer unref in svm code prange->svm_bo unref can happen in both mmu callback and a callback after migrate to system ram. Both are async ca...