Linux

Linux

6442 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:02:30
  • Zuletzt bearbeitet 26.11.2025 16:25:58

In the Linux kernel, the following vulnerability has been resolved: igb: Do not free q_vector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc() fails, q_vector will be freed but left in th...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:02:12
  • Zuletzt bearbeitet 26.11.2025 16:25:52

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: 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:02:10
  • Zuletzt bearbeitet 25.11.2025 14:40:20

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix use_count leakage when handling boot-on I found a use_count leakage towards supply regulator of rdev with boot-on option. ┌───────────────────┐ ┌───...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:02:09
  • Zuletzt bearbeitet 25.11.2025 14:40:36

In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in of_get_ddr_timings() We should add the of_node_put() when breaking out of for_each_child_of_node() as it will automatically increase and decrea...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:02:07
  • Zuletzt bearbeitet 25.11.2025 14:41:11

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double free on tx path. We see kernel crashes and lockups and KASAN errors related to ax210 firmware crashes. One of the KASAN dumps pointed at the tx path...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:02:06
  • Zuletzt bearbeitet 24.11.2025 19:57:15

In the Linux kernel, the following vulnerability has been resolved: usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irq Can not set the @shared_hcd to NULL before decrease the usage count by usb_put_hcd(), this will cause the share...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:02:04
  • Zuletzt bearbeitet 24.11.2025 19:57:47

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpci_register_port() I got the following report while doing device(mt6370-tcpc) load test with CONFIG_OF_UNITTEST and CONFIG_OF_DYN...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:02:03
  • Zuletzt bearbeitet 24.11.2025 19:58:44

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible UAF when kfifo_alloc() fails If kfifo_alloc() fails in mport_cdev_open(), goto err_fifo and just free priv. But priv is still in the chdev->file_list, then li...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:02:01
  • Zuletzt bearbeitet 24.11.2025 19:59:03

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() If device_register() fails in cxl_pci_afu|adapter(), the device is not added, device_unregister() can not be called i...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:01:52
  • Zuletzt bearbeitet 24.11.2025 20:04:28

In the Linux kernel, the following vulnerability has been resolved: sctp: handle the error returned from sctp_auth_asoc_init_active_key When it returns an error from sctp_auth_asoc_init_active_key(), the active_key is actually not updated. The old ...