Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.12%
  • Veröffentlicht 18.06.2025 11:01:46
  • Zuletzt bearbeitet 13.11.2025 18:39:20

In the Linux kernel, the following vulnerability has been resolved: powerpc/pci: Fix get_phb_number() locking The recent change to get_phb_number() causes a DEBUG_ATOMIC_SLEEP warning on some systems: BUG: sleeping function called from invalid c...

  • EPSS 0.21%
  • Veröffentlicht 18.06.2025 11:01:43
  • Zuletzt bearbeitet 13.11.2025 18:58:33

In the Linux kernel, the following vulnerability has been resolved: net: genl: fix error path memory leak in policy dumping If construction of the array of policies fails when recording non-first policy we need to unwind. netlink_policy_dump_add_p...

  • EPSS 0.23%
  • 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.2%
  • 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.21%
  • 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.16%
  • 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.16%
  • 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.16%
  • 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.16%
  • 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.19%
  • 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 ...