Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.07%
  • Veröffentlicht 17.05.2024 15:15:20
  • Zuletzt bearbeitet 21.11.2024 08:40:22

In the Linux kernel, the following vulnerability has been resolved: ACPI: video: check for error while searching for backlight device parent If acpi_get_parent() called in acpi_video_dev_register_backlight() fails, for example, because acpi_ut_acqu...

  • EPSS 0.06%
  • Veröffentlicht 17.05.2024 15:15:20
  • Zuletzt bearbeitet 21.11.2024 08:40:22

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function With tpd12s015_remove() marked with __exit this function is discarded when the driver is compiled as a built...

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 15:15:20
  • Zuletzt bearbeitet 19.09.2025 18:46:58

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check writeback connectors in create_validate_stream_for_sink [WHY & HOW] This is to check connector type to avoid unhandled null pointer for writeback connectors.

  • EPSS 0.31%
  • Veröffentlicht 17.05.2024 15:15:20
  • Zuletzt bearbeitet 07.04.2025 19:05:16

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opal_powercap_init() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 15:15:20
  • Zuletzt bearbeitet 25.09.2025 16:29:22

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev = NULL sof_sdw_rt_sdca_jack_exit() are used by different codecs, and some of them use the same dai name. For exampl...

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 15:15:20
  • Zuletzt bearbeitet 07.01.2025 20:18:13

In the Linux kernel, the following vulnerability has been resolved: calipso: fix memory leak in netlbl_calipso_add_pass() If IPv6 support is disabled at boot (ipv6.disable=1), the calipso_init() -> netlbl_calipso_ops_register() function isn't calle...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 25.09.2025 16:18:28

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kfd_topology.c Before using list_first_entry, make sure to check that list is not empty, if list is empty...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 10.01.2025 17:43:16

In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in of_parse_phandle_with_args_map In of_parse_phandle_with_args_map() the inner loop that iterates through the map entries calls of_node_put(new) to free the re...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 25.09.2025 16:16:52

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add missing error checks to *_ctl_get() The *_ctl_get() functions which call scarlett2_update_*() were not checking the return value. Fix to check the return value...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 25.09.2025 16:15:30

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Free s_fs_info on unmount Now that we allocate a s_fs_info struct on fs context creation, we should ensure that we free it again when the superblock goes away.