Debian

Debian Linux

9140 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.27%
  • Veröffentlicht 20.05.2024 10:15:10
  • Zuletzt bearbeitet 04.04.2025 14:23:00

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULE_STATE_LIVE -> MODULE_STATE_GOING -> MODULE_STATE_UNFORMED. ...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 12:15:08
  • Zuletzt bearbeitet 04.04.2025 14:23:31

In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUG_ON in >control parser Fix a BUG_ON from 2009. Even if it looks "unreachable" (I didn't really look), lets make sure by removing it, doing pr_err and return -EI...

  • EPSS 0.03%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 04.04.2025 14:23:41

In the Linux kernel, the following vulnerability has been resolved: pstore/zone: Add a null pointer check to the psz_kmsg_read kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was s...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 30.12.2024 19:51:27

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Fix null ptr deref in btintel_read_version If hci_cmd_sync_complete() is triggered and skb is NULL, then hdev->req_skb is NULL, which will cause this issue.

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 30.12.2024 19:52:55

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() The call to lpfc_sli4_resume_rpi() in lpfc_rcv_padisc() may return an unsuccessful status. In such cases, the elsiocb is ...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 31.12.2024 18:51:18

In the Linux kernel, the following vulnerability has been resolved: block: prevent division by zero in blk_rq_stat_sum() The expression dst->nr_samples + src->nr_samples may have zero value on overflow. It is necessary to add a check to avoid divis...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 30.12.2024 19:27:42

In the Linux kernel, the following vulnerability has been resolved: fbmon: prevent division by zero in fb_videomode_from_videomode() The expression htotal * vtotal can have a zero value on overflow. It is necessary to prevent division by zero like ...

  • EPSS 0.1%
  • Veröffentlicht 19.05.2024 11:15:47
  • Zuletzt bearbeitet 04.04.2025 14:24:16

In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sb_bread() with pointers_lock held syzbot is reporting sleep in atomic context in SysV filesystem [1], for sb_bread() is called with rw_spinlock held. A "write_lo...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:11
  • Zuletzt bearbeitet 03.02.2025 16:09:55

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet syzbot reported the following uninit-value access issue [1][2]: nci_rx_work() parses and processes received packet. Whe...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:11
  • Zuletzt bearbeitet 30.12.2024 19:47:30

In the Linux kernel, the following vulnerability has been resolved: bpf: Protect against int overflow for stack access size This patch re-introduces protection against the size of access to stack memory being negative; the access size can appear ne...