Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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.08%
  • 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 '...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:16
  • Zuletzt bearbeitet 23.09.2025 19:57:19

In the Linux kernel, the following vulnerability has been resolved: cxl/port: Fix delete_endpoint() vs parent unregistration race The CXL subsystem, at cxl_mem ->probe() time, establishes a lineage of ports (struct cxl_port objects) between an endp...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:16
  • Zuletzt bearbeitet 23.09.2025 20:00:36

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: protect device queue against concurrent access In dasd_profile_start() the amount of requests on the device queue are counted. The access to the device queue is unprotec...

  • EPSS 0.03%
  • Veröffentlicht 21.05.2024 16:15:16
  • Zuletzt bearbeitet 23.09.2025 20:05:15

In the Linux kernel, the following vulnerability has been resolved: net/smc: avoid data corruption caused by decline We found a data corruption issue during testing of SMC-R on Redis applications. The benchmark has a low probability of reporting a...

  • EPSS 0.06%
  • Veröffentlicht 21.05.2024 16:15:16
  • Zuletzt bearbeitet 02.04.2025 15:03:08

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix dfs-radar and temperature event locking The ath12k active pdevs are protected by RCU but the DFS-radar and temperature event handling code calling ath12k_mac_get_...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:16
  • Zuletzt bearbeitet 25.09.2025 16:41:17

In the Linux kernel, the following vulnerability has been resolved: mptcp: deal with large GSO size After the blamed commit below, the TCP sockets (and the MPTCP subflows) can build egress packets larger than 64K. That exceeds the maximum DSS data ...