Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 22.08.2025 16:00:51
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid NULL dereference when RX problematic packet on unsupported 6 GHz band With a quite rare chance, RX report might be problematic to make SW think a packet is recei...

  • EPSS 0.04%
  • Published 22.08.2025 16:00:50
  • Last modified 28.08.2025 15:15:57

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Check device memory pointer before usage Add a NULL check before accessing device memory to prevent a crash if dev->dm allocation in mlx5_init_once() fails.

  • EPSS 0.02%
  • Published 22.08.2025 16:00:49
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac() Callers of wdev_chandef() must hold the wiphy mutex. But the worker cfg80211_propagate_cac_done_wk() never takes t...

  • EPSS 0.04%
  • Published 22.08.2025 16:00:49
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: reject TDLS operations when station is not associated syzbot triggered a WARN in ieee80211_tdls_oper() by sending NL80211_TDLS_ENABLE_LINK immediately after NL80211...

  • EPSS 0.02%
  • Published 22.08.2025 16:00:48
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix WARN_ON for monitor mode on some devices On devices without WANT_MONITOR_VIF (and probably without channel context support) we get a WARN_ON for changing the pe...

  • EPSS 0.03%
  • Published 22.08.2025 16:00:47
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: Fix potential NULL dereference on kmalloc failure Avoid potential NULL pointer dereference by checking the return value of kmalloc and handling allocation failure...

  • EPSS 0.03%
  • Published 22.08.2025 16:00:46
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable migration in nf_hook_run_bpf(). syzbot reported that the netfilter bpf prog can be called without migration disabled in xmit path. Then the assertion in __bpf_prog_ru...

  • EPSS 0.05%
  • Published 22.08.2025 16:00:45
  • Last modified 28.08.2025 15:15:56

In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_nfacct: don't assume acct name is null-terminated BUG: KASAN: slab-out-of-bounds in .. lib/vsprintf.c:721 Read of size 1 at addr ffff88801eac95c8 by task syz-executor...

  • EPSS 0.03%
  • Published 22.08.2025 16:00:44
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: ipv6: add a retry logic in net6_rt_notify() inet6_rt_notify() can be called under RCU protection only. This means the route could be changed concurrently and rt6_fill_node() could ...

  • EPSS 0.06%
  • Published 22.08.2025 16:00:43
  • Last modified 28.08.2025 15:15:56

In the Linux kernel, the following vulnerability has been resolved: clk: davinci: Add NULL check in davinci_lpsc_clk_register() devm_kasprintf() returns NULL when memory allocation fails. Currently, davinci_lpsc_clk_register() does not check for th...