Bug 2360216 (CVE-2025-22078) - CVE-2025-22078 kernel: staging: vchiq_arm: Fix possible NPR of keep-alive thread
Summary: CVE-2025-22078 kernel: staging: vchiq_arm: Fix possible NPR of keep-alive thread
Keywords:
Status: NEW
Alias: CVE-2025-22078
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-04-16 15:03 UTC by OSIDB Bzimport
Modified: 2025-04-18 03:27 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-04-16 15:03:03 UTC
In the Linux kernel, the following vulnerability has been resolved:

staging: vchiq_arm: Fix possible NPR of keep-alive thread

In case vchiq_platform_conn_state_changed() is never called or fails before
driver removal, ka_thread won't be a valid pointer to a task_struct. So
do the necessary checks before calling kthread_stop to avoid a crash.

Comment 1 Avinash Hanwate 2025-04-17 13:55:27 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025041613-CVE-2025-22078-b7ce@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.