Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 08.11.2024 06:15:15
  • Last modified 03.11.2025 23:16:57

In the Linux kernel, the following vulnerability has been resolved: remoteproc: k3-r5: Fix error handling when power-up failed By simply bailing out, the driver was violating its rule and internal assumptions that either both or no rproc should be ...

  • EPSS 0.04%
  • Published 08.11.2024 06:15:15
  • Last modified 01.10.2025 21:15:58

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a UBSAN warning in DML2.1 When programming phantom pipe, since cursor_width is explicity set to 0, this causes calculation logic to trigger overflow for an uns...

  • EPSS 0.03%
  • Published 08.11.2024 06:15:15
  • Last modified 01.10.2025 21:15:59

In the Linux kernel, the following vulnerability has been resolved: cpufreq: loongson3: Use raw_smp_processor_id() in do_service_request() Use raw_smp_processor_id() instead of plain smp_processor_id() in do_service_request(), otherwise we may get ...

  • EPSS 0.04%
  • Published 08.11.2024 06:15:15
  • Last modified 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: ceph: remove the incorrect Fw reference check when dirtying pages When doing the direct-io reads it will also try to mark pages dirty, but for the read path it won't hold the Fw ca...

  • EPSS 0.04%
  • Published 08.11.2024 06:15:15
  • Last modified 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: fbdev: sisfb: Fix strbuf array overflow The values of the variables xres and yres are placed in strbuf. These variables are obtained from strbuf1. The strbuf1 array contains digit ...

  • EPSS 0.04%
  • Published 08.11.2024 06:15:15
  • Last modified 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: secretmem: disable memfd_secret() if arch cannot set direct map Return -ENOSYS from memfd_secret() syscall if !can_set_direct_map(). This is the case for example on some arm64 con...

  • EPSS 0.02%
  • Published 08.11.2024 06:15:15
  • Last modified 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance Deleting an NPIV instance requires all fabric ndlps to be released before an NPIV's resources can be t...

  • EPSS 0.05%
  • Published 08.11.2024 06:15:15
  • Last modified 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: virtio_pmem: Check device status before requesting flush If a pmem device is in a bad status, the driver side could wait for host ack forever in virtio_pmem_flush(), causing the sy...

  • EPSS 0.05%
  • Published 08.11.2024 06:15:15
  • Last modified 03.11.2025 23:16:59

In the Linux kernel, the following vulnerability has been resolved: mptcp: handle consistently DSS corruption Bugged peer implementation can send corrupted DSS options, consistently hitting a few warning in the data path. Use DEBUG_NET assertions, ...

  • EPSS 0.04%
  • Published 08.11.2024 06:15:15
  • Last modified 03.11.2025 23:16:59

In the Linux kernel, the following vulnerability has been resolved: net: explicitly clear the sk pointer, when pf->create fails We have recently noticed the exact same KASAN splat as in commit 6cd4a78d962b ("net: do not leave a dangling sk pointer,...