Linux

Linux Kernel

14022 Schwachstellen gefunden.

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

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix conn use after free during resets If we haven't done a unbind target call we can race where iscsi_conn_teardown wakes up the EH thread and then frees the conn whil...

  • EPSS 0.01%
  • 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.01%
  • Veröffentlicht 21.05.2024 15:15:19
  • Zuletzt bearbeitet 24.12.2024 16:17:26

In the Linux kernel, the following vulnerability has been resolved: tty: serial: 8250: serial_cs: Fix a memory leak in error handling path In the probe function, if the final 'serial_config()' fails, 'info' is leaking. Add a resource handling path...

  • EPSS 0.1%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 26.12.2024 18:42:15

In the Linux kernel, the following vulnerability has been resolved: bpf: Track subprog poke descriptors correctly and fix use-after-free Subprograms are calling map_poke_track(), but on program release there is no hook to call map_poke_untrack(). H...

  • EPSS 0.02%
  • 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.01%
  • 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 0.1%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 21.05.2024 15:15:18
  • Zuletzt bearbeitet 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.06%
  • 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().