In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Fix two locking issues with thermal zone debug With the current thermal zone locking arrangement in the debugfs …
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Fix two locking issues with thermal zone debug With the current thermal zone locking arrangement in the debugfs code, user space can open the "mitigations" file for a thermal zone before the zone's debugfs pointer is set which will result in a NULL pointer dereference in tze_seq_start(). Moreover, thermal_debug_tz_remove() is not called under the thermal zone lock, so it can run in parallel with the other fu…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/6c57bdd0505422d5ccd2df541d993aec978c842e Patch
- https://git.kernel.org/stable/c/c7f7c37271787a7f77d7eedc132b0b419a76b4c8 Patch
- https://git.kernel.org/stable/c/6c57bdd0505422d5ccd2df541d993aec978c842e Patch
- https://git.kernel.org/stable/c/c7f7c37271787a7f77d7eedc132b0b419a76b4c8 Patch
Timeline
- nvd_ingest NVD