Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • 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.02%
  • 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...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:00
  • Zuletzt bearbeitet 01.10.2025 15:15:36

In the Linux kernel, the following vulnerability has been resolved: net: sched: Fix use after free in red_enqueue() We can't use "skb" again after passing it to qdisc_enqueue(). This is basically identical to commit 2f09707d0c97 ("sch_sfb: Also st...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:10:59
  • Zuletzt bearbeitet 01.10.2025 15:15:35

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: netlink notifier might race to release objects commit release path is invoked via call_rcu and it runs lockless to release the objects after rcu grace period....