Security Advisory

CVE-2024-38615

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-06-19 13:56:15
Last updated 2026-05-12 11:55:10
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: cpufreq: exit() callback is optional The exit() callback is optional and shouldnt be called without checking a valid pointer first. Also, we must clear freq_table pointer even if the exit() callback isnt present.