Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 18.09.2024 07:15:03
  • Last modified 30.09.2024 12:49:43

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add otg_master NULL check within resource_log_pipe_topology_update [Why] Coverity reports NULL_RETURN warning. [How] Add otg_master NULL check.

  • EPSS 0.02%
  • Published 18.09.2024 07:15:03
  • Last modified 26.09.2024 13:31:34

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index for aux_rd_interval before using aux_rd_interval has size of 7 and should be checked. This fixes 3 OVERRUN and 1 INTEGER_OVERFLOW issues reported by C...

  • EPSS 0.03%
  • Published 18.09.2024 07:15:03
  • Last modified 26.09.2025 17:34:46

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix incorrect size calculation for loop [WHY] fe_clk_en has size of 5 but sizeof(fe_clk_en) has byte size 20 which is lager than the array size. [HOW] Divide byte...

  • EPSS 0.02%
  • Published 13.09.2024 15:15:15
  • Last modified 03.11.2025 23:15:55

In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix AUX buffer serialization Ole reported that event->mmap_mutex is strictly insufficient to serialize the AUX buffer, add a per RB mutex to fully serialize it. Note tha...

  • EPSS 0.03%
  • Published 13.09.2024 07:15:06
  • Last modified 19.09.2024 13:09:22

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Disable coherent dumb buffers without 3d Coherent surfaces make only sense if the host renders to them using accelerated apis. Without 3d the entire content of dumb buf...

  • EPSS 0.01%
  • Published 13.09.2024 07:15:05
  • Last modified 19.09.2024 13:40:27

In the Linux kernel, the following vulnerability has been resolved: libfs: fix infinite directory reads for offset dir After we switch tmpfs dir operations from simple_dir_operations to simple_offset_dir_operations, every rename happened will fill ...

  • EPSS 0.02%
  • Published 13.09.2024 07:15:05
  • Last modified 03.11.2025 23:15:54

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Mark XDomain as unplugged when router is removed I noticed that when we do discrete host router NVM upgrade and it gets hot-removed from the PCIe side as a result of N...

  • EPSS 0.02%
  • Published 13.09.2024 07:15:05
  • Last modified 19.09.2024 13:33:57

In the Linux kernel, the following vulnerability has been resolved: Revert "serial: 8250_omap: Set the console genpd always on if no console suspend" This reverts commit 68e6939ea9ec3d6579eadeab16060339cdeaf940. Kevin reported that this causes a c...

  • EPSS 0.05%
  • Published 13.09.2024 07:15:05
  • Last modified 19.09.2024 13:32:39

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix spruious data race in __flush_work() When flushing a work item for cancellation, __flush_work() knows that it exclusively owns the work item through its PENDING bit....

  • EPSS 0.02%
  • Published 13.09.2024 07:15:05
  • Last modified 19.09.2024 13:30:44

In the Linux kernel, the following vulnerability has been resolved: drm/xe: reset mmio mappings with devm Set our various mmio mappings to NULL. This should make it easier to catch something rogue trying to mess with mmio after device removal. For ...