Debian

Debian 13 (trixie)

13174 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:51
  • Zuletzt bearbeitet 12.05.2026 13:17:04

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number(0x80008000) that was too large, which triggered the oob. Added an interrupt number check to preve...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:50
  • Zuletzt bearbeitet 12.05.2026 13:17:04

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_ioctl() syzbot reports a KMSAN kernel-infoleak in `do_insn_ioctl()`. A kernel buffer is allocated to hol...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:49
  • Zuletzt bearbeitet 12.05.2026 13:17:04

In the Linux kernel, the following vulnerability has been resolved: tracing: Limit access to parser->buffer when trace_get_user failed When the length of the string written to set_ftrace_filter exceeds FTRACE_BUFF_MAX, the following KASAN alarm wil...

  • EPSS 0.01%
  • Veröffentlicht 05.09.2025 17:20:48
  • Zuletzt bearbeitet 12.05.2026 13:17:04

In the Linux kernel, the following vulnerability has been resolved: tls: fix handling of zero-length records on the rx_list Each recvmsg() call must process either - only contiguous DATA records (any number of them) - one non-DATA record If the ...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:47
  • Zuletzt bearbeitet 12.05.2026 13:17:04

In the Linux kernel, the following vulnerability has been resolved: x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helper Since 923f3a2b48bd ("x86/resctrl: Query LLC monitoring properties once during boot") resctrl_cpu_detect() has...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:45
  • Zuletzt bearbeitet 25.11.2025 21:28:54

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor(). When the nvif_vmm_type is invalid, we will return error directly without freeing the args in nvif_vmm_ctor(), which ...

  • EPSS 0.01%
  • Veröffentlicht 05.09.2025 17:20:44
  • Zuletzt bearbeitet 25.11.2025 21:28:44

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL If metric table address is not allocated, accessing metrics_bin will result in a NULL pointer dereference, so add a ...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:43
  • Zuletzt bearbeitet 25.11.2025 21:28:36

In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix backlog accounting in qdisc_dequeue_internal This issue applies for the following qdiscs: hhf, fq, fq_codel, and fq_pie, and occurs in their change handlers when adj...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:42
  • Zuletzt bearbeitet 12.05.2026 13:17:04

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxx_get_ep_fwdb() function is supposed to return NULL on error, but qla4xxx_ep_connect() returns error pointers...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:20:41
  • Zuletzt bearbeitet 12.05.2026 13:17:03

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session() The function mod_hdcp_hdcp1_create_session() calls the function get_first_active_display(), but does not ...