Linux

Linux Kernel

13303 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:09:37
  • Zuletzt bearbeitet 07.11.2025 18:53:12

In the Linux kernel, the following vulnerability has been resolved: net: ena: Fix error handling in ena_init() The ena_init() won't destroy workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. Call destroy_workque...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:36
  • Zuletzt bearbeitet 07.11.2025 19:03:32

In the Linux kernel, the following vulnerability has been resolved: drbd: use after free in drbd_create_device() The drbd_destroy_connection() frees the "connection" so use the _safe() iterator to prevent a use after free.

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:36
  • Zuletzt bearbeitet 07.11.2025 18:54:04

In the Linux kernel, the following vulnerability has been resolved: bridge: switchdev: Fix memory leaks when changing VLAN protocol The bridge driver can offload VLANs to the underlying hardware either via switchdev or the 8021q driver. When the fo...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:35
  • Zuletzt bearbeitet 07.11.2025 19:31:03

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing xas_retry() calls in xarray iteration netfslib has a number of places in which it performs iteration of an xarray whilst being under the RCU read lock. It *shou...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:34
  • Zuletzt bearbeitet 07.11.2025 19:20:39

In the Linux kernel, the following vulnerability has been resolved: net: dsa: don't leak tagger-owned storage on switch driver unbind In the initial commit dc452a471dba ("net: dsa: introduce tagger-owned storage for private and shared data"), we ha...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:34
  • Zuletzt bearbeitet 07.11.2025 19:37:53

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25_lapb_receive_frame() x25_lapb_receive_frame() using skb_copy() to get a private copy of skb, the new skb should be freed in the undersized/fragmented s...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:33
  • Zuletzt bearbeitet 07.11.2025 19:20:34

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a memory leak in nvmet_auth_set_key When changing dhchap secrets we need to release the old secrets as well. kmemleak complaint: -- unreferenced object 0xffff8c7f44ed81...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:32
  • Zuletzt bearbeitet 07.11.2025 19:20:17

In the Linux kernel, the following vulnerability has been resolved: net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init() lan966x_stats_init() calls create_singlethread_workqueue() and not checked the ret value, which may return NULL. ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:32
  • Zuletzt bearbeitet 07.11.2025 19:20:28

In the Linux kernel, the following vulnerability has been resolved: net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() and sparx5_start() sparx_stats_init() calls create_singlethread_workqueue() and not checked the ret value...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:31
  • Zuletzt bearbeitet 07.11.2025 19:20:12

In the Linux kernel, the following vulnerability has been resolved: s390: avoid using global register for current_stack_pointer Commit 30de14b1884b ("s390: current_stack_pointer shouldn't be a function") made current_stack_pointer a global register...