CVE-2025-38318
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-11-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel relates to the perf subsystem on ARM architecture. Specifically, the function arm_ni_probe() was missing a call to platform_set_drvdata(), which is necessary to associate driver-specific data with a platform device. Without this call, when platform_get_drvdata() is called during device removal, it returns NULL, potentially causing improper handling or errors.
How can this vulnerability impact me? :
The impact of this vulnerability is that the removal of the ARM NI platform device may not correctly retrieve driver data, which could lead to improper cleanup or handling during device removal. This might cause system instability or unexpected behavior in the affected subsystem.