Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 24.06.2024 14:15:12
  • Last modified 30.05.2025 19:30:24

In the Linux kernel, the following vulnerability has been resolved: riscv: prevent pt_regs corruption for secondary idle threads Top of the kernel thread stack should be reserved for pt_regs. However this is not the case for the idle threads of the...

  • EPSS 0.03%
  • Published 24.06.2024 14:15:12
  • Last modified 30.05.2025 19:31:00

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() The function gfx_v9_4_3_init_microcode in gfx_v9_4_3.c was generating about potential tru...

  • EPSS 0.02%
  • Published 24.06.2024 14:15:12
  • Last modified 04.11.2025 18:16:30

In the Linux kernel, the following vulnerability has been resolved: um: Add winch to winch_handlers before registering winch IRQ Registering a winch IRQ is racy, an interrupt may occur before the winch is added to the winch_handlers list. If that ...

  • EPSS 0.02%
  • Published 24.06.2024 14:15:11
  • Last modified 17.09.2025 17:01:11

In the Linux kernel, the following vulnerability has been resolved: media: ti: j721e-csi2rx: Fix races while restarting DMA After the frame is submitted to DMA, it may happen that the submitted list is not updated soon enough, and the DMA callback ...

  • EPSS 0.02%
  • Published 24.06.2024 14:15:11
  • Last modified 01.10.2025 13:56:01

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: don't allow unaligned truncation on released compress inode f2fs image may be corrupted after below testcase: - mkfs.f2fs -O extra_attr,compression -f /dev/vdb - mo...

  • EPSS 0.02%
  • Published 24.06.2024 14:15:11
  • Last modified 24.03.2025 18:09:02

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock It needs to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock to avoid racing with checkp...

  • EPSS 0.03%
  • Published 24.06.2024 14:15:11
  • Last modified 24.03.2025 17:29:24

In the Linux kernel, the following vulnerability has been resolved: PCI: of_property: Return error for int_map allocation failure Return -ENOMEM from of_pci_prop_intr_map() if kcalloc() fails to prevent a NULL pointer dereference in this case. [bh...

  • EPSS 0.03%
  • Published 21.06.2024 12:15:11
  • Last modified 23.05.2025 20:48:04

In the Linux kernel, the following vulnerability has been resolved: tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer The TPM SPI transfer mechanism uses MAX_SPI_FRAMESIZE for computing the maximum transfer length and the size...

  • EPSS 0.02%
  • Published 21.06.2024 12:15:11
  • Last modified 21.11.2024 09:22:16

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: fix error check in parse_btf_field() btf_find_struct_member() might return NULL or an error via the ERR_PTR() macro. However, its caller in parse_btf_field() only c...

  • EPSS 0.04%
  • Published 21.06.2024 12:15:11
  • Last modified 21.11.2024 09:26:34

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow delete from sockmap/sockhash only if update is allowed We have seen an influx of syzkaller reports where a BPF program attached to a tracepoint triggers a locking rule v...