CVE-2025-40155
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.16.0 |
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 in the Linux kernel's iommu/vt-d debugfs code. It involves the legacy mode page table dump logic where the SSPTPTR value may be uninitialized or zero if the Translation Type (TT) is not 00b or 01b. This can cause a general protection fault (kernel oops) due to accessing a non-canonical address, leading to a crash or instability when the page table is walked incorrectly.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to crash or become unstable due to a general protection fault when the affected debugfs page table dump logic is triggered. This could lead to denial of service or system instability on affected systems running the vulnerable kernel version.