Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 19:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:40

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Avoid a bad reference count on CPU node In the parse_perf_domain function, if the call to of_parse_phandle_with_args returns an error, then the reference to the CPU device...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 19:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:40

In the Linux kernel, the following vulnerability has been resolved: exfat: fix memory leak in exfat_load_bitmap() If the first directory entry in the root directory is not a bitmap directory entry, 'bh' will not be released and reassigned, which wi...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 19:15:04
  • Zuletzt bearbeitet 05.01.2026 11:17:22

In the Linux kernel, the following vulnerability has been resolved: ext4: fix access to uninitialised lock in fc replay path The following kernel trace can be triggered with fstest generic/629 when executed against a filesystem with fast-commit fea...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 19:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:40

In the Linux kernel, the following vulnerability has been resolved: ext4: dax: fix overflowing extents beyond inode size when partially writing The dax_iomap_rw() does two things in each iteration: map written blocks and copy user data to blocks. I...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 19:15:04
  • Zuletzt bearbeitet 10.05.2025 14:15:25

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:20
  • Zuletzt bearbeitet 03.11.2025 23:16:38

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc() In mlx5e_tir_builder_alloc() kvzalloc() may return NULL which is dereferenced on the next line in a reference to the modify f...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:20
  • Zuletzt bearbeitet 03.11.2025 23:16:39

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:20
  • Zuletzt bearbeitet 03.11.2025 23:16:39

In the Linux kernel, the following vulnerability has been resolved: static_call: Handle module init failure correctly in static_call_del_module() Module insertion invokes static_call_add_module() to initialize the static calls in a module. static_c...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 03.11.2025 23:16:37

In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors x86_android_tablet_remove() frees the pdevs[] array, so it should not be used after calli...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 28.10.2024 16:23:44

In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix undefined behavior in qsort(NULL, 0, ...) When netfilter has no entry to display, qsort is called with qsort(NULL, 0, ...). This results in undefined behavior, as UBSa...