PT-2026-38979 · Linux · Linux Kernel
Published
2026-05-08
·
Updated
2026-05-16
·
CVE-2026-43328
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A double free issue exists in the
cpufreq dbs governor init() function error path. When the kobject init and add() function fails, the system calls kobject put(&dbs data->attr set.kobj), which triggers the cpufreq dbs data release() callback. This callback executes gov->exit(dbs data) and kfree(dbs data). However, the error path subsequently calls gov->exit(dbs data) and kfree(dbs data) again, leading to a double free condition.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Double Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel