Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 21.05.2024 16:15:19
  • Last modified 21.11.2024 08:40:38

In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup() fc_lport_ptp_setup() did not check the return value of fc_rport_create() which can return NULL and would...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:19
  • Last modified 02.04.2025 15:02:08

In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add check for negative db_l2nbperpage l2nbperpage is log2(number of blks per page), and the minimum legal value should be 0, not negative. In the case of l2nbperpage being...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:19
  • Last modified 02.04.2025 15:00:51

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool In practice the driver should never send more commands than are allocated to a queue's event pool. In the unlikely ev...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:19
  • Last modified 03.11.2025 22:16:31

In the Linux kernel, the following vulnerability has been resolved: drm/amd: check num of link levels when update pcie param In SR-IOV environment, the value of pcie_table->num_of_link_levels will be 0, and num_of_levels - 1 will cause array index ...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:19
  • Last modified 26.09.2025 16:58:22

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Fix hungtask for PADATA_RESET We found a hungtask bug in test_aead_vec_cfg as follows: INFO: task cryptomgr_test:391009 blocked for more than 120 seconds. "echo 0...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:19
  • Last modified 16.09.2025 14:15:46

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential null pointer derefernce The amdgpu_ras_get_context may return NULL if device not support ras feature, so add check before using.

  • EPSS 0.03%
  • Published 21.05.2024 16:15:19
  • Last modified 21.11.2024 08:40:39

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vkms: fix a possible null pointer dereference In amdgpu_vkms_conn_get_modes(), the return value of drm_cvt_mode() is assigned to mode, which will lead to a NULL pointer ...

  • EPSS 0.04%
  • Published 21.05.2024 16:15:19
  • Last modified 23.09.2025 22:43:36

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix shift out-of-bounds issue [ 567.613292] shift exponent 255 is too large for 64-bit type 'long unsigned int' [ 567.614498] CPU: 5 PID: 238 Comm: kworker/5:1 Tainte...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:19
  • Last modified 16.09.2025 14:15:48

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL In certain types of chips, such as VEGA20, reading the amdgpu_regs_smc file could result in an abnormal null...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:19
  • Last modified 30.12.2024 20:08:57

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 For pptable structs that use flexible array sizes, use flexible arrays.