CVE-2024-57997
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:13
- Zuletzt bearbeitet 03.11.2025 20:16:56
In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix channel survey memory allocation size KASAN reported a memory allocation issue in wcn->chan_survey due to incorrect size calculation. This commit uses kcalloc to...
CVE-2024-57998
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:13
- Zuletzt bearbeitet 03.11.2025 20:16:57
In the Linux kernel, the following vulnerability has been resolved: OPP: add index check to assert to avoid buffer overflow in _read_freq() Pass the freq index to the assert function to make sure we do not read a freq out of the opp->rates[] table ...
CVE-2024-57999
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:13
- Zuletzt bearbeitet 23.10.2025 17:49:44
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW Power Hypervisor can possibily allocate MMIO window intersecting with Dynamic DMA Window (DDW) range, which is over...
CVE-2024-57986
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:12
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections A report in 2019 by the syzbot fuzzer was found to be connected to two errors in the HID core a...
CVE-2024-57979
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: pps: Fix a use-after-free On a board running ntpd and gpsd, I'm seeing a consistent use-after-free in sys_exit() from gpsd when rebooting: pps pps1: removed ------------[ ...
CVE-2024-57980
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 03.11.2025 20:16:56
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvc_status_init() function fails to allocate the int_urb, it will free the dev->status pointer but doesn't reset the pointer t...
CVE-2024-57981
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix NULL pointer dereference on certain command aborts If a command is queued to the final usable TRB of a ring segment, the enqueue pointer is advanced to the subsequen...
CVE-2024-57982
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 11.01.2026 17:15:51
In the Linux kernel, the following vulnerability has been resolved: xfrm: state: fix out-of-bounds read during lookup lookup and resize can run in parallel. The xfrm_state_hash_generation seqlock ensures a retry, but the hash functions can observe...
CVE-2024-57953
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 01.10.2025 20:18:07
In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fix integer overflow on 32bit systems The problem is this multiply in tps6594_rtc_set_offset() tmp = offset * TICKS_PER_HOUR; The "tmp" variable is an s64 but "off...
CVE-2024-57973
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 03.11.2025 20:16:55
In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl->tot_len" variable is controlled by the user. It comes from process_responses(). On 32bit systems, the "gl->tot_le...