CVE-2025-38195
BaseFortify
Publication date: 2025-07-04
Last updated on: 2025-11-19
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) |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| 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 for the LoongArch architecture is caused by a NULL pointer dereference in the huge_pte_offset() function. Specifically, the pmd (Page Middle Directory) pointer may be NULL, and the code did not properly check for this before using it, which can cause a kernel panic (crash) when the kernel tries to handle a paging request at a NULL virtual address.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to panic and crash, leading to a denial of service. Systems running affected versions on LoongArch architecture may become unstable or unavailable due to unexpected kernel crashes triggered by this issue.