Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:36
  • Zuletzt bearbeitet 13.11.2025 18:42:35

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3 fix use-after-free at workaround 2 BUG: KFENCE: use-after-free read in __list_del_entry_valid+0x10/0xac cdns3_wa2_remove_old_request() { ... kfree(priv_req->request.b...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:35
  • Zuletzt bearbeitet 13.11.2025 18:42:15

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohci_hcd_ppc_of_probe(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put(...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:01:34
  • Zuletzt bearbeitet 11.08.2025 16:15:28

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:01:34
  • Zuletzt bearbeitet 13.11.2025 19:31:38

In the Linux kernel, the following vulnerability has been resolved: usb: renesas: Fix refcount leak bug In usbhs_rza1_hardware_init(), of_find_node_by_name() will return a node pointer with refcount incremented. We should use of_node_put() when it ...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:01:33
  • Zuletzt bearbeitet 13.11.2025 19:31:31

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input Malformed user input to debugfs results in buffer overflow crashes. Adapt input string lengths to ...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:01:32
  • Zuletzt bearbeitet 13.11.2025 19:31:20

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: dont disable gcc_sleep_clk_src Once the usb sleep clocks are disabled, clock framework is trying to disable the sleep clock source also. However, it seems that...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:01:31
  • Zuletzt bearbeitet 13.11.2025 19:30:52

In the Linux kernel, the following vulnerability has been resolved: gadgetfs: ep_io - wait until IRQ finishes after usb_ep_queue() if wait_for_completion_interruptible() is interrupted we need to wait until IRQ gets finished. Otherwise complete() ...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:01:30
  • Zuletzt bearbeitet 13.11.2025 19:29:41

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE There is no corresponding free routine if lpfc_sli4_issue_wqe fails to issue the CMF WQE in lpfc_issue_cmf_sync_w...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:01:29
  • Zuletzt bearbeitet 13.11.2025 19:29:33

In the Linux kernel, the following vulnerability has been resolved: habanalabs/gaudi: fix shift out of bounds When validating NIC queues, queue offset calculation must be performed only for NIC queues.

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:28
  • Zuletzt bearbeitet 13.11.2025 19:28:44

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix a memory leak in an error handling path A bitmap_zalloc() must be balanced by a corresponding bitmap_free() in the error handling path of afu_allocate_irqs().