Linux

Linux

5635 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 16:15:18
  • Zuletzt bearbeitet 02.04.2025 15:02:19

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix missing update of domains_itree after splitting iopt_area In iopt_area_split(), if the original iopt_area has filled a domain and is linked to domains_itree, pages_nod...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:18
  • Zuletzt bearbeitet 23.09.2025 20:14:24

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix RPC client cleaned up the freed pipefs dentries RPC client pipefs dentries cleanup is in separated rpc_remove_pipedir() workqueue,which takes care about pipefs superblo...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:18
  • Zuletzt bearbeitet 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.01%
  • Veröffentlicht 21.05.2024 16:15:17
  • Zuletzt bearbeitet 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.01%
  • Veröffentlicht 21.05.2024 16:15:17
  • Zuletzt bearbeitet 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.02%
  • Veröffentlicht 21.05.2024 16:15:17
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 21.05.2024 16:15:17
  • Zuletzt bearbeitet 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 ...

  • EPSS 0.11%
  • Veröffentlicht 21.05.2024 16:15:17
  • Zuletzt bearbeitet 23.09.2025 20:08:48

In the Linux kernel, the following vulnerability has been resolved: swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC Limit the free list length to the size of the IO TLB. Transient pool can be smaller than IO_TLB_SEGSIZE, but ...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:17
  • Zuletzt bearbeitet 26.09.2025 16:59:41

In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption (e...

  • EPSS 0.09%
  • Veröffentlicht 21.05.2024 16:15:17
  • Zuletzt bearbeitet 23.09.2025 20:10:07

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails Commit 5e42bcbc3fef ("cxl/region: decrement ->nr_targets on error in cxl_region_attach()") tried to avoid '...