Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:11
  • Zuletzt bearbeitet 25.10.2024 14:32:44

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream_status before it is used [WHAT & HOW] dc_state_get_stream_status can return null, and therefore null must be checked before stream_status is used. Th...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:11
  • Zuletzt bearbeitet 03.11.2025 23:16:29

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in degamma hardware format translation Fixes index out of bounds issue in `cm_helper_translate_curve_to_degamma_hw_format` function. The is...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:11
  • Zuletzt bearbeitet 03.11.2025 23:16:29

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation This commit addresses a potential index out of bounds issue in the `cm3_helper_translate_curve...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:10
  • Zuletzt bearbeitet 03.11.2025 23:16:28

In the Linux kernel, the following vulnerability has been resolved: drm: omapdrm: Add missing check for alloc_ordered_workqueue As it may return NULL pointer and cause NULL pointer dereference. Add check for the return value of alloc_ordered_workqu...

  • EPSS 0.09%
  • Veröffentlicht 21.10.2024 18:15:10
  • Zuletzt bearbeitet 25.10.2024 14:42:58

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off by one issue in alloc_flex_gd() Wesley reported an issue: ================================================================== EXT4-fs (dm-5): resizing filesystem from...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:10
  • Zuletzt bearbeitet 03.11.2025 23:16:28

In the Linux kernel, the following vulnerability has been resolved: ext4: update orig_path in ext4_find_extent() In ext4_find_extent(), if the path is not big enough, we free it and set *orig_path to NULL. But after reallocating and successfully in...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:10
  • Zuletzt bearbeitet 03.11.2025 23:16:28

In the Linux kernel, the following vulnerability has been resolved: ext4: fix double brelse() the buffer of the extents path In ext4_ext_try_to_merge_up(), set path[1].p_bh to NULL after it has been released, otherwise it may be released twice. An ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:09
  • Zuletzt bearbeitet 03.11.2025 23:16:27

In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserr_io to avoid warning Ext4 will throw -EBADMSG through ext4_readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mappi...

  • EPSS 0.09%
  • Veröffentlicht 21.10.2024 18:15:09
  • Zuletzt bearbeitet 24.10.2024 19:57:06

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix UAF around queue destruction We currently do stuff like queuing the final destruction step on a random system wq, which will outlive the driver instance. With bad timin...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:09
  • Zuletzt bearbeitet 03.11.2025 23:16:27

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate When doing cleanup, if flags without OCFS2_BH_READAHEAD, it may trigger NULL pointer dereference in the following oc...