Debian

Debian 13 (trixie)

14549 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.29%
  • Veröffentlicht 26.02.2024 16:27:48
  • Zuletzt bearbeitet 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: power: supply: Fix null pointer dereference in smb2_probe devm_kasprintf and devm_kzalloc return a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.28%
  • Veröffentlicht 26.02.2024 16:27:48
  • Zuletzt bearbeitet 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: mfd: syscon: Fix null pointer dereference in of_syscon_register() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.28%
  • Veröffentlicht 26.02.2024 16:27:48
  • Zuletzt bearbeitet 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in class_register() The lock_class_key is still registered and can be found in lock_keys_hash hlist after subsys_private is freed in error handler path.A ...

  • EPSS 0.29%
  • Veröffentlicht 26.02.2024 16:27:48
  • Zuletzt bearbeitet 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: drivers/amd/pm: fix a use-after-free in kv_parse_power_table When ps allocated by kzalloc equals to NULL, kv_parse_power_table frees adev->pm.dpm.ps that allocated before. However,...

  • EPSS 0.29%
  • Veröffentlicht 26.02.2024 16:27:48
  • Zuletzt bearbeitet 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() check the alloc_workqueue return value in radeon_crtc_init() to avoid null-ptr-deref.

  • EPSS 0.27%
  • Veröffentlicht 26.02.2024 16:27:48
  • Zuletzt bearbeitet 21.11.2024 08:39:50

In the Linux kernel, the following vulnerability has been resolved: crypto: rsa - add a check for allocation failure Static checkers insist that the mpi_alloc() allocation can fail so add a check to prevent a NULL dereference. Small allocations li...

  • EPSS 0.27%
  • Veröffentlicht 26.02.2024 16:27:48
  • Zuletzt bearbeitet 21.11.2024 08:39:51

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix NULL pointer dereference in zone registration error path If device_register() in thermal_zone_device_register_with_trips() returns an error, the tz variable is s...

  • EPSS 0.26%
  • Veröffentlicht 26.02.2024 16:27:45
  • Zuletzt bearbeitet 21.11.2024 06:34:53

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unr...

  • EPSS 0.31%
  • Veröffentlicht 26.02.2024 16:27:45
  • Zuletzt bearbeitet 21.11.2024 07:33:38

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxart_remove(), so fix this by saving the b...

  • EPSS 0.23%
  • Veröffentlicht 23.02.2024 15:15:09
  • Zuletzt bearbeitet 03.11.2025 21:16:07

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path When calling mlxsw_sp_acl_tcam_region_destroy() from an error path after failing to attach the region to an ACL...