Linux

Linux

7354 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: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....

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:58
  • Zuletzt bearbeitet 12.11.2025 15:59:39

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix WARNING in __ip_vs_cleanup_batch() During the initialization of ip_vs_conn_net_init(), if file ip_vs_conn or ip_vs_conn_sync fails to be created, the initialization is su...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:58
  • Zuletzt bearbeitet 01.10.2025 16:15:51

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: release flow rule object from commit path No need to postpone this to the commit release path, since no packets are walking over this object, this is accessed...