CVE-2025-38494
BaseFortify
Publication date: 2025-07-28
Last updated on: 2026-03-17
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 involves the HID subsystem where the function hid_hw_raw_request() is bypassed. Normally, hid_hw_raw_request() validates the provided buffer and length parameters to ensure they are valid. However, some low-level transport driver functions called this functionality directly, bypassing these important checks, which allowed invalid parameters to be used.
How can this vulnerability impact me? :
Bypassing the validation checks in hid_hw_raw_request() can lead to the use of invalid parameters, which may cause unexpected behavior, potential crashes, or security issues within the Linux kernel's HID subsystem. This could affect system stability or security depending on how the invalid parameters are exploited.