Linux

Linux Kernel

12374 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.09%
  • Published 01.05.2024 13:15:49
  • Last modified 08.04.2025 18:39:21

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()' In the first if statement, we're checking if 'replay' is NULL. But in the second if statement, we're not...

  • EPSS 0.02%
  • Published 01.05.2024 13:15:49
  • Last modified 08.04.2025 18:38:51

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini() Since 'adev->dm.dc' in amdgpu_dm_fini() might turn out to be NULL before the call to dc_enable_dmub_notificatio...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 19:12:55

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential out-of-bounds access in 'amdgpu_discovery_reg_base_init()' The issue arises when the array 'adev->vcn.vcn_config' is accessed before checking if the index...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 19:13:31

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvb_register_device, *pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, *pdvbdev is not set to N...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 14:12:17

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()' The 'stream' pointer is used in dcn10_set_output_transfer_func() before the check if ...

  • EPSS 0.02%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 19:13:59

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()' Tell snprintf() to store at most 10 bytes in the output buffer instead of 30. Fixes the below: drivers...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 18:19:19

In the Linux kernel, the following vulnerability has been resolved: nfp: flower: handle acti_netdevs allocation failure The kmalloc_array() in nfp_fl_lag_do_work() will return null, if the physical memory has run out. As a result, if we dereference...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 19:14:13

In the Linux kernel, the following vulnerability has been resolved: net: phy: fix phy_get_internal_delay accessing an empty array The phy_get_internal_delay function could try to access to an empty array in the case that the driver is calling phy_g...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:49
  • Last modified 23.12.2024 19:05:50

In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmk_op allocation failure The kzalloc() in brcmf_pmksa_v3_op() will return null if the physical memory has run out. As a result, if we dereference the null ...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:48
  • Last modified 08.04.2025 18:42:41

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix potential memleak in papr_get_attr() `buf` is allocated in papr_get_attr(), and krealloc() of `buf` could fail. We need to free the original `buf` in the case ...