CVE-2025-68798
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.12.0-rc1 |
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 race condition in the Linux kernel on AMD machines where a pointer to an event (cpuc->events[idx]) can become NULL during a subtle timing issue involving the NMI throttle function (x86_pmu_stop). This can lead to a general protection fault (GPF) when the kernel tries to enable a performance monitoring event without checking if the event pointer is NULL. The fix involves adding a check for NULL before enabling the event to avoid the fault.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash with a general protection fault on AMD machines, potentially leading to system instability or denial of service. It occurs when the kernel attempts to enable a performance monitoring event that has become NULL due to a race condition, which can disrupt normal system operations.