Linux

Linux

11868 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:53
  • Zuletzt bearbeitet 17.08.2026 06:19:51

In the Linux kernel, the following vulnerability has been resolved: net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister() syzbot reported a memory leak [1] in the UDP tunnel NIC offload code. When device registration fails (e.g. in regis...

  • EPSS 0.16%
  • Veröffentlicht 15.08.2026 12:27:52
  • Zuletzt bearbeitet 17.08.2026 06:19:51

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio_queue ENOMEM in writeback by adding a mempool Fix the handling of folio_queue allocation failure in writeback by adding a mempool and passing in gfp_t flags to the...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:52
  • Zuletzt bearbeitet 17.08.2026 06:19:51

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: clear iso_data always when detaching conn from hcon When setting conn->hcon = NULL, also conn->hcon->iso_data = NULL is necessary, otherwise later iso_conn_free() w...

  • EPSS 0.26%
  • Veröffentlicht 15.08.2026 12:27:51
  • Zuletzt bearbeitet 19.08.2026 17:21:09

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rsp l2cap_le_connect_rsp() obtains a channel via __l2cap_get_chan_by_ident() but neither holds a reference nor uses l2cap_chan_hold_un...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:50
  • Zuletzt bearbeitet 17.08.2026 06:19:51

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in iso_sock_getname Accessing iso_pi(sk)->conn requires lock_sock, which is not held here. Fix by adding the lock/release.

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:50
  • Zuletzt bearbeitet 17.08.2026 06:19:50

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in iso_connect_ind Accessing iso_pi(sk)->conn requires lock_sock, which is not taken in the "ev3" part of iso_connect_ind. It may also be NULL if socket ha...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:49
  • Zuletzt bearbeitet 17.08.2026 06:19:50

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in iso_conn_ready sk deref in iso_conn_ready must be done either under conn->lock, or holding a refcount, to avoid concurrent close. conn->sk is cu...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:49
  • Zuletzt bearbeitet 17.08.2026 06:19:50

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix leaking sk after socket release iso_sock_kill() tests !sock_flag(sk, SOCK_ZAPPED) || sk->sk_socket || sock_flag(sk, SOCK_DEAD) for early return, but this is alw...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:48
  • Zuletzt bearbeitet 17.08.2026 06:19:50

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid deadlocks in iso_sock_timeout iso_sock_timeout() takes lock_sock, so sync disabling the timer while holding that lock may deadlock. iso_sock_timeout() may al...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 12:27:47
  • Zuletzt bearbeitet 17.08.2026 06:19:50

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of iso_conn iso_conn_del() and iso_chan_del() have a race that results to double-put of iso_conn: [Task hdev->workqueue] [Task 2] i...