CVE-2025-38322
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a crash issue in the Linux kernel's perf subsystem on Intel CPUs, specifically related to the function icl_update_topdown_event(). It occurs because the function is incorrectly called on E-core CPUs (CPUs 16-23) that do not support the perf metrics feature, leading to a general protection fault and system hard-lockup. The root cause is a regression from a previous commit that mistakenly replaced a function call, causing the topdown event update to be invoked on unsupported CPUs.
How can this vulnerability impact me? :
This vulnerability can cause a system crash or hard-lockup on affected Linux systems running on certain Intel CPUs (RaptorLake E-core CPUs). This can lead to system instability, downtime, and potential loss of data or service availability.