Linux

Linux

5635 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 29.07.2024 15:15:13
  • Last modified 09.10.2025 18:07:20

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix XDP program unloading while removing the driver The commit 6533e558c650 ("i40e: Fix reset path while removing the driver") introduced a new PF state "__I40E_IN_REMOVE" to...

  • EPSS 0.02%
  • Published 29.07.2024 15:15:13
  • Last modified 25.09.2025 20:03:17

In the Linux kernel, the following vulnerability has been resolved: cachefiles: cyclic allocation of msg_id to avoid reuse Reusing the msg_id after a maliciously completed reopen request may cause a read request to remain unprocessed and result in ...

  • EPSS 0.02%
  • Published 29.07.2024 15:15:13
  • Last modified 25.09.2025 19:49:59

In the Linux kernel, the following vulnerability has been resolved: cachefiles: wait for ondemand_object_worker to finish when dropping object When queuing ondemand_object_worker() to re-open the object, cachefiles_object is not pinned. The cachefi...

  • EPSS 0.01%
  • Published 29.07.2024 15:15:13
  • Last modified 07.10.2025 12:52:15

In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files Use strnlen() instead of strlen() on the algorithm and coefficient name string arrays in V1 wmfw files. In V1 wmfw ...

  • EPSS 0.01%
  • Published 29.07.2024 15:15:12
  • Last modified 07.10.2025 16:36:53

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor Syzbot has identified a bug in usbcore (see the Closes: tag below) caused by our assumption that t...

  • EPSS 0.01%
  • Published 29.07.2024 15:15:12
  • Last modified 09.10.2025 18:19:49

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%
  • Published 29.07.2024 15:15:12
  • Last modified 25.09.2025 20:04:42

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%
  • Published 29.07.2024 15:15:12
  • Last modified 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%
  • Published 29.07.2024 15:15:12
  • Last modified 09.10.2025 18:19:35

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%
  • Published 29.07.2024 15:15:12
  • Last modified 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...