Linux

Linux

9650 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.16%
  • Veröffentlicht 11.09.2025 16:56:37
  • Zuletzt bearbeitet 12.05.2026 13:17:11

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: exynos: Fix programming of HCI_UTRL_NEXUS_TYPE On Google gs101, the number of UTP transfer request slots (nutrs) is 32, and in this case the driver ends up programming t...

  • EPSS 0.12%
  • Veröffentlicht 11.09.2025 16:56:37
  • Zuletzt bearbeitet 25.11.2025 18:22:51

In the Linux kernel, the following vulnerability has been resolved: crypto: x86/aegis - Add missing error checks The skcipher_walk functions can allocate memory and can fail, so checking for errors is necessary.

  • EPSS 0.15%
  • Veröffentlicht 11.09.2025 16:56:36
  • Zuletzt bearbeitet 12.05.2026 13:17:11

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: mdt_loader: Ensure we don't read past the ELF header When the MDT loader is used in remoteproc, the ELF header is sanitized beforehand, but that's not necessary the case...

  • EPSS 0.13%
  • Veröffentlicht 11.09.2025 16:56:35
  • Zuletzt bearbeitet 25.11.2025 18:44:51

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7173: fix channels index for syscalib_mode Fix the index used to look up the channel when accessing the syscalib_mode attribute. The address field is a 0-based index (s...

  • EPSS 0.12%
  • Veröffentlicht 11.09.2025 16:56:34
  • Zuletzt bearbeitet 25.11.2025 18:49:03

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix link speed calculation on retrain failure When pcie_failed_link_retrain() fails to retrain, it tries to revert to the previous link speed. However it calculates that spee...

  • EPSS 0.12%
  • Veröffentlicht 11.09.2025 16:56:34
  • Zuletzt bearbeitet 25.11.2025 18:47:36

In the Linux kernel, the following vulnerability has been resolved: drm/hisilicon/hibmc: fix irq_request()'s irq name variable is local The local variable is passed in request_irq (), and there will be use after free problem, which will make reques...

  • EPSS 0.15%
  • Veröffentlicht 11.09.2025 16:56:33
  • Zuletzt bearbeitet 12.05.2026 13:17:11

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix configfs group list head handling Doing a list_del() on the epf_group field of struct pci_epf_driver in pci_epf_remove_cfs() is not correct as this field is a li...

  • EPSS 0.12%
  • Veröffentlicht 11.09.2025 16:56:32
  • Zuletzt bearbeitet 14.07.2026 13:17:49

In the Linux kernel, the following vulnerability has been resolved: jbd2: prevent softlockup in jbd2_log_do_checkpoint() Both jbd2_log_do_checkpoint() and jbd2_journal_shrink_checkpoint_list() periodically release j_list_lock after processing a bat...

  • EPSS 0.13%
  • Veröffentlicht 11.09.2025 16:56:31
  • Zuletzt bearbeitet 25.11.2025 19:08:03

In the Linux kernel, the following vulnerability has been resolved: sched/ext: Fix invalid task state transitions on class switch When enabling a sched_ext scheduler, we may trigger invalid task state transitions, resulting in warnings like the fol...

  • EPSS 0.14%
  • Veröffentlicht 11.09.2025 16:56:31
  • Zuletzt bearbeitet 25.11.2025 18:49:43

In the Linux kernel, the following vulnerability has been resolved: parisc: Drop WARN_ON_ONCE() from flush_cache_vmap I have observed warning to occassionally trigger.