Debian

Debian 14 (forky)

13684 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:09
  • Zuletzt bearbeitet 25.10.2024 18:47:07

In the Linux kernel, the following vulnerability has been resolved: can: af_can: fix NULL pointer dereference in can_rcv_filter Analogue to commit 8aa59e355949 ("can: af_can: fix NULL pointer dereference in can_rx_register()") we need to check for ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:09
  • Zuletzt bearbeitet 25.10.2024 18:46:23

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix shift-out-of-bounds in hid_report_raw_event Syzbot reported shift-out-of-bounds in hid_report_raw_event. microsoft 0003:045E:07DA.0001: hid_field_extract() called w...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:09
  • Zuletzt bearbeitet 25.10.2024 18:40:16

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix array index out of bound error in DCN32 DML [Why&How] LinkCapacitySupport array is indexed with the number of voltage states and not the number of max DPPs. Fi...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 24.10.2024 19:27:13

In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hisi_femac_rx() The skb is delivered to napi_gro_receive() which may free it, after calling this, dereferencing skb may trigger use-...

  • EPSS 0.13%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 24.10.2024 19:27:58

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipc_mux_init() When failed to alloc ipc_mux->ul_adb.pp_qlt in ipc_mux_init(), ipc_mux is not released.

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 24.10.2024 19:28:48

In the Linux kernel, the following vulnerability has been resolved: ravb: Fix potential use-after-free in ravb_rx_gbeth() The skb is delivered to napi_gro_receive() which may free it, after calling this, dereferencing skb may trigger use-after-free...

  • EPSS 0.15%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 25.10.2024 20:06:45

In the Linux kernel, the following vulnerability has been resolved: gpio/rockchip: fix refcount leak in rockchip_gpiolib_register() The node returned by of_get_parent() with refcount incremented, of_node_put() needs be called when finish using it. ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 25.10.2024 20:05:42

In the Linux kernel, the following vulnerability has been resolved: net: mvneta: Prevent out of bounds read in mvneta_config_rss() The pp->indir[0] value comes from the user. It is passed to: if (cpu_online(pp->rxq_def)) inside the mvneta_percp...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 25.10.2024 21:27:46

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Bounds check struct nfc_target arrays While running under CONFIG_FORTIFY_SOURCE=y, syzkaller reported: memcpy: detected field-spanning write (size 129) of single field...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 25.10.2024 21:26:01

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix potential memory leak in otx2_init_tc() In otx2_init_tc(), if rhashtable_init() failed, it does not free tc->tc_entries_bitmap which is allocated in otx2_tc_alloc...