Debian

Debian 12 (bookworm)

11237 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 10.05.2025 14:19:14
  • Zuletzt bearbeitet 12.11.2025 20:42:21

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition In btsdio_probe, the data->work is bound with btsdio_work. It will be started in btsdio_send_frame....

  • EPSS 0.07%
  • 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.07%
  • 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.05%
  • 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.05%
  • 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.09%
  • 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.07%
  • 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...

  • EPSS 0.06%
  • Veröffentlicht 09.05.2025 06:45:43
  • Zuletzt bearbeitet 12.11.2025 19:53:46

In the Linux kernel, the following vulnerability has been resolved: 9p/net: fix improper handling of bogus negative read/write replies In p9_client_write() and p9_client_read_once(), if the server incorrectly replies with success but a negative wri...

  • EPSS 0.08%
  • Veröffentlicht 09.05.2025 06:44:03
  • Zuletzt bearbeitet 12.11.2025 19:52:18

In the Linux kernel, the following vulnerability has been resolved: igc: fix PTM cycle trigger logic Writing to clear the PTM status 'valid' bit while the PTM cycle is triggered results in unreliable PTM operation. To fix this, clear the PTM 'trigg...

  • EPSS 0.07%
  • Veröffentlicht 09.05.2025 06:43:59
  • Zuletzt bearbeitet 12.11.2025 19:45:36

In the Linux kernel, the following vulnerability has been resolved: nfsd: decrease sc_count directly if fail to queue dl_recall A deadlock warning occurred when invoking nfs4_put_stid following a failed dl_recall queue operation: T1 ...