Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 05.11.2024 18:15:16
  • Zuletzt bearbeitet 07.04.2025 09:15:16

In the Linux kernel, the following vulnerability has been resolved: reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC data->asserted will be NULL on JH7110 SoC since commit 82327b127d41 ("reset: starfive: Add StarFive JH7110 res...

  • EPSS 0.02%
  • Veröffentlicht 05.11.2024 18:15:16
  • Zuletzt bearbeitet 03.11.2025 23:16:54

In the Linux kernel, the following vulnerability has been resolved: bpf: Use raw_spinlock_t in ringbuf The function __bpf_ringbuf_reserve is invoked from a tracepoint, which disables preemption. Using spinlock_t in this context can lead to a "sleep...

  • EPSS 0.04%
  • Veröffentlicht 05.11.2024 18:15:15
  • Zuletzt bearbeitet 30.01.2026 20:39:44

In the Linux kernel, the following vulnerability has been resolved: smb: client: Handle kstrdup failures for passwords In smb3_reconfigure(), after duplicating ctx->password and ctx->password2 with kstrdup(), we need to check for allocation failure...

  • EPSS 0.02%
  • Veröffentlicht 05.11.2024 18:15:15
  • Zuletzt bearbeitet 03.11.2025 21:17:00

In the Linux kernel, the following vulnerability has been resolved: nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net In the normal case, when we excute `echo 0 > /proc/fs/nfsd/threads`, the function `nfs4_state_destroy_net...

  • EPSS 0.03%
  • Veröffentlicht 05.11.2024 18:15:15
  • Zuletzt bearbeitet 01.10.2025 21:15:50

In the Linux kernel, the following vulnerability has been resolved: PCI: Hold rescan lock while adding devices during host probe Since adding the PCI power control code, we may end up with a race between the pwrctl platform device rescanning the bu...

  • EPSS 0.07%
  • Veröffentlicht 05.11.2024 18:15:15
  • Zuletzt bearbeitet 01.10.2025 21:15:50

In the Linux kernel, the following vulnerability has been resolved: bpf: Add the missing BPF_LINK_TYPE invocation for sockmap There is an out-of-bounds read in bpf_link_show_fdinfo() for the sockmap link fd. Fix it by adding the missing BPF_LINK_TY...

  • EPSS 0.02%
  • Veröffentlicht 05.11.2024 18:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:52

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix UAF on iso_sock_timeout conn->sk maybe have been unlinked/freed while waiting for iso_conn_lock so this checks if the conn->sk is still valid by checking if it ...

  • EPSS 0.02%
  • Veröffentlicht 05.11.2024 18:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:52

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on sco_sock_timeout conn->sk maybe have been unlinked/freed while waiting for sco_conn_lock so this checks if the conn->sk is still valid by checking if it ...

  • EPSS 0.02%
  • Veröffentlicht 05.11.2024 18:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:52

In the Linux kernel, the following vulnerability has been resolved: net: sched: use RCU read-side critical section in taprio_dump() Fix possible use-after-free in 'taprio_dump()' by adding RCU read-side critical section there. Never seen on x86 but...

  • EPSS 0.02%
  • Veröffentlicht 05.11.2024 18:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:53

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix use-after-free in taprio_change() In 'taprio_change()', 'admin' pointer may become dangling due to sched switch / removal caused by 'advance_sched()', and critical ...