CVE-2023-54058
BaseFortify
Publication date: 2025-12-24
Last updated on: 2025-12-29
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's firmware arm_ffa driver where the remove() callback function is called unconditionally without checking if it exists. If the driver is registered without a .remove callback, calling it leads to a NULL pointer dereference, causing a kernel crash (Oops). The fix involves checking if the remove() function is present before calling it to prevent this error.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference when removing the arm_ffa driver if the remove callback is missing. This can lead to system instability, denial of service, or unexpected reboots on affected systems.