Linux

Linux Kernel

13881 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:08
  • Zuletzt bearbeitet 01.10.2025 15:15:41

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Correctly move list in sc_disable() Commit 13bac861952a ("IB/hfi1: Fix abba locking issue with sc_disable()") incorrectly tries to move a list from one list head to anothe...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:11:07
  • Zuletzt bearbeitet 01.10.2025 15:15:39

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in free_mr_init() Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutex_init() first befor...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:06
  • Zuletzt bearbeitet 01.10.2025 15:15:39

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed There is a null-ptr-deref when xps sysfs alloc failed: BUG: KASAN: null-ptr-deref in sysfs_do_create_link_sd+0x40/0xd0 Re...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:11:06
  • Zuletzt bearbeitet 12.11.2025 15:57:34

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix mr leak in RESPST_ERR_RNR rxe_recheck_mr() will increase mr's ref_cnt, so we should call rxe_put(mr) to drop mr's ref_cnt in RESPST_ERR_RNR to avoid below warning: ...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:05
  • Zuletzt bearbeitet 01.10.2025 15:15:39

In the Linux kernel, the following vulnerability has been resolved: nfs4: Fix kmemleak when allocate slot failed If one of the slot allocate failed, should cleanup all the other allocated slots, otherwise, the allocated slots will leak: unrefere...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:04
  • Zuletzt bearbeitet 01.10.2025 15:15:38

In the Linux kernel, the following vulnerability has been resolved: net: dsa: Fix possible memory leaks in dsa_loop_init() kmemleak reported memory leaks in dsa_loop_init(): kmemleak: 12 new suspected memory leaks unreferenced object 0xffff888013...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:03
  • Zuletzt bearbeitet 01.10.2025 15:15:38

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: Fix potential memory leak in fdp_nci_send() fdp_nci_send() will call fdp_nci_i2c_write that will not free skb in the function. As a result, when fdp_nci_i2c_write() finis...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:03
  • Zuletzt bearbeitet 01.10.2025 15:15:38

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix null-ptr-deref in ib_core_cleanup() KASAN reported a null-ptr-deref error: KASAN: null-ptr-deref in range [0x0000000000000118-0x000000000000011f] CPU: 1 PID: 37...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:02
  • Zuletzt bearbeitet 01.10.2025 15:15:37

In the Linux kernel, the following vulnerability has been resolved: nfc: nxp-nci: Fix potential memory leak in nxp_nci_send() nxp_nci_send() will call nxp_nci_i2c_write(), and only free skb when nxp_nci_i2c_write() failed. However, even if the nxp_...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:01
  • Zuletzt bearbeitet 01.10.2025 15:15:37

In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() nfcmrvl_i2c_nci_send() will be called by nfcmrvl_nci_send(), and skb should be freed in nfcmrvl_i2c_nci_send(). Ho...