Linux

Linux Kernel

12443 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:05
  • Zuletzt bearbeitet 03.11.2025 22:17:42

In the Linux kernel, the following vulnerability has been resolved: riscv: kexec: Avoid deadlock in kexec crash path If the kexec crash code is called in the interrupt context, the machine_kexec_mask_interrupts() function will trigger a deadlock wh...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:05
  • Zuletzt bearbeitet 11.12.2024 15:17:03

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Check socket flag instead of hcon This fixes the following Smatch static checker warning: net/bluetooth/iso.c:1364 iso_sock_recvmsg() error: we previously assumed ...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:05
  • Zuletzt bearbeitet 03.11.2025 22:17:42

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-switch, Create ingress ACL when needed Currently, ingress acl is used for three features. It is created only when vport metadata match and prio tag are enabled. But act...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 26.09.2025 15:29:52

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id [WHY] find_disp_cfg_idx_by_plane_id and find_disp_cfg_idx_by_stream_id returns an array index and they return ...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 29.09.2025 14:57:08

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array [WHY] resource_stream_to_stream_idx returns an array index and it return -1 when not found; however, -1 is not a valid a...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 03.11.2025 22:17:40

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip finding free audio for unknown engine_id [WHY] ENGINE_ID_UNKNOWN = -1 and can not be used as an array index. Plus, it also means it is uninitialized and does ...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 03.11.2025 22:17:40

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check pipe offset before setting vblank pipe_ctx has a size of MAX_PIPES so checking its index before accessing the array. This fixes an OVERRUN issue reported by...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 03.11.2025 22:17:40

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index msg_id before read or write [WHAT] msg_id is used as an array index and it cannot be a negative value, and therefore cannot be equal to MOD_HDCP_MESSAG...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 03.11.2025 20:16:27

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL pointer check for kzalloc [Why & How] Check return pointer of kzalloc before using it.

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 21.11.2024 09:33:39

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix double free err_addr pointer warnings In amdgpu_umc_bad_page_polling_timeout, the amdgpu_umc_handle_bad_pages will be run many times so that double free err_addr in...