Debian

Debian 14 (forky)

15413 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.24%
  • Veröffentlicht 03.04.2024 17:15:51
  • Zuletzt bearbeitet 14.01.2025 17:27:49

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix memory double free when handle zero packet 829 if (request->complete) { 830 spin_unlock(&priv_dev->lock); 831 usb_gadget_giveback_request(&priv_e...

  • EPSS 0.25%
  • Veröffentlicht 03.04.2024 17:15:51
  • Zuletzt bearbeitet 14.01.2025 17:28:07

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable() ... cdns3_gadget_ep_free_request(&priv_ep->endpoint, &priv_req->request); list_del_init(&priv_req->list);...

  • EPSS 0.25%
  • Veröffentlicht 03.04.2024 17:15:51
  • Zuletzt bearbeitet 17.03.2025 16:57:25

In the Linux kernel, the following vulnerability has been resolved: ARM: ep93xx: Add terminator to gpiod_lookup_table Without the terminator, if a con_id is passed to gpio_find() that does not exist in the lookup table the function will not stop lo...

  • EPSS 0.25%
  • Veröffentlicht 03.04.2024 17:15:51
  • Zuletzt bearbeitet 17.03.2025 16:57:11

In the Linux kernel, the following vulnerability has been resolved: l2tp: pass correct message length to ip6_append_data l2tp_ip6_sendmsg needs to avoid accounting for the transport header twice when splicing more data into an already partially-occ...

  • EPSS 0.27%
  • Veröffentlicht 03.04.2024 17:15:51
  • Zuletzt bearbeitet 27.02.2025 21:59:09

In the Linux kernel, the following vulnerability has been resolved: crypto: virtio/akcipher - Fix stack overflow on memcpy sizeof(struct virtio_crypto_akcipher_session_para) is less than sizeof(struct virtio_crypto_op_ctrl_req::u), copying more byt...

  • EPSS 0.21%
  • Veröffentlicht 03.04.2024 17:15:50
  • Zuletzt bearbeitet 07.01.2025 21:15:57

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix null-pointer dereference on edid reading Use i2c adapter when there isn't aux_mode in dc_link to fix a null-pointer derefence that happens when running igt@kms...

  • EPSS 0.21%
  • Veröffentlicht 03.04.2024 17:15:50
  • Zuletzt bearbeitet 07.01.2025 21:14:13

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null pointer dereference in dc_dmub_srv Fixes potential null pointer dereference warnings in the dc_dmub_srv_cmd_list_queue_execute() and dc_dmub_srv...

  • EPSS 0.25%
  • Veröffentlicht 03.04.2024 17:15:50
  • Zuletzt bearbeitet 17.03.2025 16:02:28

In the Linux kernel, the following vulnerability has been resolved: hwmon: (nct6775) Fix access to temperature configuration registers The number of temperature configuration registers does not always match the total number of temperature registers...

  • EPSS 0.83%
  • Veröffentlicht 03.04.2024 17:15:50
  • Zuletzt bearbeitet 03.04.2025 17:09:12

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready() syzbot reported the following NULL pointer dereference issue [1]: BUG: kernel NULL pointer dereferenc...

  • EPSS 0.16%
  • Veröffentlicht 03.04.2024 17:15:50
  • Zuletzt bearbeitet 03.02.2025 16:17:25

In the Linux kernel, the following vulnerability has been resolved: net: implement lockless setsockopt(SO_PEEK_OFF) syzbot reported a lockdep violation [1] involving af_unix support of SO_PEEK_OFF. Since SO_PEEK_OFF is inherently not thread safe (...