Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 22:17:25

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Fix deadlock with the SPI chip variant When SMP is enabled and spinlocks are actually functional then there is a deadlock with the 'statelock' spinlock between ks8851_...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 21.11.2024 09:32:06

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: fix null deref on system suspend entry When system enters suspend with an active stream, SOF core calls hw_params_upon_resume(). On Intel platforms with HDA ...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 22:17:26

In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers Check that all fields of a V2 algorithm header fit into the available firmware data buffer. The wmfw V2 for...

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 22:17:26

In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Fix overflow checking of wmfw header Fix the checking that firmware file buffer is large enough for the wmfw header, to prevent overrunning the buffer. The origi...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 22:17:26

In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix UAF when resolving a clash KASAN reports the following UAF: BUG: KASAN: slab-use-after-free in tcf_ct_flow_table_process_conn+0x12b/0x380 [act_ct] Read of size 1 ...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 22:17:27

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). syzkaller triggered the warning [0] in udp_v4_early_demux(). In udp_v[46]_early_demux() and sk_lookup(), we do not touch the ...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 22:17:27

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: prefer nft_chain_validate nft_chain_validate already performs loop detection because a cycle will result in a call stack overflow (ctx->level >= NFT_JUMP_STAC...

  • EPSS 0.04%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 25.09.2025 20:04:09

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: drop bogus WARN_ON Happens when rules get flushed/deleted while packet is out, so remove this WARN_ON. This WARN exists in one form or another since v4...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 22:17:27

In the Linux kernel, the following vulnerability has been resolved: ppp: reject claimed-as-LCP but actually malformed packets Since 'ppp_async_encode()' assumes valid LCP packets (with code from 1 to 7 inclusive), add 'ppp_check_packet()' to ensure...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 15:15:12
  • Zuletzt bearbeitet 25.09.2025 20:03:33

In the Linux kernel, the following vulnerability has been resolved: bpf: Defer work in bpf_timer_cancel_and_free Currently, the same case as previous patch (two timer callbacks trying to cancel each other) can be invoked through bpf_map_update_elem...