CVE-2025-38630
BaseFortify
Publication date: 2025-08-22
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 |
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 driver (imxfb). The function fb_add_videomode can fail to allocate memory for a structure (fb_modelist) due to kmalloc() returning -ENOMEM. When this failure happens, the modelist remains empty but the driver continues to register, which can lead to a null pointer dereference. The fix involves adding a check for the return value of fb_add_videomode to prevent this null pointer dereference.
How can this vulnerability impact me? :
This vulnerability can cause a null pointer dereference in the Linux kernel framebuffer driver, potentially leading to system crashes or instability when the driver attempts to use an uninitialized or empty modelist. This could affect system reliability and availability.