Linux

Linux Kernel

16924 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.26%
  • Veröffentlicht 14.08.2024 15:15:31
  • Zuletzt bearbeitet 12.05.2026 12:17:04

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Fix Virtual Memory mapping boundaries calculation Calculating the size of the mapped area as the lesser value between the requested size and the actual size does not ...

  • EPSS 0.21%
  • Veröffentlicht 12.08.2024 15:15:20
  • Zuletzt bearbeitet 03.11.2025 22:17:50

In the Linux kernel, the following vulnerability has been resolved: mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 ("mm: huge_memory: don't force huge page alignment...

  • EPSS 0.21%
  • Veröffentlicht 08.08.2024 09:15:08
  • Zuletzt bearbeitet 06.09.2024 13:21:23

In the Linux kernel, the following vulnerability has been resolved: mm: page_ref: remove folio_try_get_rcu() The below bug was reported on a non-SMP kernel: [ 275.267158][ T4335] ------------[ cut here ]------------ [ 275.267949][ T4335] kernel ...

  • EPSS 0.21%
  • Veröffentlicht 08.08.2024 09:15:08
  • Zuletzt bearbeitet 03.11.2025 21:16:17

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUG_ON() to WARN_ON() If a BUG_ON() can be hit in the wild, it shouldn't be a BUG_ON() For reference, this has popped up once in the CI, and we'll need more info ...

  • EPSS 0.16%
  • Veröffentlicht 08.08.2024 09:15:08
  • Zuletzt bearbeitet 03.11.2025 22:17:50

In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953x_irq_bus_sync_unlock race Ensure that `i2c_lock' is held when setting interrupt latch and mask in pca953x_irq_bus_sync_unlock() in order to avoid races. ...

  • EPSS 0.21%
  • Veröffentlicht 08.08.2024 09:15:08
  • Zuletzt bearbeitet 24.03.2025 16:15:18

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix error pbuf checking Syz reports a problem, which boils down to NULL vs IS_ERR inconsistent error handling in io_alloc_pbuf_ring(). KASAN: null-ptr-deref in range [0x...

  • EPSS 0.18%
  • Veröffentlicht 08.08.2024 09:15:08
  • Zuletzt bearbeitet 06.09.2024 13:41:30

In the Linux kernel, the following vulnerability has been resolved: tpm: Use auth only after NULL check in tpm_buf_check_hmac_response() Dereference auth after NULL check in tpm_buf_check_hmac_response(). Otherwise, unless tpm2_sessions_init() was ...

  • EPSS 0.73%
  • Veröffentlicht 08.08.2024 09:15:08
  • Zuletzt bearbeitet 06.09.2024 13:56:00

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix server re-repick on subrequest retry When a subrequest is marked for needing retry, netfs will call cifs_prepare_write() which will make cifs repick the server for the op...

  • EPSS 0.2%
  • Veröffentlicht 08.08.2024 09:15:08
  • Zuletzt bearbeitet 06.09.2024 14:12:22

In the Linux kernel, the following vulnerability has been resolved: ext4: use memtostr_pad() for s_volume_name As with the other strings in struct ext4_super_block, s_volume_name is not NUL terminated. The other strings were marked in commit 072ebb...

  • EPSS 0.18%
  • Veröffentlicht 07.08.2024 16:15:47
  • Zuletzt bearbeitet 08.08.2024 14:53:42

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci: Fix max_seg_size for 64KiB PAGE_SIZE blk_queue_max_segment_size() ensured: if (max_size < PAGE_SIZE) max_size = PAGE_SIZE; whereas: blk_validate_limits() makes it...