Linux

Linux

5635 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 07:15:09
  • Zuletzt bearbeitet 24.09.2025 17:51:41

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a4xx: fix error handling in a4xx_gpu_init() This code returns 1 on error instead of a negative error. It leads to an Oops in the caller. A second problem is that the chec...

  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 07:15:09
  • Zuletzt bearbeitet 22.09.2025 21:17:08

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xx_gpu_init() These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second ...

  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 07:15:09
  • Zuletzt bearbeitet 22.09.2025 21:00:24

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix possible stall on recvmsg() recvmsg() can enter an infinite loop if the caller provides the MSG_WAITALL, the data present in the receive queue is not sufficient to fulfi...

  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 07:15:08
  • Zuletzt bearbeitet 25.09.2025 16:02:16

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix abort logic in btrfs_replace_file_extents Error injection testing uncovered a case where we'd end up with a corrupt file system with a missing extent in the middle of a ...

  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 07:15:08
  • Zuletzt bearbeitet 25.09.2025 15:58:00

In the Linux kernel, the following vulnerability has been resolved: xhci: Fix command ring pointer corruption while aborting a command The command ring pointer is located at [6:63] bits of the command ring control register (CRCR). All the control b...

  • EPSS 0.08%
  • Veröffentlicht 21.05.2024 16:15:24
  • Zuletzt bearbeitet 26.09.2025 17:08:36

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro In the TDX_HYPERCALL asm, after the TDCALL instruction returns from the untrusted VMM, the registers that the TDX guest sha...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:23
  • Zuletzt bearbeitet 02.04.2025 15:05:10

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: it66121: Fix invalid connector dereference Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return ...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:23
  • Zuletzt bearbeitet 02.04.2025 15:05:23

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null pointer dereference in error message This patch fixes a null pointer dereference in the error message that is printed when the Display Core (DC) fails to ...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:23
  • Zuletzt bearbeitet 24.09.2025 00:15:36

In the Linux kernel, the following vulnerability has been resolved: platform/x86: wmi: Fix opening of char device Since commit fa1f68db6ca7 ("drivers: misc: pass miscdevice pointer via file private data"), the miscdevice stores a pointer to itself ...

  • EPSS 0.03%
  • Veröffentlicht 21.05.2024 16:15:23
  • Zuletzt bearbeitet 24.09.2025 00:25:15

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Fix user-memory-access bug in uclogic_params_ugee_v2_init_event_hooks() When CONFIG_HID_UCLOGIC=y and CONFIG_KUNIT_ALL_TESTS=y, launch kernel and then the below user-...