- EPSS 0.05%
- Veröffentlicht 18.10.2025 08:03:21
- Zuletzt bearbeitet 29.10.2025 14:15:52
In the Linux kernel, the following vulnerability has been resolved: scsi: mvsas: Fix use-after-free bugs in mvs_work_queue During the detaching of Marvell's SAS/SATA controller, the original code calls cancel_delayed_work() in mvs_free() to cancel ...
- EPSS 0.03%
- Veröffentlicht 15.10.2025 07:59:14
- Zuletzt bearbeitet 16.10.2025 15:28:59
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait() There is a bug observed when rtw89_core_tx_kick_off_and_wait() tries to access already freed skb_data: BUG: K...
- EPSS 0.03%
- Veröffentlicht 15.10.2025 07:58:23
- Zuletzt bearbeitet 16.10.2025 15:28:59
In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blk_mq_tags double free while nr_requests grown In the case user trigger tags grow by queue sysfs attribute nr_requests, hctx->sched_tags will be freed directly and rep...
- EPSS 0.17%
- Veröffentlicht 15.10.2025 07:58:22
- Zuletzt bearbeitet 29.10.2025 14:15:52
In the Linux kernel, the following vulnerability has been resolved: scsi: target: target_core_configfs: Add length check to avoid buffer overflow A buffer overflow arises from the usage of snprintf to write into the buffer "buf" in target_lu_gp_mem...
- EPSS 0.07%
- Veröffentlicht 15.10.2025 07:58:21
- Zuletzt bearbeitet 29.10.2025 14:15:52
In the Linux kernel, the following vulnerability has been resolved: media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_remove The original code uses cancel_delayed_work() in flexcop_pci_remove(), which does not guarantee that ...
- EPSS 0.03%
- Veröffentlicht 15.10.2025 07:58:21
- Zuletzt bearbeitet 16.10.2025 15:28:59
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free The previous commit 0718a78f6a9f ("ALSA: usb-audio: Kill timer properly at removal") patched a UAF issue caused by th...
- EPSS 0.07%
- Veröffentlicht 15.10.2025 07:58:20
- Zuletzt bearbeitet 29.10.2025 14:15:52
In the Linux kernel, the following vulnerability has been resolved: media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe The state->timer is a cyclic timer that schedules work_i2c_poll and delayed_work_enable_hotplug, while...
- EPSS 0.07%
- Veröffentlicht 15.10.2025 07:58:19
- Zuletzt bearbeitet 29.10.2025 14:15:51
In the Linux kernel, the following vulnerability has been resolved: media: tuner: xc5000: Fix use-after-free in xc5000_release The original code uses cancel_delayed_work() in xc5000_release(), which does not guarantee that the delayed work item tim...
- EPSS 0.07%
- Veröffentlicht 15.10.2025 07:58:18
- Zuletzt bearbeitet 29.10.2025 14:15:51
In the Linux kernel, the following vulnerability has been resolved: media: rc: fix races with imon_disconnect() Syzbot reports a KASAN issue as below: BUG: KASAN: use-after-free in __create_pipe include/linux/usb.h:1945 [inline] BUG: KASAN: use-aft...
- EPSS 0.03%
- Veröffentlicht 15.10.2025 07:58:17
- Zuletzt bearbeitet 16.10.2025 15:28:59
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load() If ab->fw.m3_data points to data, then fw pointer remains null. Further, if m3_mem is not allocated, then fw is dereferen...