CVE-2024-53165
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:23
- Zuletzt bearbeitet 03.11.2025 21:17:35
In the Linux kernel, the following vulnerability has been resolved: sh: intc: Fix use-after-free bug in register_intc_controller() In the error handling for this function, d is freed without ever removing it from intc_list which would lead to a use...
CVE-2022-49034
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:22
- Zuletzt bearbeitet 03.11.2025 21:15:54
In the Linux kernel, the following vulnerability has been resolved: sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK When CONFIG_CPUMASK_OFFSTACK and CONFIG_DEBUG_PER_CPU_MAPS are selected, cpu_max_bits_warn() generates a runtime warning simi...
CVE-2024-53150
- EPSS 1.02%
- Veröffentlicht 24.12.2024 12:15:23
- Zuletzt bearbeitet 04.11.2025 16:47:05
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out of bounds reads when finding clock sources The current USB-audio driver code doesn't check bLength of each descriptor at traversing for clock descriptors. ...
CVE-2024-53155
- EPSS 0.01%
- Veröffentlicht 24.12.2024 12:15:23
- Zuletzt bearbeitet 03.11.2025 21:17:33
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix uninitialized value in ocfs2_file_read_iter() Syzbot has reported the following KMSAN splat: BUG: KMSAN: uninit-value in ocfs2_file_read_iter+0x9a4/0xf80 ocfs2_file_re...
CVE-2024-53156
- EPSS 0.02%
- Veröffentlicht 24.12.2024 12:15:23
- Zuletzt bearbeitet 03.11.2025 21:17:33
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service() I found the following bug in my fuzzer: UBSAN: array-index-out-of-bounds in drivers/net/wireless/ath/ath9...
CVE-2024-53146
- EPSS 0.01%
- Veröffentlicht 24.12.2024 12:15:22
- Zuletzt bearbeitet 03.11.2025 21:17:31
In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent a potential integer overflow If the tag length is >= U32_MAX - 3 then the "length + 4" addition can result in an integer overflow. Address this by splitting the decod...
CVE-2024-53147
- EPSS 0.03%
- Veröffentlicht 24.12.2024 12:15:22
- Zuletzt bearbeitet 01.10.2025 21:16:36
In the Linux kernel, the following vulnerability has been resolved: exfat: fix out-of-bounds access of directory entries In the case of the directory size is greater than or equal to the cluster size, if start_clu becomes an EOF cluster(an invalid ...
CVE-2024-53148
- EPSS 0.02%
- Veröffentlicht 24.12.2024 12:15:22
- Zuletzt bearbeitet 03.11.2025 21:17:31
In the Linux kernel, the following vulnerability has been resolved: comedi: Flush partial mappings in error case If some remap_pfn_range() calls succeeded before one failed, we still have buffer pages mapped into the userspace page tables when we d...
CVE-2024-53240
- EPSS 0.04%
- Veröffentlicht 24.12.2024 10:15:06
- Zuletzt bearbeitet 03.11.2025 21:17:45
In the Linux kernel, the following vulnerability has been resolved: xen/netfront: fix crash when removing device When removing a netfront device directly after a suspend/resume cycle it might happen that the queues have not been setup again, causin...
CVE-2024-53241
- EPSS 0.01%
- Veröffentlicht 24.12.2024 10:15:06
- Zuletzt bearbeitet 03.11.2025 21:17:46
In the Linux kernel, the following vulnerability has been resolved: x86/xen: don't do PV iret hypercall through hypercall page Instead of jumping to the Xen hypercall page for doing the iret hypercall, directly code the required sequence in xen-asm...