Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:18

In the Linux kernel, the following vulnerability has been resolved: drm/client: fix null pointer dereference in drm_client_modeset_probe In drm_client_modeset_probe(), the return value of drm_mode_duplicate() is assigned to modeset->mode, which wil...

  • EPSS 0.02%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:18

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Recompute DSC Params if no Stream on Link [why] Encounter NULL pointer dereference uner mst + dsc setup. BUG: kernel NULL pointer dereference, address: 00000...

  • EPSS 0.02%
  • Published 26.08.2024 11:15:04
  • Last modified 05.09.2024 18:37:16

In the Linux kernel, the following vulnerability has been resolved: ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL Call efi_rt_services_supported() to check that efi.get_variable exists before calling it.

  • EPSS 0.01%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:18

In the Linux kernel, the following vulnerability has been resolved: net: drop bad gso csum_start and offset in virtio_net_hdr Tighten csum_start and csum_offset checks in virtio_net_hdr_to_skb for GSO packets. The function already checks that a ch...

  • EPSS 0.02%
  • Published 26.08.2024 11:15:04
  • Last modified 27.08.2024 14:38:19

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null pointer deref in dcn20_resource.c Fixes a hang thats triggered when MPV is run on a DCN401 dGPU: mpv --hwdec=vaapi --vo=gpu --hwdec-codecs=all and then ...

  • EPSS 0.02%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:19

In the Linux kernel, the following vulnerability has been resolved: media: xc2028: avoid use-after-free in load_firmware_cb() syzkaller reported use-after-free in load_firmware_cb() [1]. The reason is because the module allocated a struct tuner in ...

  • EPSS 0.02%
  • Published 26.08.2024 11:15:04
  • Last modified 27.08.2024 14:38:44

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference for DTN log in DCN401 When users run the command: cat /sys/kernel/debug/dri/0/amdgpu_dm_dtn_log The following NULL pointer dereferen...

  • EPSS 0.01%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:19

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checker before passing variables Checks null pointer before passing variables to functions. This fixes 3 NULL_RETURNS issues reported by Coverity.

  • EPSS 0.02%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:19

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30_apply_idle_power_opt...

  • EPSS 0.02%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:20

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference.