- EPSS 0.02%
- Published 15.09.2025 14:02:37
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix reading strings from synthetic events The follow commands caused a crash: # cd /sys/kernel/tracing # echo 's:open char file[]' > dynamic_events # echo 'hist:key...
- EPSS 0.02%
- Published 15.09.2025 14:02:36
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: media: ov8865: Fix an error handling path in ov8865_probe() The commit in Fixes also introduced some new error handling which should goto the existing error handling path. Otherwis...
- EPSS 0.03%
- Published 15.09.2025 14:02:34
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: bpf: make sure skb->len != 0 when redirecting to a tunneling device syzkaller managed to trigger another case where skb->len == 0 when we enter __dev_queue_xmit: WARNING: CPU: 0 P...
- EPSS 0.04%
- Published 15.09.2025 14:02:30
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: igb: Do not free q_vector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc() fails, q_vector will be freed but left in th...
- EPSS 0.04%
- Published 15.09.2025 14:02:12
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked a...
- EPSS 0.03%
- Published 15.09.2025 14:02:10
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix use_count leakage when handling boot-on I found a use_count leakage towards supply regulator of rdev with boot-on option. ┌───────────────────┐ ┌───...
- EPSS 0.04%
- Published 15.09.2025 14:02:09
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in of_get_ddr_timings() We should add the of_node_put() when breaking out of for_each_child_of_node() as it will automatically increase and decrea...
- EPSS 0.03%
- Published 15.09.2025 14:02:07
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double free on tx path. We see kernel crashes and lockups and KASAN errors related to ax210 firmware crashes. One of the KASAN dumps pointed at the tx path...
- EPSS 0.02%
- Published 15.09.2025 14:02:06
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irq Can not set the @shared_hcd to NULL before decrease the usage count by usb_put_hcd(), this will cause the share...
- EPSS 0.03%
- Published 15.09.2025 14:02:04
- Last modified 15.09.2025 15:21:42
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpci_register_port() I got the following report while doing device(mt6370-tcpc) load test with CONFIG_OF_UNITTEST and CONFIG_OF_DYN...