CVE-2024-57979
- EPSS 0.25%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 14.07.2026 13:17:14
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.25%
- 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.23%
- 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.22%
- 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-57983
- EPSS 0.21%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 01.10.2025 20:18:08
In the Linux kernel, the following vulnerability has been resolved: mailbox: th1520: Fix memory corruption due to incorrect array size The functions th1520_mbox_suspend_noirq and th1520_mbox_resume_noirq are intended to save and restore the interru...
CVE-2024-57984
- EPSS 0.22%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 24.03.2025 17:48:09
In the Linux kernel, the following vulnerability has been resolved: i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition In dw_i3c_common_probe, &master->hj_work is bound with dw_i3c_hj_work. And dw_i3c_master_irq_handler can c...
CVE-2024-57985
- EPSS 0.19%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 23.10.2025 17:56:25
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: Cleanup global '__scm' on probe failures If SCM driver fails the probe, it should not leave global '__scm' variable assigned, because external users of this dr...
CVE-2024-57953
- EPSS 0.21%
- 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.23%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 14.07.2026 13:17:14
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...
CVE-2024-57974
- EPSS 0.14%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 23.10.2025 18:00:26
In the Linux kernel, the following vulnerability has been resolved: udp: Deal with race between UDP socket address change and rehash If a UDP socket changes its local address while it's receiving datagrams, as a result of connect(), there is a peri...