Linux

Linux Kernel

12474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 08:15:05
  • Zuletzt bearbeitet 03.11.2025 23:16:00

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix missing cleanup on rollforward recovery error In an error injection test of a routine for mount-time recovery, KASAN found a use-after-free bug. It turned out that if ...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2024 08:15:05
  • Zuletzt bearbeitet 03.11.2025 23:16:00

In the Linux kernel, the following vulnerability has been resolved: ila: call nf_unregister_net_hooks() sooner syzbot found an use-after-free Read in ila_nf_input [1] Issue here is that ila_xlat_exit_net() frees the rhashtable, then call nf_unregi...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2024 08:15:05
  • Zuletzt bearbeitet 03.11.2025 23:16:01

In the Linux kernel, the following vulnerability has been resolved: tcp_bpf: fix return value of tcp_bpf_sendmsg() When we cork messages in psock->cork, the last message triggers the flushing will result in sending a sk_msg larger than the current ...

  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 08:15:05
  • Zuletzt bearbeitet 03.11.2025 23:16:01

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup Currently napi_disable() gets called during rxq and txq cleanup, even before napi is enabled and hrtimer is init...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2024 08:15:05
  • Zuletzt bearbeitet 20.11.2024 15:51:33

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use list_del_rcu() for SRCU protected list variable Chi Zhiling reported: We found a null pointer accessing in tracefs[1], the reason is that the variable 'ei_child' ...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2024 08:15:05
  • Zuletzt bearbeitet 26.09.2024 12:48:37

In the Linux kernel, the following vulnerability has been resolved: fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF The fscache_cookie_lru_timer is initialized when the fscache module is inserted, but is not deleted when th...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2024 08:15:05
  • Zuletzt bearbeitet 20.11.2024 15:33:08

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix checks for huge PMDs Patch series "userfaultfd: fix races around pmd_trans_huge() check", v2. The pmd_trans_huge() code in mfill_atomic() is wrong in three differ...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2024 08:15:05
  • Zuletzt bearbeitet 22.11.2024 16:59:50

In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Use a cpumask to know what threads are kthreads The start_kthread() and stop_thread() code was not always called with the interface_lock held. This means that the ...

  • EPSS 0.08%
  • Veröffentlicht 18.09.2024 08:15:05
  • Zuletzt bearbeitet 20.11.2024 17:27:03

In the Linux kernel, the following vulnerability has been resolved: mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook When enable CONFIG_MEMCG & CONFIG_KFENCE & CONFIG_KMEMLEAK, the following warning always occurs,This is because ...

  • EPSS 0.05%
  • Veröffentlicht 18.09.2024 08:15:04
  • Zuletzt bearbeitet 03.11.2025 20:16:31

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info() Instead of doing a BUG_ON() handle the error by returning -EUCLEAN, aborting the transaction and logging ...