Debian

Debian 11 (bullseye)

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:01:41
  • Zuletzt bearbeitet 13.11.2025 18:58:05

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions() If an error occurs in dsa_devlink_region_create(), then 'priv->regions' array will be accessed by negative...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:01:40
  • Zuletzt bearbeitet 13.11.2025 18:57:53

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove() Commit 09f012e64e4b ("stmmac: intel: Fix clock handling on error and remove paths") removed this...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:01:39
  • Zuletzt bearbeitet 13.11.2025 18:56:57

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors() In this function, there are two refcount leak bugs: (1) when breaking out of for_each_endpoint_of_node(), we ne...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:01:37
  • Zuletzt bearbeitet 13.11.2025 18:42:52

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow ...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:01:36
  • Zuletzt bearbeitet 13.11.2025 18:42:35

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3 fix use-after-free at workaround 2 BUG: KFENCE: use-after-free read in __list_del_entry_valid+0x10/0xac cdns3_wa2_remove_old_request() { ... kfree(priv_req->request.b...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:01:35
  • Zuletzt bearbeitet 13.11.2025 18:42:15

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohci_hcd_ppc_of_probe(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put(...

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:01:34
  • Zuletzt bearbeitet 13.11.2025 19:31:38

In the Linux kernel, the following vulnerability has been resolved: usb: renesas: Fix refcount leak bug In usbhs_rza1_hardware_init(), of_find_node_by_name() will return a node pointer with refcount incremented. We should use of_node_put() when it ...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:01:33
  • Zuletzt bearbeitet 13.11.2025 19:31:31

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input Malformed user input to debugfs results in buffer overflow crashes. Adapt input string lengths to ...

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:01:32
  • Zuletzt bearbeitet 13.11.2025 19:31:20

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: dont disable gcc_sleep_clk_src Once the usb sleep clocks are disabled, clock framework is trying to disable the sleep clock source also. However, it seems that...

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:01:31
  • Zuletzt bearbeitet 13.11.2025 19:30:52

In the Linux kernel, the following vulnerability has been resolved: gadgetfs: ep_io - wait until IRQ finishes after usb_ep_queue() if wait_for_completion_interruptible() is interrupted we need to wait until IRQ gets finished. Otherwise complete() ...