Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 27.12.2024 14:15:27
  • Last modified 03.11.2025 21:17:39

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix use-after-free of slot->bus on hot remove Dennis reports a boot crash on recent Lenovo laptops with a USB4 dock. Since commit 0fc70886569c ("thunderbolt: Reset USB4 v2 ho...

  • EPSS 0.03%
  • Published 27.12.2024 14:15:27
  • Last modified 08.10.2025 14:07:06

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Get rid of userspace_irqchip_in_use Improper use of userspace_irqchip_in_use led to syzbot hitting the following WARN_ON() in kvm_timer_update_irq(): WARNING: CPU: 0 P...

  • EPSS 0.04%
  • Published 27.12.2024 14:15:27
  • Last modified 03.11.2025 21:17:40

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Don't retire aborted MMIO instruction Returning an abort to the guest for an unsupported MMIO access is a documented feature of the KVM UAPI. Nevertheless, it's clear t...

Warning Media report
  • EPSS 1.8%
  • Published 27.12.2024 14:15:27
  • Last modified 04.11.2025 16:47:12

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices A bogus device can provide a bNumConfigurations value that exceeds the initial value used in usb_ge...

  • EPSS 0.03%
  • Published 27.12.2024 14:15:27
  • Last modified 03.11.2025 21:17:40

In the Linux kernel, the following vulnerability has been resolved: xen: Fix the issue of resource not being properly released in xenbus_dev_probe() This patch fixes an issue in the function xenbus_dev_probe(). In the xenbus_dev_probe() function, w...

  • EPSS 0.03%
  • Published 27.12.2024 14:15:27
  • Last modified 01.10.2025 20:17:19

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-audmix: Add NULL check in imx_audmix_probe devm_kasprintf() can return a NULL pointer on failure,but this returned value in imx_audmix_probe() is not checked. Add NULL ch...

  • EPSS 0.04%
  • Published 27.12.2024 14:15:27
  • Last modified 01.10.2025 20:17:20

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp This commit addresses a null pointer dereference issue in hwss_setup_dpp(). The issue could occur when p...

  • EPSS 0.03%
  • Published 27.12.2024 14:15:27
  • Last modified 01.10.2025 20:17:20

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe This commit addresses a null pointer dereference issue in dcn20_program_pipe(). Previously, commit 8...

  • EPSS 0.04%
  • Published 27.12.2024 14:15:27
  • Last modified 01.10.2025 20:17:20

In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Fix possible resource leak in fw_log_firmware_info() The alg instance should be released under the exception path, otherwise there may be resource leak here. To m...

  • EPSS 0.04%
  • Published 27.12.2024 14:15:26
  • Last modified 10.02.2025 18:15:28

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in SMB request handling A race condition exists between SMB request handling in `ksmbd_conn_handler_loop()` and the freeing of `ksmbd_conn` in the workque...