CVE-2025-40335
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
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/amdgpu component involves insufficient validation of user queue (userq) input arguments. The fix ensures that invalid userq requests are rejected early at the IOCTL interface, preventing potentially harmful or malformed inputs from being processed.
How can this vulnerability impact me? :
If exploited, this vulnerability could allow invalid or malicious userq requests to be processed by the kernel, potentially leading to system instability, crashes, or unauthorized behavior. Proper validation helps prevent such impacts by rejecting invalid inputs at the earliest stage.