CVE-2025-38609

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
19/08/2025
Last modified:
03/11/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> PM / devfreq: Check governor before using governor-&gt;name<br /> <br /> Commit 96ffcdf239de ("PM / devfreq: Remove redundant governor_name from<br /> struct devfreq") removes governor_name and uses governor-&gt;name to replace<br /> it. But devfreq-&gt;governor may be NULL and directly using<br /> devfreq-&gt;governor-&gt;name may cause null pointer exception. Move the check of<br /> governor to before using governor-&gt;name.

Impact