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 30.05.2024 16:15:14
  • Zuletzt bearbeitet 30.09.2025 17:57:44

In the Linux kernel, the following vulnerability has been resolved: hv_netvsc: Don't free decrypted memory In CoCo VMs it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted() to fail such that an error is ret...

  • EPSS 0.05%
  • Veröffentlicht 30.05.2024 16:15:14
  • Zuletzt bearbeitet 18.11.2025 16:23:46

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl In CoCo VMs it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted() to fail such t...

  • EPSS 0.05%
  • Veröffentlicht 30.05.2024 16:15:14
  • Zuletzt bearbeitet 14.11.2025 17:15:31

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails In CoCo VMs it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted() to fail s...

  • EPSS 0.02%
  • Veröffentlicht 30.05.2024 16:15:14
  • Zuletzt bearbeitet 03.11.2025 22:16:59

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable [WHY] dynamic memory safety error detector (KASAN) catches and generates error messages "BUG: KASAN: slab-out-of-bounds"...

  • EPSS 0.01%
  • Veröffentlicht 30.05.2024 16:15:14
  • Zuletzt bearbeitet 03.11.2025 22:17:00

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies syzbot reported unsafe calls to copy_from_sockptr() [1] Use copy_safe_from_sockptr() instead. [1] BUG: KASAN: slab-out-of-boun...

  • EPSS 0.03%
  • Veröffentlicht 30.05.2024 16:15:14
  • Zuletzt bearbeitet 22.01.2026 20:02:45

In the Linux kernel, the following vulnerability has been resolved: blk-iocost: avoid out of bounds shift UBSAN catches undefined behavior in blk-iocost, where sometimes iocg->delay is shifted right by a number that is too large, resulting in undef...

  • EPSS 0.06%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 01.04.2025 18:35:04

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix access violation during port device removal Testing with KASAN and syzkaller revealed a bug in port.c:disable_store(): usb_hub_to_struct_hub() can return NULL if the...

  • EPSS 0.01%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 18.09.2025 14:48:06

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix uninitialised kfifo If a line is requested with debounce, and that results in debouncing in software, and the line is subsequently reconfigured to enable edge de...

  • EPSS 0.02%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 30.09.2025 17:49:17

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash when devlink reload during initialization The devlink reload process will access the hardware resources, but the register operation is done before the h...

  • EPSS 0.24%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 22.01.2026 20:24:11

In the Linux kernel, the following vulnerability has been resolved: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). Anderson Nascimento reported a use-after-free splat in tcp_twsk_unique() with nice analysis. Since commit ec94c2696f0b ("tcp...