Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 02.12.2024 14:15:12
  • Zuletzt bearbeitet 01.10.2025 21:16:33

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handle The 'vmw_user_object_buffer' function may return NULL with incorrect inputs. To avoid possible null pointe...

  • EPSS 0.04%
  • Veröffentlicht 02.12.2024 14:15:12
  • Zuletzt bearbeitet 01.10.2025 21:16:33

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix handling of partial GPU mapping of BOs This commit fixes the bug in the handling of partial mapping of the buffer objects to the GPU, which caused kernel warnings....

  • EPSS 0.01%
  • Veröffentlicht 02.12.2024 14:15:12
  • Zuletzt bearbeitet 01.10.2025 21:16:33

In the Linux kernel, the following vulnerability has been resolved: virtio/vsock: Improve MSG_ZEROCOPY error handling Add a missing kfree_skb() to prevent memory leaks.

  • EPSS 0.01%
  • Veröffentlicht 02.12.2024 14:15:12
  • Zuletzt bearbeitet 01.10.2025 21:16:33

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix sk_error_queue memory leak Kernel queues MSG_ZEROCOPY completion notifications on the error queue. Where they remain, until explicitly recv()ed. To prevent memory leaks,...

  • EPSS 0.01%
  • Veröffentlicht 02.12.2024 14:15:12
  • Zuletzt bearbeitet 03.11.2025 23:17:21

In the Linux kernel, the following vulnerability has been resolved: virtio/vsock: Fix accept_queue memory leak As the final stages of socket destruction may be delayed, it is possible that virtio_transport_recv_listen() will be called after the acc...

  • EPSS 0.01%
  • Veröffentlicht 02.12.2024 14:15:12
  • Zuletzt bearbeitet 03.11.2025 23:17:21

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT: Fix null-ptr-deref in add rule err flow In error flow of mlx5_tc_ct_entry_add_rule(), in case ct_rule_add() callback returns error, zone_rule->attr is used uninitiat...

  • EPSS 0.01%
  • Veröffentlicht 02.12.2024 14:15:12
  • Zuletzt bearbeitet 03.11.2025 23:17:21

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fs, lock FTE when checking if active The referenced commits introduced a two-step process for deleting FTEs: - Lock the FTE, delete it from hardware, set the hardware de...

  • EPSS 0.01%
  • Veröffentlicht 02.12.2024 14:15:11
  • Zuletzt bearbeitet 03.11.2025 21:17:26

In the Linux kernel, the following vulnerability has been resolved: mm: page_alloc: move mlocked flag clearance into free_pages_prepare() Syzbot reported a bad page state problem caused by a page being freed using free_page() still having a mlocked...

  • EPSS 0.02%
  • Veröffentlicht 02.12.2024 14:15:11
  • Zuletzt bearbeitet 03.11.2025 23:17:20

In the Linux kernel, the following vulnerability has been resolved: ima: fix buffer overrun in ima_eventdigest_init_common Function ima_eventdigest_init() calls ima_eventdigest_init_common() with HASH_ALGO__LAST which is then used to access the arr...

  • EPSS 0.01%
  • Veröffentlicht 02.12.2024 14:15:11
  • Zuletzt bearbeitet 01.10.2025 21:16:31

In the Linux kernel, the following vulnerability has been resolved: fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args() The "arg->vec_len" variable is a u64 that comes from the user at the start of the function. The "arg->vec_len...