Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 21.05.2024 15:15:18
  • Last modified 12.05.2025 20:00:28

In the Linux kernel, the following vulnerability has been resolved: dma-buf/sync_file: Don't leak fences on merge failure Each add_fence() call does a dma_fence_get() on the relevant fence. In the error path, we weren't calling dma_fence_put() so ...

  • EPSS 0.1%
  • Published 21.05.2024 15:15:18
  • Last modified 26.12.2024 18:43:39

In the Linux kernel, the following vulnerability has been resolved: net: fddi: fix UAF in fza_probe fp is netdev private data and it cannot be used after free_netdev() call. Using fp after free_netdev() can cause UAF bug. Fix it by moving free_netd...

  • EPSS 0.02%
  • Published 21.05.2024 15:15:18
  • Last modified 26.12.2024 18:44:19

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL deref in cifs_compose_mount_options() The optional @ref parameter might contain an NULL node_name, so prevent dereferencing it in cifs_compose_mount_options(). ...

  • EPSS 0.07%
  • Published 21.05.2024 15:15:18
  • Last modified 02.04.2025 14:42:22

In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix array index out of bound exception Fix array index out of bound exception in fc_rport_prli_resp().

  • EPSS 0.01%
  • Published 21.05.2024 15:15:18
  • Last modified 26.12.2024 18:44:48

In the Linux kernel, the following vulnerability has been resolved: net: validate lwtstate->data before returning from skb_tunnel_info() skb_tunnel_info() returns pointer of lwtstate->data as ip_tunnel_info type without validation. lwtstate->data c...

  • EPSS 0.02%
  • Published 21.05.2024 15:15:18
  • Last modified 26.12.2024 19:50:22

In the Linux kernel, the following vulnerability has been resolved: net: ti: fix UAF in tlan_remove_one priv is netdev private data and it cannot be used after free_netdev() call. Using priv after free_netdev() can cause UAF bug. Fix it by moving f...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:18
  • Last modified 26.12.2024 19:50:44

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emac_remove adpt is netdev private data and it cannot be used after free_netdev() call. Using adpt after free_netdev() can cause UAF bug. Fix it by movin...

  • EPSS 0.05%
  • Published 21.05.2024 15:15:18
  • Last modified 02.04.2025 14:40:49

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix dereference of null pointer flow In the case where chain->flags & NFT_CHAIN_HW_OFFLOAD is false then nft_flow_rule_create is not called and flow is NULL. ...

  • EPSS 0.1%
  • Published 21.05.2024 15:15:18
  • Last modified 02.04.2025 14:40:39

In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_init It's a classic example of memleak, we allocate something, we fail and never free the resources. Make sure we free all...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:18
  • Last modified 24.12.2024 16:38:21

In the Linux kernel, the following vulnerability has been resolved: memory: fsl_ifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed a...