Linux

Linux Kernel

16922 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.28%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 15.06.2026 18:23:18

In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4_fill_super The del_timer_sync function cancels the s_err_report timer, which reminds about fi...

  • EPSS 0.23%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:34

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ar0521: Use cansleep version of gpiod_set_value() If we use GPIO reset from I2C port expander, we must use *_cansleep() variant of GPIO functions. This was not done in ...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:34

In the Linux kernel, the following vulnerability has been resolved: ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_package() ACPICA commit 4d4547cf13cca820ff7e0f859ba83e1a610b9fd0 ACPI_ALLOCATE_ZEROED() may fail, element...

  • EPSS 0.26%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:35

In the Linux kernel, the following vulnerability has been resolved: mailbox: bcm2835: Fix timeout during suspend mode During noirq suspend phase the Raspberry Pi power driver suffer of firmware property timeouts. The reason is that the IRQ of the u...

  • EPSS 0.2%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 07.11.2024 19:20:04

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix memfd_pin_folios free_huge_pages leak memfd_pin_folios followed by unpin_folios fails to restore free_huge_pages if the pages were not already faulted in, because t...

  • EPSS 0.19%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:35

In the Linux kernel, the following vulnerability has been resolved: ocfs2: remove unreasonable unlock in ocfs2_read_blocks Patch series "Misc fixes for ocfs2_read_blocks", v5. This series contains 2 fixes for ocfs2_read_blocks(). The first patch ...

  • EPSS 0.27%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 15.06.2026 18:26:08

In the Linux kernel, the following vulnerability has been resolved: ocfs2: cancel dqi_sync_work before freeing oinfo ocfs2_global_read_info() will initialize and schedule dqi_sync_work at the end, if error occurs after successfully reading global q...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 14.07.2026 13:17:10

In the Linux kernel, the following vulnerability has been resolved: ext4: filesystems without casefold feature cannot be mounted with siphash When mounting the ext4 filesystem, if the default hash version is set to DX_HASH_SIPHASH but the casefold ...

  • EPSS 0.27%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:35

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 color transformation This commit addresses a potential index out of bounds issue in the `cm3_helper_translate_curve_to_hw_format` ...

  • EPSS 0.22%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 29.10.2024 15:57:41

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Implement bounds check for stream encoder creation in DCN401 'stream_enc_regs' array is an array of dcn10_stream_enc_registers structures. The array is initialized...