Linux

Linux Kernel

12969 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:05
  • Zuletzt bearbeitet 03.12.2025 18:17:11

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix memory leak in vkms_init() A memory leak was reported after the vkms module install failed. unreferenced object 0xffff88810bc28520 (size 16): comm "modprobe", pid ...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:04
  • Zuletzt bearbeitet 03.12.2025 18:16:12

In the Linux kernel, the following vulnerability has been resolved: mmc: moxart: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked a...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:03
  • Zuletzt bearbeitet 03.12.2025 18:15:12

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsx_pci: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:02
  • Zuletzt bearbeitet 02.12.2025 19:27:30

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in kill_kprobe() In kill_kprobe(), the check whether disarm_kprobe_ftrace() needs to be called always fails. This is because before that we set...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:01
  • Zuletzt bearbeitet 03.12.2025 18:14:05

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm->rx_wait kcm->rx_psock can be read locklessly in kcm_rfree(). Annotate the read and writes accordingly. syzbot reported: BUG: KCSAN: data-race...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:00
  • Zuletzt bearbeitet 02.12.2025 19:22:11

In the Linux kernel, the following vulnerability has been resolved: clk: socfpga: Fix memory leak in socfpga_gate_init() Free @socfpga_clk and @ops on the error path to avoid memory leak issue.

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:20:59
  • Zuletzt bearbeitet 02.12.2025 19:21:08

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix memory leak when freeing IOTLBs After commit bda324fd037a ("vdpasim: control virtqueue support"), vdpasim->iommu became an array of IOTLB, so we should clean the mappi...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:20:58
  • Zuletzt bearbeitet 02.12.2025 19:20:01

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate BOOT record_size When the NTFS BOOT record_size field < 0, it represents a shift value. However, there is no sanity check on the shift result and the sbi->record...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:47
  • Zuletzt bearbeitet 02.12.2025 19:19:05

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in raw_get_next(). Dae R. Jeong reported a NULL deref in raw_get_next() [0]. It seems that the repro was running these sequences in parallel so that one thread...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:45
  • Zuletzt bearbeitet 02.12.2025 19:14:45

In the Linux kernel, the following vulnerability has been resolved: USB: uhci: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To make th...