CVE-2022-48953
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:07:48
In the Linux kernel, the following vulnerability has been resolved: rtc: cmos: Fix event handler registration ordering issue Because acpi_install_fixed_event_handler() enables the event automatically on success, it is incorrect to call it before th...
CVE-2022-48956
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 24.10.2024 19:59:47
In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid use-after-free in ip6_fragment() Blamed commit claimed rcu_read_lock() was held by ip6_fragment() callers. It seems to not be always true, at least for UDP stack. syz...
CVE-2024-50017
- EPSS 0.03%
- Veröffentlicht 21.10.2024 19:15:05
- Zuletzt bearbeitet 17.02.2025 12:15:26
In the Linux kernel, the following vulnerability has been resolved: x86/mm/ident_map: Use gbpages only where full GB page should be mapped. When ident_pud_init() uses only GB pages to create identity maps, large ranges of addresses not actually req...
CVE-2024-50003
- EPSS 0.03%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 03.11.2025 23:16:39
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix system hang while resume with TBT monitor [Why] Connected with a Thunderbolt monitor and do the suspend and the system may hang while resume. The TBT monitor ...
CVE-2024-50006
- EPSS 0.01%
- 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.03%
- Veröffentlicht 21.10.2024 19:15:04
- Zuletzt bearbeitet 03.11.2025 23:16:39
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.02%
- 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.01%
- 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.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...
CVE-2024-50015
- EPSS 0.02%
- 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...