Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 21.10.2024 20:15:10
  • Last modified 25.10.2024 16:03:41

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free during gpu recovery [Why] [ 754.862560] refcount_t: underflow; use-after-free. [ 754.862898] Call Trace: [ 754.862903] <TASK> [ ...

  • EPSS 0.05%
  • Published 21.10.2024 20:15:09
  • Last modified 25.10.2024 21:22:10

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Fix NULL sring after live migration A NAPI is setup for each network sring to poll data to kernel The sring with source host is destroyed before live migration and ne...

  • EPSS 0.07%
  • Published 21.10.2024 20:15:09
  • Last modified 25.10.2024 15:24:22

In the Linux kernel, the following vulnerability has been resolved: af_unix: Get user_ns from in_skb in unix_diag_get_exact(). Wei Chen reported a NULL deref in sk_user_ns() [0][1], and Paolo diagnosed the root cause: in unix_diag_get_exact(), the ...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:09
  • Last modified 25.10.2024 15:23:38

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix not cleanup led when bt_init fails bt_init() calls bt_leds_init() to register led, but if it fails later, bt_leds_cleanup() is not called to unregister it. This can...

  • EPSS 0.05%
  • Published 21.10.2024 20:15:09
  • Last modified 25.10.2024 15:22:33

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add() Kernel fault injection test reports null-ptr-deref as follows: BUG: kernel NULL pointer dereference, address: 00000000...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:09
  • Last modified 25.10.2024 15:35:54

In the Linux kernel, the following vulnerability has been resolved: gpio: amd8111: Fix PCI device reference count leak for_each_pci_dev() is implemented by pci_get_device(). The comment of pci_get_device() says that it will increase the reference c...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:09
  • Last modified 25.10.2024 15:25:54

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: fix using __this_cpu_add in preemptible Currently in nf_conntrack_hash_check_insert(), when it fails in nf_ct_ext_valid_pre/post(), NF_CT_STAT_INC() will be c...

  • EPSS 0.07%
  • Published 21.10.2024 20:15:09
  • Last modified 25.10.2024 18:48:57

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix memory leak in gpiochip_setup_dev() Here is a backtrace report about memory leak detected in gpiochip_setup_dev(): unreferenced object 0xffff88810b406400 (size 512): ...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:09
  • Last modified 25.10.2024 18:47:40

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable_offload: fix using __this_cpu_add in preemptible flow_offload_queue_work() can be called in workqueue without bh disabled, like the call trace showed in my act...

  • EPSS 0.07%
  • Published 21.10.2024 20:15:09
  • Last modified 25.10.2024 18:47:07

In the Linux kernel, the following vulnerability has been resolved: can: af_can: fix NULL pointer dereference in can_rcv_filter Analogue to commit 8aa59e355949 ("can: af_can: fix NULL pointer dereference in can_rx_register()") we need to check for ...