Linux · Linux Kernel · CVE-2023-52614
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
A buffer overflow vulnerability has been resolved in the Linux kernel, specifically in the PM / devfreq component, affecting the trans stat show function. The issue was addressed by converting a simple snprintf to the more secure scnprintf with a size of PAGE SIZE, adding condition checking to exit early from the loop if PAGE SIZE is exceeded, and documenting the potential return of an -EFBIG error in the ABI.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.