Debian

Debian 11 (bullseye)

8666 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 01.10.2025 20:16:22

In the Linux kernel, the following vulnerability has been resolved: ARM: versatile: Add missing of_node_put in dcscb_init The device_node pointer is returned by of_find_compatible_node with refcount incremented. We should use of_node_put() to avoid...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 01.10.2025 20:16:22

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probe platform_get_resource() may return NULL, add proper check to avoid potential NULL dereferencing.

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 22.10.2025 17:23:12

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: rk3399_dmc: Disable edev on remove() Otherwise we hit an unablanced enable-count when unbinding the DFI device: [ 1279.659119] ------------[ cut here ]------------ [...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 01.10.2025 20:16:22

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Fix refcount leak in a6xx_gpu_init of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. a6xx...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 01.10.2025 20:16:23

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/imx_sc_thermal: Fix refcount leak in imx_sc_thermal_probe of_find_node_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 21.01.2026 16:08:09

In the Linux kernel, the following vulnerability has been resolved: blk-throttle: Set BIO_THROTTLED when bio has been throttled 1.In current process, all bio will set the BIO_THROTTLED flag after __blk_throtl_bio(). 2.If bio needs to be throttled,...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 01.10.2025 20:16:23

In the Linux kernel, the following vulnerability has been resolved: drm: msm: fix possible memory leak in mdp5_crtc_cursor_set() drm_gem_object_lookup will call drm_gem_object_get inside. So cursor_bo needs to be put when msm_gem_get_and_pin_iova f...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:19

In the Linux kernel, the following vulnerability has been resolved: nvdimm: Fix firmware activation deadlock scenarios Lockdep reports the following deadlock scenarios for CXL root device power-management, device_prepare(), operations, and device_s...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: ARM: hisi: Add missing of_node_put after of_find_compatible_node of_find_compatible_node will increment the refcount of the returned device_node. Calling of_node_put() to avoid th...

  • EPSS 0.1%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using ...