Linux

Linux

7676 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: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.01%
  • 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.01%
  • 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 ...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:01:50
  • Zuletzt bearbeitet 24.11.2025 20:05:04

In the Linux kernel, the following vulnerability has been resolved: drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init() If vp alloc failed in qlcnic_sriov_init(), all previously allocated vp needs to be freed.

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:01:47
  • Zuletzt bearbeitet 25.11.2025 14:42:06

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix use-after-free on source server when doing inter-server copy Use-after-free occurred when the laundromat tried to free expired cpntf_state entry on the s2s_cp_stateids li...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:01:45
  • Zuletzt bearbeitet 24.11.2025 17:25:46

In the Linux kernel, the following vulnerability has been resolved: android: binder: stop saving a pointer to the VMA Do not record a pointer to a VMA outside of the mmap_lock for later use. This is unsafe and there are a number of failure paths *...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:01:43
  • Zuletzt bearbeitet 24.11.2025 17:26:12

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix writes in read-only memory region This commit fixes a kernel oops because of a write in some read-only memory: [ 9.068287] Unable to handle kernel write to ...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:01:42
  • Zuletzt bearbeitet 24.11.2025 17:35:33

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix crash on isr after kexec() If the system is rebooted via isr(), the IRQ handler might be triggered before the domain is initialized. Resulting on an invalid mem...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:01:41
  • Zuletzt bearbeitet 24.11.2025 17:41:12

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READDIR Restore the previous limit on the @count argument to prevent a buffer overflow attack.