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 21.05.2024 16:15:18
  • Last modified 23.09.2025 22:40:37

In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add validity check for db_maxag and db_agpref Both db_maxag and db_agpref are used as the index of the db_agfree array, but there is currently no validity check for db_maxa...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:18
  • Last modified 01.10.2025 20:17:11

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check w...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:18
  • Last modified 21.11.2024 08:40:37

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix possible null-ptr-deref when assigning a stream While AudioDSP drivers assign streams exclusively of HOST or LINK type, nothing blocks a user to attempt to assign a ...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:17
  • Last modified 25.09.2025 16:40:04

In the Linux kernel, the following vulnerability has been resolved: usb: config: fix iteration issue in 'usb_get_bos_descriptor()' The BOS descriptor defines a root descriptor and is the base descriptor for accessing a family of related descriptors...

  • EPSS 0.09%
  • Published 21.05.2024 16:15:17
  • Last modified 31.01.2025 16:02:12

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Track xmit submission to PTP WQ after populating metadata map Ensure the skb is available in metadata mapping to skbs before tracking the metadata index for detecting un...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:17
  • Last modified 21.11.2024 08:40:34

In the Linux kernel, the following vulnerability has been resolved: net: wangxun: fix kernel panic due to null pointer When the device uses a custom subsystem vendor ID, the function wx_sw_init() returns before the memory of 'wx->mac_table' is allo...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:17
  • Last modified 25.09.2025 16:35:19

In the Linux kernel, the following vulnerability has been resolved: bonding: stop the device in bond_setup_by_slave() Commit 9eed321cde22 ("net: lapbether: only support ethernet devices") has been able to keep syzbot away from net/lapb, until today...

  • EPSS 0.09%
  • Published 21.05.2024 16:15:17
  • Last modified 14.01.2025 16:34:47

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR If command timeout happens and cq complete IRQ is raised at the same time, ufshcd_mcq_abort clears lprb->cmd an...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:17
  • Last modified 25.09.2025 16:34:49

In the Linux kernel, the following vulnerability has been resolved: ext4: fix racy may inline data check in dio write syzbot reports that the following warning from ext4_iomap_begin() triggers as of the commit referenced below: if (WARN_ON...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:17
  • Last modified 26.09.2025 16:23:50

In the Linux kernel, the following vulnerability has been resolved: blk-mq: make sure active queue usage is held for bio_integrity_prep() blk_integrity_unregister() can come if queue usage counter isn't held for one bio with integrity prepared, so ...