CVE-2025-38366
BaseFortify
Publication date: 2025-07-25
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 | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| 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's LoongArch KVM involves a lack of proper validation for the "num_cpu" value received from user space. Without this validation, the system could experience an array pointer overflow related to the irqchip EIOINTC, which supports a maximum number of CPUs defined by EIOINTC_ROUTE_MAX_VCPUS. The fix adds validation to ensure the cpu number does not exceed this maximum, preventing potential overflow issues.
How can this vulnerability impact me? :
If exploited, this vulnerability could lead to an array pointer overflow in the kernel, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code with kernel privileges. This could compromise the security and reliability of systems running the affected Linux kernel on LoongArch architecture.