Linux

Linux

6776 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:41
  • Zuletzt bearbeitet 10.11.2025 20:57:06

In the Linux kernel, the following vulnerability has been resolved: octeon_ep: fix potential memory leak in octep_device_setup() When occur unsupported_dev and mbox init errors, it did not free oct->conf and iounmap() oct->mmio[i].hw_addr. That wou...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:40
  • Zuletzt bearbeitet 07.11.2025 18:43:37

In the Linux kernel, the following vulnerability has been resolved: net: mhi: Fix memory leak in mhi_net_dellink() MHI driver registers network device without setting the needs_free_netdev flag, and does NOT call free_netdev() when unregisters netw...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:40
  • Zuletzt bearbeitet 10.11.2025 20:58:25

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of put_device() in mISDN_register_device() We should not release reference by put_device() before calling device_initialize().

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:39
  • Zuletzt bearbeitet 07.11.2025 18:50:07

In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing xas_retry() in fscache mode The xarray iteration only holds the RCU read lock and thus may encounter XA_RETRY_ENTRY if there's process modifying the xarray concu...

  • EPSS -
  • Veröffentlicht 01.05.2025 14:09:39
  • Zuletzt bearbeitet 02.05.2025 06:15:47

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:38
  • Zuletzt bearbeitet 07.11.2025 18:51:24

In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on sk_receive_queue sk->sk_receive_queue is protected by skb queue lock, but for KCM sockets its RX path takes mux->rx_lock to protect more than just skb...

  • 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...