Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 21.08.2024 07:15:04
  • Last modified 06.09.2024 14:23:03

In the Linux kernel, the following vulnerability has been resolved: tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer Driver's probe allocates memory for RX FIFO (port->rx_fifo) based on default RX FIFO depth, e.g. 16. Later ...

  • EPSS 0.02%
  • Published 21.08.2024 07:15:04
  • Last modified 06.09.2024 14:30:06

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free race condition for maps It is possible that in between calling fastrpc_map_get() until map->fl->lock is taken in fastrpc_free_map(), another threa...

  • EPSS 0.02%
  • Published 21.08.2024 07:15:04
  • Last modified 06.09.2024 14:44:16

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on creater_process and device_release Do not remove the map from the list on error path in fastrpc_init_create_process, instead call fastrpc_map_put...

  • EPSS 0.02%
  • Published 21.08.2024 07:15:04
  • Last modified 29.08.2024 02:42:02

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free and race in fastrpc_map_find Currently, there is a race window between the point when the mutex is unlocked in fastrpc_map_lookup and the referenc...

  • EPSS 0.02%
  • Published 21.08.2024 07:15:04
  • Last modified 04.09.2024 18:33:03

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211_tx_ba_session_handle_start() may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the ...

  • EPSS 0.04%
  • Published 21.08.2024 07:15:04
  • Last modified 29.08.2024 02:41:34

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix initialization of rx->link and rx->link_sta There are some codepaths that do not initialize rx->link_sta properly. This causes a crash in places which assume th...

  • EPSS 0.02%
  • Published 21.08.2024 07:15:04
  • Last modified 05.09.2024 17:47:28

In the Linux kernel, the following vulnerability has been resolved: f2fs: let's avoid panic if extent_tree is not created This patch avoids the below panic. pc : __lookup_extent_tree+0xd8/0x760 lr : f2fs_do_write_data_page+0x104/0x87c sp : ffffffc...

  • EPSS 0.02%
  • Published 21.08.2024 07:15:04
  • Last modified 29.08.2024 02:39:54

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: Fix driver shutdown on closed serdev The driver shutdown callback (which sends EDL_SOC_RESET to the device over serdev) should not be invoked when HCI device is...

  • EPSS 0.01%
  • Published 21.08.2024 07:15:04
  • Last modified 29.08.2024 02:39:34

In the Linux kernel, the following vulnerability has been resolved: efi: fix NULL-deref in init error path In cases where runtime services are not supported or have been disabled, the runtime services workqueue will never have been allocated. Do n...

  • EPSS 0.02%
  • Published 21.08.2024 07:15:04
  • Last modified 10.10.2025 13:48:53

In the Linux kernel, the following vulnerability has been resolved: platform/surface: aggregator: Add missing call to ssam_request_sync_free() Although rare, ssam_request_sync_init() can fail. In that case, the request should be freed via ssam_requ...