Linux

Linux

7462 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • 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-...

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

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: possible buffer overflow Buffer 'afmt_status' of size 6 could overflow, since index 'afmt_idx' is checked after access.

  • EPSS 0.03%
  • Veröffentlicht 21.05.2024 16:15:23
  • Zuletzt bearbeitet 26.09.2025 16:17:03

In the Linux kernel, the following vulnerability has been resolved: thermal: core: prevent potential string overflow The dev->id value comes from ida_alloc() so it's a number between zero and INT_MAX. If it's too high then these sprintf()s will ov...

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

In the Linux kernel, the following vulnerability has been resolved: pstore/platform: Add check for kstrdup Add check for the return value of kstrdup() and return the error if it fails in order to avoid NULL pointer dereference.