Debian

Debian Linux

9943 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.1%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.12.2025 20:05:00

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Add job to pending list if the reset was skipped When a CL/CSD job times out, we check if the GPU has made any progress since the last timeout. If so, instead of resetting...

  • EPSS 0.12%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.12.2025 20:04:41

In the Linux kernel, the following vulnerability has been resolved: sch_htb: make htb_deactivate() idempotent Alan reported a NULL pointer dereference in htb_next_rb_node() after we made htb_qlen_notify() idempotent. It turns out in the following ...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:32
  • Zuletzt bearbeitet 17.03.2026 15:56:07

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream...

  • EPSS 0.09%
  • Veröffentlicht 20.05.2025 16:15:32
  • Zuletzt bearbeitet 18.12.2025 20:57:12

In the Linux kernel, the following vulnerability has been resolved: arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs A malicious BPF program may manipulate the branch history to influence what the hardware speculates will happen nex...

  • EPSS 0.11%
  • Veröffentlicht 20.05.2025 16:15:32
  • Zuletzt bearbeitet 17.12.2025 20:05:13

In the Linux kernel, the following vulnerability has been resolved: xenbus: Use kref to track req lifetime Marek reported seeing a NULL pointer fault in the xenbus_thread callstack: BUG: kernel NULL pointer dereference, address: 0000000000000000 RI...

  • EPSS 0.05%
  • Veröffentlicht 20.05.2025 15:58:17
  • Zuletzt bearbeitet 19.12.2025 17:44:15

In the Linux kernel, the following vulnerability has been resolved: ftrace: Add cond_resched() to ftrace_graph_set_hash() When the kernel contains a large number of functions that can be traced, the loop in ftrace_graph_set_hash() may take a lot of...

  • EPSS 0.07%
  • Veröffentlicht 20.05.2025 15:34:40
  • Zuletzt bearbeitet 19.12.2025 17:44:09

In the Linux kernel, the following vulnerability has been resolved: tracing: Verify event formats that have "%*p.." The trace event verifier checks the formats of trace events to make sure that they do not point at memory that is not in the trace e...

  • EPSS 0.07%
  • Veröffentlicht 20.05.2025 15:34:39
  • Zuletzt bearbeitet 19.12.2025 17:41:26

In the Linux kernel, the following vulnerability has been resolved: objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() If dib8000_set_dds()'s call to dib8000_read32() returns zero, the result is a divide-by-zero. Prevent that fro...

  • EPSS 0.09%
  • Veröffentlicht 20.05.2025 15:22:00
  • Zuletzt bearbeitet 19.12.2025 17:35:02

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value. When generating the MSR_IA32_PEBS_ENABLE value that will be loaded on VM-Entry to a KVM guest, mask the va...

  • EPSS 0.09%
  • Veröffentlicht 20.05.2025 15:21:57
  • Zuletzt bearbeitet 19.12.2025 17:34:41

In the Linux kernel, the following vulnerability has been resolved: sch_htb: make htb_qlen_notify() idempotent htb_qlen_notify() always deactivates the HTB class and in fact could trigger a warning if it is already deactivated. Therefore, it is not...