Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:04
  • Zuletzt bearbeitet 22.09.2025 20:44:28

In the Linux kernel, the following vulnerability has been resolved: remoteproc: Fix count check in rproc_coredump_write() Check count for 0, to avoid a potential underflow. Make the check the same as the one in rproc_recovery_write().

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:04
  • Zuletzt bearbeitet 01.10.2025 20:16:00

In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent integer overflow on 32 bit systems On a 32 bit system, the "len * sizeof(*p)" operation can have an integer overflow.

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:04
  • Zuletzt bearbeitet 23.12.2025 14:16:08

In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent underflow in nfssvc_decode_writeargs() Smatch complains: fs/nfsd/nfsxdr.c:341 nfssvc_decode_writeargs() warn: no lower bound on 'args->len' Change the type to uns...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:04
  • Zuletzt bearbeitet 21.10.2025 11:46:12

In the Linux kernel, the following vulnerability has been resolved: cifs: fix handlecache and multiuser In multiuser each individual user has their own tcon structure for the share and thus their own handle for a cached directory. When we umount su...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 22.09.2025 20:57:13

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: add missing boundary check in vm_access A missing bounds check in vm_access() can lead to an out-of-bounds read or write in the adjacent memory area, since the len at...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 22.09.2025 20:57:24

In the Linux kernel, the following vulnerability has been resolved: crypto: octeontx2 - remove CONFIG_DM_CRYPT check No issues were found while using the driver with dm-crypt enabled. So CONFIG_DM_CRYPT check in the driver can be removed. This als...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 22.09.2025 20:31:24

In the Linux kernel, the following vulnerability has been resolved: brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path This avoids leaking memory if brcmf_chip_get_raminfo fails. Note that the CLM blob is released in the device re...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 21.10.2025 11:50:45

In the Linux kernel, the following vulnerability has been resolved: exec: Force single empty string when argv is empty Quoting[1] Ariadne Conill: "In several other operating systems, it is a hard requirement that the second argument to execve(2) b...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 21.10.2025 11:50:26

In the Linux kernel, the following vulnerability has been resolved: PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove() When a genpd with GENPD_FLAG_IRQ_SAFE gets removed, the following sleep-in-atomic bug will be seen, as genpd_deb...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 21.10.2025 11:50:13

In the Linux kernel, the following vulnerability has been resolved: block: fix rq-qos breakage from skipping rq_qos_done_bio() a647a524a467 ("block: don't call rq_qos_ops->done_bio if the bio isn't tracked") made bio_endio() skip rq_qos_done_bio() ...