CVE-2025-22078
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/04/2025
Last modified:
17/04/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
staging: vchiq_arm: Fix possible NPR of keep-alive thread<br />
<br />
In case vchiq_platform_conn_state_changed() is never called or fails before<br />
driver removal, ka_thread won&#39;t be a valid pointer to a task_struct. So<br />
do the necessary checks before calling kthread_stop to avoid a crash.