Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 20.10.2025 15:26:56
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix null dereference in hdmi teardown pci_set_drvdata sets the value of pdev->driver_data to NULL, after which the driver_data obtained from the same dev is dereference...

  • EPSS 0.03%
  • Veröffentlicht 20.10.2025 15:26:55
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: fs/proc/task_mmu: check p->vec_buf for NULL When the PAGEMAP_SCAN ioctl is invoked with vec_len = 0 reaches pagemap_scan_backout_range(), kernel panics with null-ptr-deref: [ 44...

  • EPSS 0.04%
  • Veröffentlicht 20.10.2025 15:26:55
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: afs: Fix potential null pointer dereference in afs_put_server afs_put_server() accessed server->debug_id before the NULL check, which could lead to a null pointer dereference. Move...

  • EPSS 0.04%
  • Veröffentlicht 20.10.2025 15:26:54
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: kmsan: fix out-of-bounds access to shadow memory Running sha224_kunit on a KMSAN-enabled kernel results in a crash in kmsan_internal_set_shadow_origin(): BUG: unable to handle...

  • EPSS 0.05%
  • Veröffentlicht 20.10.2025 15:26:53
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. remove_inode_single_folio will unmap the folio if the folio is still mapped. Howe...

  • EPSS 0.03%
  • Veröffentlicht 20.10.2025 15:26:53
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: netfs: fix reference leak Commit 20d72b00ca81 ("netfs: Fix the request's work item to not require a ref") modified netfs_alloc_request() to initialize the reference counter to 2 in...

  • EPSS 0.03%
  • Veröffentlicht 20.10.2025 15:26:52
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: spi: cadence-quadspi: Implement refcount to handle unbind during busy driver support indirect read and indirect write operation with assumption no force device removal(unbind) oper...

  • EPSS 0.03%
  • Veröffentlicht 20.10.2025 05:26:08
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix buffer overflow in USB transport layer A buffer overflow vulnerability exists in the USB 9pfs transport layer where inconsistent size validation between packet header p...

  • EPSS 0.03%
  • Veröffentlicht 18.10.2025 08:03:23
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: Fix use-after-free caused by cyclic delayed work The origin code calls cancel_delayed_work() in ocelot_stats_deinit() to cancel the cyclic delayed work item ocel...

  • EPSS 0.03%
  • Veröffentlicht 18.10.2025 08:03:22
  • Zuletzt bearbeitet 21.10.2025 19:31:25

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix use-after-free in tb_dp_dprx_work The original code relies on cancel_delayed_work() in tb_dp_dprx_stop(), which does not ensure that the delayed work item tunnel->...