Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 09:33:49
  • Zuletzt bearbeitet 06.12.2025 22:15:50

In the Linux kernel, the following vulnerability has been resolved: block: fix race between set_blocksize and read paths With the new large sector size support, it's now the case that set_blocksize can change i_blksize and the folio order in a mann...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 09:33:48
  • Zuletzt bearbeitet 17.12.2025 18:54:13

In the Linux kernel, the following vulnerability has been resolved: libnvdimm/labels: Fix divide error in nd_label_data_init() If a faulty CXL memory device returns a broken zero LSA size in its memory device information (Identify Memory Device (Op...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 09:33:47
  • Zuletzt bearbeitet 14.11.2025 17:05:15

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: Add NULL check in sma1307_setting_loaded() All varibale allocated by kzalloc and devm_kzalloc could be NULL. Multiple pointer checks and their cleanup are added. Th...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 09:33:47
  • Zuletzt bearbeitet 17.12.2025 18:54:05

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Check return value from memblock_phys_alloc_range() At least with CONFIG_PHYSICAL_START=0x100000, if there is < 4 MiB of contiguous free memory available at this point, the...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 09:33:46
  • Zuletzt bearbeitet 17.12.2025 18:53:07

In the Linux kernel, the following vulnerability has been resolved: crypto: lzo - Fix compression buffer overrun Unlike the decompression code, the compression code in LZO never checked for output overruns. It instead assumes that the caller alway...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 09:33:46
  • Zuletzt bearbeitet 14.11.2025 17:05:43

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Fix a kernel oops found while testing the stm32_pcie Endpoint driver with handling of PERST# deassertion: D...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 09:33:45
  • Zuletzt bearbeitet 17.12.2025 18:52:57

In the Linux kernel, the following vulnerability has been resolved: rseq: Fix segfault on registration when rseq_cs is non-zero The rseq_cs field is documented as being set to 0 by user-space prior to registration, however this is not currently enf...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 09:33:44
  • Zuletzt bearbeitet 17.12.2025 19:18:29

In the Linux kernel, the following vulnerability has been resolved: orangefs: Do not truncate file size 'len' is used to store the result of i_size_read(), so making 'len' a size_t results in truncation to 4GiB on 32-bit systems.

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 09:33:44
  • Zuletzt bearbeitet 17.12.2025 19:18:44

In the Linux kernel, the following vulnerability has been resolved: dm cache: prevent BUG_ON by blocking retries on failed device resumes A cache device failing to resume due to mapping errors should not be retried, as the failure leaves a partiall...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 09:33:42
  • Zuletzt bearbeitet 14.11.2025 17:05:53

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on device_shutdown() Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0...