- EPSS 0.02%
- Published 16.09.2025 16:12:01
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: powerpc: Don't try to copy PPR for task with NULL pt_regs powerpc sets up PF_KTHREAD and PF_IO_WORKER with a NULL pt_regs, which from my (arguably very short) checking is not commo...
- EPSS 0.02%
- Published 16.09.2025 16:12:00
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer() Change logging from drm_{err,info}() to dev_{err,info}() in functions mtk_dp_aux_transfer() and mtk_dp_aux_do_tran...
- EPSS 0.03%
- Published 16.09.2025 16:11:59
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Don't leak some plane state Apparently no one noticed that mdp5 plane states leak like a sieve ever since we introduced plane_state->commit refcount a few years ago i...
- EPSS 0.03%
- Published 16.09.2025 16:11:58
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Wait for io return on terminate rport System crash due to use after free. Current code allows terminate_rport_io to exit before making sure all IOs has returned. For...
- EPSS 0.02%
- Published 16.09.2025 16:11:58
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2_setsize when len is page aligned PAGE_ALIGN(x) macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply ...
- EPSS 0.03%
- Published 16.09.2025 16:11:57
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: drop short frames While technically some control frames like ACK are shorter and end after Address 1, such frames shouldn't be forwarded through wmediumd or s...
- EPSS 0.02%
- Published 16.09.2025 16:11:56
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() The function mpi3mr_get_all_tgt_info() has four issues: 1) It calculates valid entry length in alltgt_info assuming the heade...
- EPSS 0.02%
- Published 16.09.2025 16:11:55
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvm Currently there is no synchronisation between finalize_pkvm() and kvm_arm_init() initcalls. The finalize_pkvm() p...
- EPSS 0.03%
- Published 16.09.2025 16:11:54
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: recordmcount: Fix memory leaks in the uwrite function Common realloc mistake: 'file_append' nulled but not freed upon failure
- EPSS 0.03%
- Published 16.09.2025 16:11:53
- Last modified 17.09.2025 14:18:55
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Free resources after unregistering them The DP component's unbind operation walks through the submodules to unregister and clean things up. But if the unbind happens be...