Debian

Debian 11 (bullseye)

8666 Schwachstellen gefunden.

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

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_no...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:27
  • Zuletzt bearbeitet 21.10.2025 12:07:44

In the Linux kernel, the following vulnerability has been resolved: ath10k: skip ath10k_halt during suspend for driver state RESTARTING Double free crash is observed when FW recovery(caused by wmi timeout/crash) is followed by immediate suspend eve...

  • EPSS 0.17%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 01.10.2025 20:16:31

In the Linux kernel, the following vulnerability has been resolved: media: rga: fix possible memory leak in rga_probe rga->m2m_dev needs to be freed when rga_probe fails.

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 21.10.2025 12:09:38

In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyix The "rxstatus->rs_keyix" eventually gets passed to test_bit() so we need to ensure that it is within t...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 21.10.2025 12:09:27

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Inhibit aborts if external loopback plug is inserted After running a short external loopback test, when the external loopback is removed and a normal cable inserted tha...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 24.03.2025 19:43:27

In the Linux kernel, the following vulnerability has been resolved: NFC: NULL out the dev->rfkill to prevent UAF Commit 3e3b5dfcd16a ("NFC: reorder the logic in nfc_{un,}register_device") assumes the device_is_registered() in function nfc_dev_up() ...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 01.10.2025 20:16:34

In the Linux kernel, the following vulnerability has been resolved: HID: elan: Fix potential double free in elan_input_configured 'input' is a managed resource allocated with devm_input_allocate_device(), so there is no need to call input_free_devi...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 24.03.2025 19:37:33

In the Linux kernel, the following vulnerability has been resolved: drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume BUG: Unable to handle kernel paging request at virtual address 006b6b6b6b6b6be...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 22.10.2025 17:20:22

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is detected mdp5_get_global_state runs the risk of hitting a -EDEADLK when acquiring the modeset lock, but curren...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:29

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop: fix possible null-ptr-deref in vop_bind() It will cause null-ptr-deref in resource_size(), if platform_get_resource() returns NULL, move calling resource_size() ...