Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:16
  • Zuletzt bearbeitet 04.02.2026 16:57:36

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchip_clk_register_pll() If clk_register() fails, @pll->rate_table may have allocated memory by kmemdup(), so it needs to be freed, otherwise w...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:15
  • Zuletzt bearbeitet 04.02.2026 17:01:48

In the Linux kernel, the following vulnerability has been resolved: platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]() The ACPI buffer memory (out.pointer) returned by wmi_evaluate_method() is not freed after the call, so it leads to me...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:15
  • Zuletzt bearbeitet 04.02.2026 17:01:28

In the Linux kernel, the following vulnerability has been resolved: mcb: mcb-parse: fix error handing in chameleon_parse_gdd() If mcb_device_register() returns error in chameleon_parse_gdd(), the refcount of bus and device name are leaked. Fix this...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:14
  • Zuletzt bearbeitet 04.02.2026 17:02:13

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios() As comment of pci_get_class() says, it returns a pci_device with its refcount increased and decreased the refcoun...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:13
  • Zuletzt bearbeitet 04.02.2026 17:05:48

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix locking in pdc_iodc_print() firmware call Utilize pdc_lock spinlock to protect parallel modifications of the iodc_dbuf[] buffer, check length to prevent buffer overflow...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:13
  • Zuletzt bearbeitet 04.02.2026 17:02:29

In the Linux kernel, the following vulnerability has been resolved: nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure If creation or finalization of a checkpoint fails due to anomalies in the checkpoint metadata on disk, a ...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:19:12
  • Zuletzt bearbeitet 04.02.2026 17:10:21

In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: do not clobber swp_entry_t during THP split The following has been observed when running stressng mmap since commit b653db77350c ("mm: Clear page->private when spli...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:11
  • Zuletzt bearbeitet 04.02.2026 17:10:50

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix invalid derefence of sb_lvbptr I experience issues when putting a lkbsb on the stack and have sb_lvbptr field to a dangled pointer while not using DLM_LKF_VALBLK. It w...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:10
  • Zuletzt bearbeitet 04.02.2026 17:11:31

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_hid: fix refcount leak on error path When failing to allocate report_desc, opts->refcnt has already been incremented so it needs to be decremented to avoid leaving t...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:10
  • Zuletzt bearbeitet 04.02.2026 17:11:05

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue() If construction of the array of work queues to handle hpd_rx_irq offload work fails, we need to unwind. Destroy all the...