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 04.09.2024 20:15:07
  • Last modified 03.10.2024 14:32:31

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: fix panic caused by partcmd_update We find a bug as below: BUG: unable to handle page fault for address: 00000003 PGD 0 P4D 0 Oops: 0000 [#1] PREEMPT SMP NOPTI CPU: ...

  • EPSS 0.03%
  • Published 04.09.2024 20:15:07
  • Last modified 10.10.2024 17:50:14

In the Linux kernel, the following vulnerability has been resolved: ata: pata_macio: Fix DMA table overflow Kolbjørn and Jonáš reported that their 32-bit PowerMacs were crashing in pata-macio since commit 09fe2bfa6b83 ("ata: pata_macio: Fix max_seg...

  • EPSS 0.01%
  • Published 04.09.2024 20:15:07
  • Last modified 03.11.2025 23:15:45

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Validate TA binary size Add TA binary size validation to avoid OOB write. (cherry picked from commit c0a04e3570d72aaf090962156ad085e37c62e442)

  • EPSS 0.04%
  • Published 04.09.2024 20:15:07
  • Last modified 10.09.2024 16:51:19

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xe_exec_queue_put Free job depends on job->vm being valid, the last xe_exec_queue_put can destroy the VM. Prevent UAF by freeing job before xe_exec_queue_pu...

  • EPSS 0.01%
  • Published 04.09.2024 20:15:07
  • Last modified 10.10.2024 17:44:36

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xe_gt_pagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here....

  • EPSS 0.03%
  • Published 04.09.2024 20:15:07
  • Last modified 10.10.2024 17:42:53

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix opregion leak Being part o the display, ideally the setup and cleanup would be done by display itself. However this is a bigger refactor that needs to be done on both i...

  • EPSS 0.03%
  • Published 04.09.2024 20:15:07
  • Last modified 05.09.2024 17:54:19

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask() UBSAN reports the following 'subtraction overflow' error when booting in a virtual machine on Android: | Int...

  • EPSS 0.01%
  • Published 04.09.2024 20:15:07
  • Last modified 03.11.2025 23:15:45

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails If the dpu_format_populate_layout() fails, then FB is prepared, but not cleaned up. This ends up leaking the pin_count o...

  • EPSS 0.01%
  • Published 04.09.2024 20:15:07
  • Last modified 03.11.2025 23:15:45

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate vlan header Ensure there is sufficient room to access the protocol field of the VLAN header, validate it once before the flowtable lookup. =========...

  • EPSS 0.01%
  • Published 04.09.2024 20:15:07
  • Last modified 10.10.2024 16:48:56

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix double DMA unmapping for XDP_REDIRECT Remove the dma_unmap_page_attrs() call in the driver's XDP_REDIRECT code path. This should have been removed when we let the pag...