Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 21.05.2024 16:15:23
  • Last modified 03.02.2025 15:45:51

In the Linux kernel, the following vulnerability has been resolved: drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_pmu uninit process When tearing down a 'hisi_hns3' PMU, we mistakenly run the CPU hotplug callbacks afte...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:23
  • Last modified 02.04.2025 15:05:10

In the Linux kernel, the following vulnerability has been resolved: drm: bridge: it66121: Fix invalid connector dereference Fix the NULL pointer dereference when no monitor is connected, and the sound card is opened from userspace. Instead return ...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:23
  • Last modified 02.04.2025 15:05:23

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null pointer dereference in error message This patch fixes a null pointer dereference in the error message that is printed when the Display Core (DC) fails to ...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:23
  • Last modified 14.01.2025 16:31:00

In the Linux kernel, the following vulnerability has been resolved: hwmon: (axi-fan-control) Fix possible NULL pointer dereference axi_fan_control_irq_handler(), dependent on the private axi_fan_control_data structure, might be called before the hw...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:23
  • Last modified 24.09.2025 00:15:36

In the Linux kernel, the following vulnerability has been resolved: platform/x86: wmi: Fix opening of char device Since commit fa1f68db6ca7 ("drivers: misc: pass miscdevice pointer via file private data"), the miscdevice stores a pointer to itself ...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:23
  • Last modified 14.01.2025 16:29:50

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data Add the check for the return value of mtk_alloc_clk_data() in order to avoid NULL pointer dereference.

  • EPSS 0.03%
  • Published 21.05.2024 16:15:23
  • Last modified 24.09.2025 00:25:15

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Fix user-memory-access bug in uclogic_params_ugee_v2_init_event_hooks() When CONFIG_HID_UCLOGIC=y and CONFIG_KUNIT_ALL_TESTS=y, launch kernel and then the below user-...

  • EPSS 0.03%
  • Published 21.05.2024 16:15:23
  • Last modified 24.09.2025 00:47:20

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: possible buffer overflow Buffer 'afmt_status' of size 6 could overflow, since index 'afmt_idx' is checked after access.

  • EPSS 0.03%
  • Published 21.05.2024 16:15:23
  • Last modified 26.09.2025 16:17:03

In the Linux kernel, the following vulnerability has been resolved: thermal: core: prevent potential string overflow The dev->id value comes from ida_alloc() so it's a number between zero and INT_MAX. If it's too high then these sprintf()s will ov...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:23
  • Last modified 02.04.2025 15:18:25

In the Linux kernel, the following vulnerability has been resolved: pstore/platform: Add check for kstrdup Add check for the return value of kstrdup() and return the error if it fails in order to avoid NULL pointer dereference.