Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 22.05.2024 07:15:10
  • Last modified 29.09.2025 16:48:58

In the Linux kernel, the following vulnerability has been resolved: powerpc/smp: do not decrement idle task preempt count in CPU offline With PREEMPT_COUNT=y, when a CPU is offlined and then onlined again, we get: BUG: scheduling while atomic: swa...

  • EPSS 0.02%
  • Published 22.05.2024 07:15:10
  • Last modified 03.11.2025 18:15:39

In the Linux kernel, the following vulnerability has been resolved: ptp: Fix possible memory leak in ptp_clock_register() I got memory leak as follows when doing fault injection test: unreferenced object 0xffff88800906c618 (size 8): comm "i2c-id...

  • EPSS 0.02%
  • Published 22.05.2024 07:15:10
  • Last modified 02.04.2025 15:11:57

In the Linux kernel, the following vulnerability has been resolved: can: peak_pci: peak_pci_remove(): fix UAF When remove the module peek_pci, referencing 'chan' again after releasing 'dev' will cause UAF. Fix this by releasing 'dev' later. The f...

  • EPSS 0.03%
  • Published 22.05.2024 07:15:10
  • Last modified 29.09.2025 16:44:09

In the Linux kernel, the following vulnerability has been resolved: can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible() Using wait_event_interruptible() to wait for complete transmission, but do not check the result of wait...

  • EPSS 0.03%
  • Published 22.05.2024 07:15:10
  • Last modified 23.09.2025 20:25:47

In the Linux kernel, the following vulnerability has been resolved: ocfs2: mount fails with buffer overflow in strlen Starting with kernel 5.11 built with CONFIG_FORTIFY_SOURCE mouting an ocfs2 filesystem with either o2cb or pcmk cluster stack fail...

  • EPSS 0.02%
  • Published 22.05.2024 07:15:10
  • Last modified 14.01.2025 17:32:48

In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv It will trigger UAF for rx_kref of j1939_priv as following. cpu0 cpu...

  • EPSS 0.03%
  • Published 22.05.2024 07:15:10
  • Last modified 24.09.2025 12:05:35

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption after conversion from inline format Commit 6dbf7bb55598 ("fs: Don't invalidate page buffers in block_write_full_page()") uncovered a latent bug in ocfs2 ...

  • EPSS 0.02%
  • Published 22.05.2024 07:15:09
  • Last modified 07.01.2025 20:14:16

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix memory leak in mlx5_core_destroy_cq() error path Prior to this patch in case mlx5_core_destroy_cq() failed it returns without completing all destroy operations and t...

  • EPSS 0.02%
  • Published 22.05.2024 07:15:09
  • Last modified 02.04.2025 15:14:43

In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Added the condition for scheduling ksz_mib_read_work When the ksz module is installed and removed using rmmod, kernel crashes with null pointer dereferrence er...

  • EPSS 0%
  • Published 22.05.2024 07:15:09
  • Last modified 02.04.2025 15:14:28

In the Linux kernel, the following vulnerability has been resolved: net: encx24j600: check error in devm_regmap_init_encx24j600 devm_regmap_init may return error which caused by like out of memory, this will results in null pointer dereference late...