Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 21.10.2024 18:15:11
  • Last modified 13.11.2024 14:54:25

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a sdiv overflow issue Zac Ecob reported a problem where a bpf program may cause kernel crash due to the following error: Oops: divide error: 0000 [#1] PREEMPT SMP KASAN ...

  • EPSS 0.04%
  • Published 21.10.2024 18:15:11
  • Last modified 03.11.2025 23:16:29

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid use-after-free in ext4_ext_show_leaf() In ext4_find_extent(), path may be freed by error or be reallocated, so using a previously saved *ppath may have been freed and t...

  • EPSS 0.04%
  • Published 21.10.2024 18:15:11
  • Last modified 03.11.2025 23:16:29

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fw_info is not null before using it This resolves the dereference null return value warning reported by Coverity.

  • EPSS 0.04%
  • Published 21.10.2024 18:15:11
  • Last modified 03.11.2025 21:16:34

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths When the HBA is undergoing a reset or is handling an errata event, NULL ptr dereference crashes may oc...

  • EPSS 0.04%
  • Published 21.10.2024 18:15:11
  • Last modified 03.11.2025 23:16:29

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize get_bytes_per_element's default to 1 Variables, used as denominators and maybe not assigned to other values, should not be 0. bytes_per_element_y & byte...

  • EPSS 0.04%
  • Published 21.10.2024 18:15:11
  • Last modified 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.03%
  • Published 21.10.2024 18:15:11
  • Last modified 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.03%
  • Published 21.10.2024 18:15:11
  • Last modified 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.05%
  • Published 21.10.2024 18:15:10
  • Last modified 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.03%
  • Published 21.10.2024 18:15:10
  • Last modified 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...