Debian

Debian 14 (forky)

13684 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 29.07.2024 17:15:11
  • Zuletzt bearbeitet 25.09.2025 20:14:24

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai link Commit e70b8dd26711 ("ASoC: mediatek: mt8195: Remove afe-dai component and rework codec link") removed the code...

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 17:15:11
  • Zuletzt bearbeitet 03.11.2025 22:17:36

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl-asoc-card: set priv->pdev before using it priv->pdev pointer was set after being used in fsl_asoc_card_audmux_init(). Move this assignment at the start of the probe funct...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 17:15:11
  • Zuletzt bearbeitet 12.05.2026 12:17:03

In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER In create_pinctrl(), pinctrl_maps_mutex is acquired before calling add_setting(). If add_setting() returns -EP...

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 16:15:07
  • Zuletzt bearbeitet 03.11.2025 22:17:35

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2_dio_end_io_write() estimates number of necessary transaction credits using ocfs2_calc_extend_credit...

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 16:15:07
  • Zuletzt bearbeitet 21.11.2024 09:33:32

In the Linux kernel, the following vulnerability has been resolved: nfsd: initialise nfsd_info.mutex early. nfsd_info.mutex can be dereferenced by svc_pool_stats_start() immediately after the new netns is created. Currently this can trigger an oop...

  • EPSS 0.07%
  • Veröffentlicht 29.07.2024 16:15:07
  • Zuletzt bearbeitet 17.03.2026 17:27:38

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix NULL pointer dereference in gfs2_log_flush In gfs2_jindex_free(), set sdp->sd_jdesc to NULL under the log flush lock to provide exclusion against gfs2_log_flush(). In gf...

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 16:15:07
  • Zuletzt bearbeitet 03.11.2025 22:17:35

In the Linux kernel, the following vulnerability has been resolved: RDMA/restrack: Fix potential invalid address access struct rdma_restrack_entry's kern_name was set to KBUILD_MODNAME in ib_create_cq(), while if the module exited but forgot del th...

  • EPSS 0.03%
  • Veröffentlicht 29.07.2024 16:15:07
  • Zuletzt bearbeitet 21.11.2024 09:33:33

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xe_devcoredump: Check NULL before assignments Assign 'xe_devcoredump_snapshot *' and 'xe_device *' only if 'coredump' is not NULL. v2 - Fix commit messages. v3 - Define va...

  • EPSS 0.01%
  • Veröffentlicht 29.07.2024 16:15:07
  • Zuletzt bearbeitet 12.05.2026 12:17:03

In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN() from __xdp_reg_mem_model() syzkaller reports a warning in __xdp_reg_mem_model(). The warning occurs only if __mem_id_init_hash_table() returns an error. It retu...

  • EPSS 0.02%
  • Veröffentlicht 29.07.2024 16:15:07
  • Zuletzt bearbeitet 21.11.2024 09:33:33

In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic due to multi-buffer handling Currently, the ionic_run_xdp() doesn't handle multi-buffer packets properly for XDP_TX and XDP_REDIRECT. When a jumbo frame is ...