CVE-2024-50009
- EPSS 0.23%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 02.02.2025 11:15:10
In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value cpufreq_cpu_get may return NULL. To avoid NULL-dereference check it and return in case of error. Found by Linux V...
CVE-2024-50010
- EPSS 0.24%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 12.05.2026 13:16:15
In the Linux kernel, the following vulnerability has been resolved: exec: don't WARN for racy path_noexec check Both i_mode and noexec checks wrapped in WARN_ON stem from an artifact of the previous implementation. They used to legitimately check f...
CVE-2024-50011
- EPSS 0.19%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 01.11.2024 15:31:48
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item There is no links_num in struct snd_soc_acpi_mach {}, and we test !link->num_adr as a condition to end the loop in hda...
CVE-2024-50012
- EPSS 0.23%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 01.06.2026 17:16:30
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...
CVE-2024-50013
- EPSS 0.22%
- 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...
CVE-2024-50014
- EPSS 0.22%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 14.07.2026 13:17:11
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...
CVE-2024-50015
- EPSS 0.24%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 12.05.2026 13:16:15
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...
CVE-2024-50000
- EPSS 0.24%
- 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...
CVE-2024-50001
- EPSS 0.32%
- Veröffentlicht 21.10.2024 18:15:20
- Zuletzt bearbeitet 12.05.2026 12:17:19
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...
CVE-2024-50002
- EPSS 0.24%
- 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...