2 matches found
kernel: PM / devfreq: Fix buffer overflow in trans_stat_show
This linux kernel vulnerability occurs in the power management devfreq subsystem, specifically within the transstatshow function. The code previously used a basic snprintf call to display state transition statistics, which could trigger a buffer overflow if the resulting transition table was larg...
7.8CVSS6.9AI score0.00259EPSS
SaveExploits0References5
SUSE CVE-2023-52614
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix buffer overflow in transstatshow Fix buffer overflow in transstatshow. Convert simple snprintf to the more secure scnprintf with size of PAGESIZE. Add condition checking if we are exceeding PAGESIZE and exit ear...
4.4CVSS6.8AI score0.00259EPSS
SaveExploits0References11
20