Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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...

  • EPSS 0%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 12.05.2025 20:00:08

In the Linux kernel, the following vulnerability has been resolved: memory: fsl_ifc: fix leak of IO mapping on probe failure On probe error the driver should unmap the IO memory. Smatch reports: drivers/memory/fsl_ifc.c:298 fsl_ifc_ctrl_probe()...

  • EPSS 0.05%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 24.12.2024 16:28:58

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svc_encode_getaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and d_really_is_positive(dentry)...

  • EPSS 0.08%
  • Veröffentlicht 21.05.2024 15:15:17
  • Zuletzt bearbeitet 23.12.2024 16:47:17

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL dereference on XCOPY completion CPU affinity control added with commit 39ae3edda325 ("scsi: target: core: Make completion affinity configurable") makes targe...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:17
  • Zuletzt bearbeitet 23.12.2024 16:47:57

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions While running the self-tests on a KASAN enabled kernel, I observed a slab-out-of-bounds splat very similar to the o...