Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 13:32:58
  • Zuletzt bearbeitet 11.12.2025 18:19:41

In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown lpuart_dma_shutdown tears down lpuart dma, but lpuart_flush_buffer can still occur which in turn tries t...

  • EPSS 0.01%
  • Veröffentlicht 17.09.2025 14:56:56
  • Zuletzt bearbeitet 11.12.2025 18:19:49

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race issue between cpu buffer write and swap Warning happened in rb_end_commit() at code: if (RB_WARN_ON(cpu_buffer, !local_read(&cpu_buffer->committing))) WARNING...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:55
  • Zuletzt bearbeitet 11.12.2025 18:19:54

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: fix mem leak in capture user mappings This commit fixes a memory leak caused when clearing the user_mappings info when a new context is opened immediately after u...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:54
  • Zuletzt bearbeitet 11.12.2025 18:20:15

In the Linux kernel, the following vulnerability has been resolved: block: be a bit more careful in checking for NULL bdev while polling Wei reports a crash with an application using polled IO: PGD 14265e067 P4D 14265e067 PUD 47ec50067 PMD 0 Oops:...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:53
  • Zuletzt bearbeitet 11.12.2025 19:29:13

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: better fix null deref with partial DT Two versions of the original patch were sent but V1 was merged instead of V2 due to a mistake. So update to V2. The advan...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:53
  • Zuletzt bearbeitet 12.12.2025 16:24:05

In the Linux kernel, the following vulnerability has been resolved: ip6mr: Fix skb_under_panic in ip6mr_cache_report() skbuff: skb_under_panic: text:ffffffff88771f69 len:56 put:-4 head:ffff88805f86a800 data:ffff887f5f86a850 tail:0x88 end:0x2c0 dev...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:52
  • Zuletzt bearbeitet 12.12.2025 16:26:30

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix use-after-free in pci_bus_release_domain_nr() Commit c14f7ccc9f5d ("PCI: Assign PCI domain IDs by ida_alloc()") introduced a use-after-free bug in the bus removal cleanup....

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:51
  • Zuletzt bearbeitet 12.12.2025 16:27:52

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: don't assume child devices are all fsl-mc devices Changes in VFIO caused a pseudo-device to be created as child of fsl-mc devices causing a crash [1] when trying to bi...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:50
  • Zuletzt bearbeitet 11.12.2025 19:30:57

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READ_PLUS (again) I found that the read code might send multiple requests using the same nfs_pgio_header, but nfs4_proc_read_setup() is only ca...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:50
  • Zuletzt bearbeitet 12.12.2025 16:28:31

In the Linux kernel, the following vulnerability has been resolved: LoongArch: mm: Add p?d_leaf() definitions When I do LTP test, LTP test case ksm06 caused panic at break_ksm_pmd_entry -> pmd_leaf (Huge page table but False) -> pte_present ...