CVE-2024-50006
- EPSS 0.19%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 12.05.2026 12:17:19
In the Linux kernel, the following vulnerability has been resolved: ext4: fix i_data_sem unlock order in ext4_ind_migrate() Fuzzing reports a possible deadlock in jbd2_log_wait_commit. This issue is triggered when an EXT4_IOC_MIGRATE ioctl is set ...
CVE-2024-50007
- EPSS 0.25%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 15.06.2026 18:23:50
In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access ASIHPI driver stores some values in the static array upon a response from the driver, and its index depends on the firmware. We should...
CVE-2024-50008
- EPSS 0.25%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 12.05.2026 12:17:20
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext() Replace one-element array with a flexible-array member in `struct host_cmd_ds_802_11_scan_...
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-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-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-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...
CVE-2024-49989
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 15.06.2026 18:25:09
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix double free issue during amdgpu module unload Flexible endpoints use DIGs from available inflexible endpoints, so only the encoders of inflexible links need to...
CVE-2024-49991
- EPSS 0.28%
- Veröffentlicht 21.10.2024 18:15:19
- Zuletzt bearbeitet 15.06.2026 18:24:17
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer Pass pointer reference to amdgpu_bo_unref to clear the correct pointer, otherwise amdgpu_bo_unref clear the local variable...