Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:07
  • Zuletzt bearbeitet 12.11.2025 18:22:41

In the Linux kernel, the following vulnerability has been resolved: dm crypt: add cond_resched() to dmcrypt_write() The loop in dmcrypt_write may be running for unbounded amount of time, thus we need cond_resched() in it. This commit fixes the fol...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:07
  • Zuletzt bearbeitet 12.11.2025 18:17:26

In the Linux kernel, the following vulnerability has been resolved: cifs: fix use-after-free bug in refresh_cache_worker() The UAF bug occurred because we were putting DFS root sessions in cifs_umount() while DFS cache refresher was being executed....

  • EPSS 0.01%
  • Veröffentlicht 02.05.2025 15:55:06
  • Zuletzt bearbeitet 12.11.2025 18:34:22

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix memory leak in margining Memory for the usb4->margining needs to be relased for the upstream port of the router as well, even though the debugfs directory gets rel...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:05
  • Zuletzt bearbeitet 12.11.2025 18:34:10

In the Linux kernel, the following vulnerability has been resolved: usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() When ucsi_init() fails, ucsi->connector is NULL, yet in case of ucsi_acpi we may still get events which cause the ucs_a...

  • EPSS 0.01%
  • Veröffentlicht 02.05.2025 15:55:04
  • Zuletzt bearbeitet 12.11.2025 16:46:56

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix race condition in amdtee_open_session There is a potential race condition in amdtee_open_session that may lead to use-after-free. For instance, in amdtee_open_sess...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:04
  • Zuletzt bearbeitet 12.11.2025 18:33:57

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix warning when handle discover_identity message Since both source and sink device can send discover_identity message in PD3, kernel may dump below warning: ---...

  • EPSS 0.01%
  • Veröffentlicht 02.05.2025 15:55:03
  • Zuletzt bearbeitet 12.11.2025 16:46:48

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix race condition in hci_cmd_sync_clear There is a potential race condition in hci_cmd_sync_work and hci_cmd_sync_clear, and could lead to use-after-free. For instance,...

  • EPSS 0.01%
  • Veröffentlicht 02.05.2025 15:55:02
  • Zuletzt bearbeitet 12.11.2025 16:46:37

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_audio: don't let userspace block driver unbind In the unbind callback for f_uac1 and f_uac2, a call to snd_card_free() via g_audio_cleanup() will disconnect the card...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:01
  • Zuletzt bearbeitet 12.11.2025 16:46:33

In the Linux kernel, the following vulnerability has been resolved: dm stats: check for and propagate alloc_percpu failure Check alloc_precpu()'s return value and return an error from dm_stats_init() if it fails. Update alloc_dev() to fail if dm_st...

  • EPSS 0.01%
  • Veröffentlicht 02.05.2025 15:55:00
  • Zuletzt bearbeitet 12.11.2025 19:16:13

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent If the controller is not marked as cache coherent, then kernel will try to ensure coherency during dma-ops and that...