Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:45:50
  • Zuletzt bearbeitet 12.11.2025 19:36:49

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table() Add NULL check for mlx5_get_flow_namespace() returns in mlx5_create_inner_ttc_table() and mlx5_create_ttc_table() t...

  • EPSS 0.03%
  • Veröffentlicht 09.05.2025 06:45:50
  • Zuletzt bearbeitet 17.11.2025 17:13:03

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Consistently treat platform_max as control value This reverts commit 9bdd10d57a88 ("ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min"), and makes some addit...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:45:49
  • Zuletzt bearbeitet 12.11.2025 19:36:44

In the Linux kernel, the following vulnerability has been resolved: pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result If the FW doesn't support the PDS_CORE_CMD_FW_CONTROL command the driver might at the least print garbage and at the wor...

  • EPSS 0.03%
  • Veröffentlicht 09.05.2025 06:45:48
  • Zuletzt bearbeitet 12.11.2025 19:36:29

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Reset IRTE to host control if *new* route isn't postable Restore an IRTE back to host control (remapped or posted MSI mode) if the *new* GSI route prevents posting the IR...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:45:48
  • Zuletzt bearbeitet 12.11.2025 19:36:38

In the Linux kernel, the following vulnerability has been resolved: pds_core: make wait_context part of q_info Make the wait_context a full part of the q_info struct rather than a stack variable that goes away after pdsc_adminq_post() is done so th...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:45:47
  • Zuletzt bearbeitet 02.01.2026 16:15:54

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock between rcu_tasks_trace and event_mutex. Fix the following deadlock: CPU A _free_event() perf_kprobe_destroy() mutex_lock(&event_mutex) perf_trace_eve...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:45:46
  • Zuletzt bearbeitet 12.11.2025 19:29:18

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Add check for get_zeroed_page() Add check for the return value of get_zeroed_page() in sclp_console_init() to prevent null pointer dereference. Furthermore, to solve the...

  • EPSS 0.03%
  • Veröffentlicht 09.05.2025 06:45:45
  • Zuletzt bearbeitet 12.11.2025 19:27:58

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev() The variable d->name, returned by devm_kasprintf(), could be NULL. A pointer check is added to prevent potential ...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:45:45
  • Zuletzt bearbeitet 12.11.2025 19:28:05

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix isochronous Ring Underrun/Overrun event handling The TRB pointer of these events points at enqueue at the time of error occurrence on xHCI 1.1+ HCs or it's NULL on o...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:45:44
  • Zuletzt bearbeitet 12.11.2025 19:54:01

In the Linux kernel, the following vulnerability has been resolved: um: work around sched_yield not yielding in time-travel mode sched_yield by a userspace may not actually cause scheduling in time-travel mode as no time has passed. In the case see...