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 29.10.2024 01:15:04
  • Last modified 03.11.2025 23:16:47

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Call iso_exit() on module unload If iso_init() has been called, iso_exit() must be called on module unload. Without that, the struct proto that iso_init() registered wit...

  • EPSS 0.05%
  • Published 29.10.2024 01:15:04
  • Last modified 01.10.2025 21:15:44

In the Linux kernel, the following vulnerability has been resolved: io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work When the sqpoll is exiting and cancels pending work items, it may need to run task_work. If this happens f...

  • EPSS 0.07%
  • Published 28.10.2024 01:15:02
  • Last modified 03.11.2025 23:16:46

In the Linux kernel, the following vulnerability has been resolved: uprobe: avoid out-of-bounds memory access of fetching args Uprobe needs to fetch args into a percpu buffer, and then copy to ring buffer to avoid non-atomic context problem. Somet...

  • EPSS 0.04%
  • Published 23.10.2024 06:15:10
  • Last modified 07.03.2025 17:15:18

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix move_normal_pmd/retract_page_tables race In mremap(), move_page_tables() looks at the type of the PMD entry and the specified address range to figure out by which me...

  • EPSS 0.04%
  • Published 22.10.2024 08:15:02
  • Last modified 03.11.2025 22:16:32

In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: check cx23885_vdev_init() return cx23885_vdev_init() can return a NULL pointer, but that pointer is used in the next line without a check. Add a NULL pointer ...

  • EPSS 0.05%
  • Published 22.10.2024 08:15:02
  • Last modified 24.10.2024 03:53:16

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix possible NULL pointer dereference in send_acknowledge() Handle memory allocation failure from nci_skb_alloc() (calling alloc_skb()) to avoid possible NULL pointer der...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:18
  • Last modified 03.11.2025 23:16:45

In the Linux kernel, the following vulnerability has been resolved: ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remove due to race condition In the switchtec_ntb_add function, it can call switchtec_ntb_init_sndev functi...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:18
  • Last modified 03.11.2025 23:16:45

In the Linux kernel, the following vulnerability has been resolved: io_uring: check if we need to reschedule during overflow flush In terms of normal application usage, this list will always be empty. And if an application does overflow a bit, it'l...

  • EPSS 0.03%
  • Published 21.10.2024 20:15:18
  • Last modified 03.11.2025 20:16:35

In the Linux kernel, the following vulnerability has been resolved: i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition In the cdns_i3c_master_probe function, &master->hj_work is bound with cdns_i3c_m...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:18
  • Last modified 03.11.2025 23:16:46

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Avoid null pointer deref during path establishment For RTRS path establishment, RTRS client initiates and completes con_num of connections. After establishing all it...