- EPSS 0.04%
- Published 18.06.2025 11:02:53
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted Following process will fail assertion 'jh->b_frozen_data == NULL' in jbd2_journal_dirty_metadata(): ...
- EPSS 0.04%
- Published 18.06.2025 11:02:52
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6797-mt6351: Fix refcount leak in mt6797_mt6351_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not ne...
- EPSS 0.04%
- Published 18.06.2025 11:02:51
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it w...
- EPSS 0.04%
- Published 18.06.2025 11:02:51
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it w...
- EPSS 0.03%
- Published 18.06.2025 11:02:50
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init Every iteration of for_each_available_child_of_node() decrements the reference count of the previous node. When breaki...
- EPSS 0.04%
- Published 18.06.2025 11:02:49
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: rpmsg: Fix possible refcount leak in rpmsg_register_device_override() rpmsg_register_device_override need to call put_device to free vch when driver_set_override fails. Fix this b...
- EPSS 0.03%
- Published 18.06.2025 11:02:49
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...
- EPSS 0.03%
- Published 18.06.2025 11:02:48
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable commit 2c9ac51b850d ("powerpc/perf: Fix PMU callbacks to clear pending PMI bef...
- EPSS 0.03%
- Published 18.06.2025 11:02:47
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ...
- EPSS 0.03%
- Published 18.06.2025 11:02:47
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: vfio: Split migration ops from main device ops vfio core checks whether the driver sets some migration op (e.g. set_state/get_state) and accordingly calls its op. However, current...