Linux

Linux Kernel

13881 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:09:23
  • Zuletzt bearbeitet 05.11.2025 15:21:58

In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core.

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:22
  • Zuletzt bearbeitet 05.11.2025 15:17:49

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - invert valid length check when fetching device IDs syzbot is reporting uninitialized value at iforce_init_device() [1], for commit 6ac0aec6b0a6 ("Input: iforce - al...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:21
  • Zuletzt bearbeitet 07.11.2025 19:32:49

In the Linux kernel, the following vulnerability has been resolved: scsi: zfcp: Fix double free of FSF request when qdio send fails We used to use the wrong type of integer in 'zfcp_fsf_req_send()' to cache the FSF request ID when sending a new FSF...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:20
  • Zuletzt bearbeitet 07.11.2025 19:32:44

In the Linux kernel, the following vulnerability has been resolved: misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram() `struct vmci_event_qp` allocated by qp_notify_peer() contains padding, which may carry uninitialized data to the u...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:19
  • Zuletzt bearbeitet 07.11.2025 19:32:36

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put() pci_get_device() will increase the reference count for the returned pci_dev. We need to use pci_dev_put() t...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:18
  • Zuletzt bearbeitet 07.11.2025 17:49:19

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Add overflow check in sgx_validate_offset_length() sgx_validate_offset_length() function verifies "offset" and "length" arguments provided by userspace, but was missing an...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:09:18
  • Zuletzt bearbeitet 07.11.2025 17:49:37

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: properly pin the parent in blkcg_css_online blkcg_css_online is supposed to pin the blkcg of the parent, but 397c9f46ee4d refactored things and along the way, changed i...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:09:17
  • Zuletzt bearbeitet 07.11.2025 17:48:52

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Drop fpregs lock before inheriting FPU permissions Mike Galbraith reported the following against an old fork of preempt-rt but the same issue also applies to the current p...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:09:17
  • Zuletzt bearbeitet 07.11.2025 17:49:00

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/uncore: Fix memory leak for events array When a CPU comes online, the per-CPU NB and LLC uncore contexts are freed but not the events array within the context structur...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:16
  • Zuletzt bearbeitet 07.11.2025 17:48:16

In the Linux kernel, the following vulnerability has been resolved: perf: Improve missing SIGTRAP checking To catch missing SIGTRAP we employ a WARN in __perf_event_overflow(), which fires if pending_sigtrap was already set: returning to user space...