Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 30.12.2025 12:11:26
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: net/net_failover: fix txq exceeding warning The failover txq is inited as 16 queues. when a packet is transmitted from the failover device firstly, the failover device will select ...

  • EPSS 0.02%
  • Veröffentlicht 30.12.2025 12:11:25
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization Commit c1af985d27da ("scsi: mpi3mr: Add Event acknowledgment logic") introduced an array mrioc->evtack_cmds but initiali...

  • EPSS 0.03%
  • Veröffentlicht 30.12.2025 12:11:25
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: PCI/DOE: Fix destroy_work_on_stack() race The following debug object splat was observed in testing: ODEBUG: free active (active state 0) object: 0000000097d23782 object type: wo...

  • EPSS 0.03%
  • Veröffentlicht 30.12.2025 12:11:24
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: avoid a NULL dereference with unsupported widgets If an IPC4 topology contains an unsupported widget, its .module_info field won't be set, then sof_ipc4_route_setup() wi...

  • EPSS 0.04%
  • Veröffentlicht 30.12.2025 12:11:23
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: m68k: Only force 030 bus error if PC not in exception table __get_kernel_nofault() does copy data in supervisor mode when forcing a task backtrace log through /proc/sysrq_trigger. ...

  • EPSS 0.05%
  • Veröffentlicht 30.12.2025 12:11:22
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: amba: bus: fix refcount leak commit 5de1540b7bc4 ("drivers/amba: create devices from device tree") increases the refcount of of_node, but not releases it in amba_device_release, so...

  • EPSS 0.03%
  • Veröffentlicht 30.12.2025 12:11:22
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix memory leak in wx_setup_rx_resources When wx_alloc_page_pool() failed in wx_setup_rx_resources(), it doesn't release DMA buffer. Add dma_free_coherent() in the erro...

  • EPSS 0.03%
  • Veröffentlicht 30.12.2025 12:11:21
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix registration of 6Ghz-only phy without the full channel range Because of what seems to be a typo, a 6Ghz-only phy for which the BDF does not allow the 7115Mhz chan...

  • EPSS 0.03%
  • Veröffentlicht 30.12.2025 12:11:20
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix tags leak when shrink nr_hw_queues Although we don't need to realloc set->tags[] when shrink nr_hw_queues, we need to free them. Or these tags will be leaked. How to r...

  • EPSS 0.03%
  • Veröffentlicht 30.12.2025 12:11:20
  • Zuletzt bearbeitet 31.12.2025 20:42:43

In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clk_register_clkdev() allocates memory by calling vclkdev_alloc() and this memory is not freed in the error path. Simil...