CVE-2025-38685
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's framebuffer device (fbdev) subsystem during the FBIOPUT_CON2FBMAP ioctl call, which maps a console to a framebuffer and updates the screen if the console is visible. If resizing the console to match the framebuffer info fails, the code incorrectly continues execution, resulting in a mismatch where the console and framebuffer are mapped but display variables are inconsistent. This leads to an out-of-bounds write in the fast_imageblit() function, caused by invalid struct references when updating the screen, potentially corrupting memory.
How can this vulnerability impact me? :
This vulnerability can lead to out-of-bounds memory writes in the Linux kernel, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code with kernel privileges if exploited. This can compromise system security and reliability.