CVE-2025-38136
- EPSS 0.11%
- Veröffentlicht 03.07.2025 08:35:39
- Zuletzt bearbeitet 17.12.2025 18:12:36
In the Linux kernel, the following vulnerability has been resolved: usb: renesas_usbhs: Reorder clock handling and power management in probe Reorder the initialization sequence in `usbhs_probe()` to enable runtime PM before accessing registers, pre...
CVE-2025-38135
- EPSS 0.12%
- Veröffentlicht 03.07.2025 08:35:38
- Zuletzt bearbeitet 17.12.2025 18:12:25
In the Linux kernel, the following vulnerability has been resolved: serial: Fix potential null-ptr-deref in mlb_usio_probe() devm_ioremap() can return NULL on error. Currently, mlb_usio_probe() does not check for this case, which could result in a ...
CVE-2025-38129
- EPSS 0.06%
- Veröffentlicht 03.07.2025 08:35:33
- Zuletzt bearbeitet 19.01.2026 13:16:08
In the Linux kernel, the following vulnerability has been resolved: page_pool: Fix use-after-free in page_pool_recycle_in_ring syzbot reported a uaf in page_pool_recycle_in_ring: BUG: KASAN: slab-use-after-free in lock_release+0x151/0xa30 kernel/l...
CVE-2025-38127
- EPSS 0.07%
- Veröffentlicht 03.07.2025 08:35:32
- Zuletzt bearbeitet 20.11.2025 21:32:54
In the Linux kernel, the following vulnerability has been resolved: ice: fix Tx scheduler error handling in XDP callback When the XDP program is loaded, the XDP callback adds new Tx queues. This means that the callback must update the Tx scheduler ...
CVE-2025-38125
- EPSS 0.1%
- Veröffentlicht 03.07.2025 08:35:31
- Zuletzt bearbeitet 17.03.2026 13:16:14
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptp_rate is not 0 before configuring EST If the ptp_rate recorded earlier in the driver happens to be 0, this bogus value will propagate up to EST confi...
CVE-2025-38126
- EPSS 0.1%
- Veröffentlicht 03.07.2025 08:35:31
- Zuletzt bearbeitet 17.12.2025 18:12:12
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptp_rate is not 0 before configuring timestamping The stmmac platform drivers that do not open-code the clk_ptp_rate value after having retrieved the de...
CVE-2025-38119
- EPSS 0.13%
- Veröffentlicht 03.07.2025 08:35:26
- Zuletzt bearbeitet 19.01.2026 13:16:08
In the Linux kernel, the following vulnerability has been resolved: scsi: core: ufs: Fix a hang in the error handler ufshcd_err_handling_prepare() calls ufshcd_rpm_get_sync(). The latter function can only succeed if UFSHCD_EH_IN_PROGRESS is not set...
CVE-2025-38117
- EPSS 0.07%
- Veröffentlicht 03.07.2025 08:35:25
- Zuletzt bearbeitet 20.11.2025 21:33:29
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Protect mgmt_pending list with its own lock This uses a mutex to protect from concurrent access of mgmt_pending list which can cause crashes like: ===============...
CVE-2025-38115
- EPSS 0.12%
- Veröffentlicht 03.07.2025 08:35:23
- Zuletzt bearbeitet 17.12.2025 18:13:53
In the Linux kernel, the following vulnerability has been resolved: net_sched: sch_sfq: fix a potential crash on gso_skb handling SFQ has an assumption of always being able to queue at least one packet. However, after the blamed commit, sch->q.len...
CVE-2025-38112
- EPSS 0.09%
- Veröffentlicht 03.07.2025 08:35:21
- Zuletzt bearbeitet 17.12.2025 18:13:47
In the Linux kernel, the following vulnerability has been resolved: net: Fix TOCTOU issue in sk_is_readable() sk->sk_prot->sock_is_readable is a valid function pointer when sk resides in a sockmap. After the last sk_psock_put() (which usually happe...