CVE-2025-38427
BaseFortify
Publication date: 2025-07-25
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 | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's handling of framebuffer memory addresses behind PCI host bridges. During system boot, firmware may assign an offset to PCI host bridges that relocates the framebuffer memory address. However, the screen_info structure in the kernel initially stores framebuffer addresses without this offset, leading to invalid access to I/O memory. The fix applies the PCI host-bridge window offsets to the screen_info framebuffers, ensuring the framebuffer addresses are correctly relocated and preventing invalid memory access.
How can this vulnerability impact me? :
If unpatched, this vulnerability can cause the Linux kernel to access invalid I/O memory addresses when handling framebuffer resources behind PCI bridges. This could lead to system instability, crashes, or potential denial of service due to improper memory access.