Linux

Linux

5635 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Published 21.05.2024 15:15:19
  • Last modified 02.04.2025 14:33:00

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails arm_smmu_rpm_get() invokes pm_runtime_get_sync(), which increases the refcount of the "smmu" even thou...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:19
  • Last modified 02.04.2025 14:32:32

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraid_sas: Fix resource leak in case of probe failure The driver doesn't clean up all the allocated resources properly when scsi_add_host(), megasas_start_aen() function f...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:18
  • Last modified 12.05.2025 20:00:45

In the Linux kernel, the following vulnerability has been resolved: tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized This commit fixes a bug (found by syzkaller) that could cause spurious double-initializations for congestion control m...

  • EPSS 0%
  • 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.04%
  • 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.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 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.02%
  • Published 21.05.2024 15:15:17
  • Last modified 07.05.2025 17:51:27

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_skbmod: Skip non-Ethernet packets Currently tcf_skbmod_act() assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, fo...

  • EPSS 0.02%
  • Published 21.05.2024 15:15:17
  • Last modified 23.06.2025 20:19:04

In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 ("netrom: switch to sock timer API") switched to use sock timer API. It replaces mod_timer() by sk_reset_...