Debian

Debian Linux

9997 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.16%
  • Veröffentlicht 20.05.2025 15:21:33
  • Zuletzt bearbeitet 19.11.2025 14:37:37

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release plfxlc_mac_release() asserts that mac->lock is held. This assertion is incorrect, because even if it was possible, it wo...

  • EPSS 0.16%
  • Veröffentlicht 20.05.2025 11:15:48
  • Zuletzt bearbeitet 12.11.2025 20:35:43

In the Linux kernel, the following vulnerability has been resolved: mtd: inftlcore: Add error check for inftl_read_oob() In INFTL_findwriteunit(), the return value of inftl_read_oob() need to be checked. A proper implementation can be found in INFT...

Exploit
  • EPSS 1.48%
  • Veröffentlicht 17.05.2025 15:46:11
  • Zuletzt bearbeitet 12.06.2025 16:29:01

setuptools is a package that allows users to download, build, install, upgrade, and uninstall Python packages. A path traversal vulnerability in `PackageIndex` is present in setuptools prior to version 78.1.1. An attacker would be allowed to write fi...

  • EPSS 0.16%
  • Veröffentlicht 16.05.2025 13:01:12
  • Zuletzt bearbeitet 17.11.2025 17:11:57

In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc As described in Gerrard's report [1], we have a UAF case when an hfsc class has a netem child qdisc. The...

  • EPSS 0.67%
  • Veröffentlicht 15.05.2025 21:17:55
  • Zuletzt bearbeitet 23.12.2025 19:19:44

Tornado is a Python web framework and asynchronous networking library. When Tornado's ``multipart/form-data`` parser encounters certain errors, it logs a warning but continues trying to parse the remainder of the data. This allows remote attackers to...

  • EPSS 0.23%
  • 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.26%
  • 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.17%
  • 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.23%
  • 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.25%
  • 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 ...