CVE-2024-50218
- EPSS 0.27%
- Veröffentlicht 09.11.2024 11:15:07
- Zuletzt bearbeitet 03.11.2025 23:17:03
In the Linux kernel, the following vulnerability has been resolved: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow Syzbot reported a kernel BUG in ocfs2_truncate_inline. There are two reasons for this: first, the parameter value passed is...
CVE-2024-50220
- EPSS 0.17%
- Veröffentlicht 09.11.2024 11:15:07
- Zuletzt bearbeitet 26.09.2025 16:05:17
In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an incons...
CVE-2024-50221
- EPSS 0.25%
- Veröffentlicht 09.11.2024 11:15:07
- Zuletzt bearbeitet 11.12.2024 16:15:12
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Vangogh: Fix kernel memory out of bounds write KASAN reports that the GPU metrics table allocated in vangogh_tables_init() is not large enough for the memset done in sm...
CVE-2024-50222
- EPSS 0.24%
- Veröffentlicht 09.11.2024 11:15:07
- Zuletzt bearbeitet 01.10.2025 21:16:07
In the Linux kernel, the following vulnerability has been resolved: iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP generic/077 on x86_32 CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP=y with highmem, on huge=always tmpfs, issues a warning an...
CVE-2024-50223
- EPSS 0.23%
- Veröffentlicht 09.11.2024 11:15:07
- Zuletzt bearbeitet 01.10.2025 21:16:07
In the Linux kernel, the following vulnerability has been resolved: sched/numa: Fix the potential null pointer dereference in task_numa_work() When running stress-ng-vm-segv test, we found a null pointer dereference error in task_numa_work(). Here ...
CVE-2024-50224
- EPSS 0.23%
- Veröffentlicht 09.11.2024 11:15:07
- Zuletzt bearbeitet 01.10.2025 21:16:07
In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix crash when not using GPIO chip select Add check for the return value of spi_get_csgpiod() to avoid passing a NULL pointer to gpiod_direction_output(), preven...
CVE-2024-50225
- EPSS 0.2%
- Veröffentlicht 09.11.2024 11:15:07
- Zuletzt bearbeitet 01.10.2025 21:16:07
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix error propagation of split bios The purpose of btrfs_bbio_propagate_error() shall be propagating an error of split bio to its original btrfs_bio, and tell the error to t...
CVE-2024-50213
- EPSS 0.2%
- Veröffentlicht 09.11.2024 11:15:06
- Zuletzt bearbeitet 01.10.2025 21:16:06
In the Linux kernel, the following vulnerability has been resolved: drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic() modprobe drm_hdmi_state_helper_test and then rmmod it, the following memory leak occurs. The `mode` allocated ...
CVE-2024-50214
- EPSS 0.2%
- Veröffentlicht 09.11.2024 11:15:06
- Zuletzt bearbeitet 01.10.2025 21:16:06
In the Linux kernel, the following vulnerability has been resolved: drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic() modprobe drm_connector_test and then rmmod drm_connector_test, the following memory leak occurs. The `mode`...
CVE-2024-50215
- EPSS 0.25%
- Veröffentlicht 09.11.2024 11:15:06
- Zuletzt bearbeitet 03.11.2025 23:17:03
In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: assign dh_key to NULL after kfree_sensitive ctrl->dh_key might be used across multiple calls to nvmet_setup_dhgroup() for the same controller. So it's better to nullify...