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 27.12.2024 15:15:25
  • Zuletzt bearbeitet 01.10.2025 20:17:36

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating The usage of rcu_read_(un)lock while inside list_for_each_entry_rcu is not safe since for the most part entries fe...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:25
  • Zuletzt bearbeitet 04.06.2025 13:15:25

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not defer rule destruction via call_rcu nf_tables_chain_destroy can sleep, it can't be used from call_rcu callbacks. Moreover, nf_tables_rule_release() is...

  • EPSS 0.02%
  • Veröffentlicht 27.12.2024 15:15:25
  • Zuletzt bearbeitet 01.10.2025 20:17:36

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips The 5760X (P7) chip's HW GRO/LRO interface is very similar to that of the previous generation (5750X or P5). Howeve...

  • EPSS 0.02%
  • Veröffentlicht 27.12.2024 15:15:25
  • Zuletzt bearbeitet 01.10.2025 20:17:37

In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Avoid WARN() for symlink errors Using WARN() for showing the error of symlink creations don't give more information than telling that something goes wrong, since the...

  • EPSS 0.02%
  • Veröffentlicht 27.12.2024 15:15:25
  • Zuletzt bearbeitet 03.11.2025 21:18:15

In the Linux kernel, the following vulnerability has been resolved: net: defer final 'struct net' free in netns dismantle Ilya reported a slab-use-after-free in dst_destroy [1] Issue is in xfrm6_net_init() and xfrm4_net_init() : They copy xfrm[46...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:25
  • Zuletzt bearbeitet 03.11.2025 21:18:15

In the Linux kernel, the following vulnerability has been resolved: net: lapb: increase LAPB_HEADER_LEN It is unclear if net/lapb code is supposed to be ready for 8021q. We can at least avoid crashes like the following : skbuff: skb_under_panic: ...

  • EPSS 0.02%
  • Veröffentlicht 27.12.2024 15:15:25
  • Zuletzt bearbeitet 03.11.2025 21:18:15

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, prevent potential error pointer dereference The dr_domain_add_vport_cap() function generally returns NULL on error but sometimes we want it to return ERR_PTR(-EBUSY) ...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:25
  • Zuletzt bearbeitet 03.11.2025 21:18:16

In the Linux kernel, the following vulnerability has been resolved: tipc: fix NULL deref in cleanup_bearer() syzbot found [1] that after blamed commit, ub->ubsock->sk was NULL when attempting the atomic_dec() : atomic_dec(&tipc_net(sock_net(ub->ub...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:24
  • Zuletzt bearbeitet 03.11.2025 21:18:13

In the Linux kernel, the following vulnerability has been resolved: dccp: Fix memory leak in dccp_feat_change_recv If dccp_feat_push_confirm() fails after new value for SP feature was accepted without reconciliation ('entry == NULL' branch), memory...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:24
  • Zuletzt bearbeitet 12.01.2026 13:10:13

In the Linux kernel, the following vulnerability has been resolved: net/ipv6: release expired exception dst cached in socket Dst objects get leaked in ip6_negative_advice() when this function is executed for an expired IPv6 route located in the exc...