Debian

Debian 13 (trixie)

13171 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 14.01.2026 15:16:04
  • Zuletzt bearbeitet 26.02.2026 18:41:23

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure context reset on disconnect() After the blamed commit below, if the MPC subflow is already in TCP_CLOSE status or has fallback to TCP at mptcp_disconnect() time, mptc...

  • EPSS 0.02%
  • Veröffentlicht 14.01.2026 15:16:03
  • Zuletzt bearbeitet 25.03.2026 18:04:12

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: avoid invalid read in irdma_net_event irdma_net_event() should not dereference anything from "neigh" (alias "ptr") until it has checked that the event is NETEVENT_NEIGH...

  • EPSS 0.02%
  • Veröffentlicht 14.01.2026 15:16:03
  • Zuletzt bearbeitet 25.03.2026 18:03:56

In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: change all pageblocks migrate type on coalescing When a page is freed it coalesces with a buddy into a higher order page while possible. When the buddy page migrate...

  • EPSS 0.02%
  • Veröffentlicht 14.01.2026 15:16:03
  • Zuletzt bearbeitet 25.03.2026 18:03:48

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt() The variable mddev->private is first assigned to conf and then checked: conf = mddev->private;...

  • EPSS 0.02%
  • Veröffentlicht 14.01.2026 15:16:03
  • Zuletzt bearbeitet 25.03.2026 18:03:37

In the Linux kernel, the following vulnerability has been resolved: media: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log_status() It's possible for cp_read() and hdmi_read() to return -EIO. Those values are further used as ...

  • EPSS 0.02%
  • Veröffentlicht 14.01.2026 15:16:03
  • Zuletzt bearbeitet 25.03.2026 18:03:28

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix "UBSAN: shift-out-of-bounds error" This patch ensures that the RX ring size (rx_pending) is not set below the permitted length. This avoids UBSAN shift-out-of-bou...

  • EPSS 0.02%
  • Veröffentlicht 14.01.2026 15:16:03
  • Zuletzt bearbeitet 25.03.2026 18:03:14

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add missing NULL pointer check for pingpong interface It is checked almost always in dpu_encoder_phys_wb_setup_ctl(), but in a single place the check is missing. Also ...

  • EPSS 0.03%
  • Veröffentlicht 14.01.2026 15:16:03
  • Zuletzt bearbeitet 15.04.2026 14:34:27

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Use spinlock for context list protection lock Previously a mutex was added to protect the encoder and decoder context lists from unexpected changes origina...

  • EPSS 0.02%
  • Veröffentlicht 14.01.2026 15:16:03
  • Zuletzt bearbeitet 25.03.2026 18:02:52

In the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drm_kms_helper_poll_fini() and drm_atomic_helper_shutdown() helpers should only be called when the device has been succe...

  • EPSS 0.02%
  • Veröffentlicht 14.01.2026 15:16:02
  • Zuletzt bearbeitet 25.03.2026 18:28:38

In the Linux kernel, the following vulnerability has been resolved: ext4: fix string copying in parse_apply_sb_mount_options() strscpy_pad() can't be used to copy a non-NUL-term string into a NUL-term string of possibly bigger size. Commit 0efc599...