CVE-2025-40277
BaseFortify
Publication date: 2025-12-06
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's drm/vmwgfx component involves improper validation of the command header size against a maximum allowed data size (SVGA_CMD_MAX_DATASIZE). Data coming from userspace is used in buffer offset calculations without proper checks, which could lead to an overflow and cause out-of-bounds memory access.
How can this vulnerability impact me? :
The vulnerability could allow an attacker to cause out-of-bounds memory access in the Linux kernel, potentially leading to system instability, crashes, or exploitation of kernel memory, which may compromise system security.