Linux

Linux

9647 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 1.16%
  • Veröffentlicht 21.05.2024 15:15:19
  • Zuletzt bearbeitet 02.04.2025 14:40:20

In the Linux kernel, the following vulnerability has been resolved: watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes...

  • EPSS 1.16%
  • Veröffentlicht 21.05.2024 15:15:19
  • Zuletzt bearbeitet 02.04.2025 14:39:35

In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix possible use-after-free in wdt_startup() This module's remove path calls del_timer(). However, that function does not wait until the timer handler finishes. This mean...

  • EPSS 0.26%
  • Veröffentlicht 21.05.2024 15:15:19
  • Zuletzt bearbeitet 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.26%
  • Veröffentlicht 21.05.2024 15:15:19
  • Zuletzt bearbeitet 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.24%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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.24%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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 1%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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.22%
  • 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.26%
  • 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.25%
  • 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()...