CVE-2025-38495
BaseFortify
Publication date: 2025-07-28
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 | * |
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 HID core relates to the allocation of the report buffer. When the report ID is not used, low level transport drivers expect the first byte of the buffer to be 0. However, the allocated buffer does not account for this extra byte, resulting in only 7 guaranteed bytes instead of the expected 8. This can cause issues in how the buffer is handled.
How can this vulnerability impact me? :
The vulnerability can impact the correct functioning of HID devices by providing a smaller buffer than expected, potentially leading to incorrect data handling or communication errors between the device and the system.