Linux

Linux

8956 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:14
  • Zuletzt bearbeitet 03.11.2025 22:17:30

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: wext: add extra SIOCSIWSCAN data check In 'cfg80211_wext_siwscan()', add extra check whether number of channels passed via 'ioctl(sock, SIOCSIWSCAN, ...)' doesn't e...

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

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%
  • Veröffentlicht 29.07.2024 15:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:28

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%
  • Veröffentlicht 29.07.2024 15:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:28

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.02%
  • Veröffentlicht 29.07.2024 15:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:28

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%
  • 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: 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.02%
  • 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...