CVE-2025-38548
BaseFortify
Publication date: 2025-08-16
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 | 5.10.244 |
| 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 in the Linux kernel's hwmon corsair-cpro driver involves improper validation of the size of the received input buffer. The fix added a variable to store the size of received bytes and validated this size in the send_usb_cmd() function to prevent potential issues caused by incorrect buffer sizes.
How can this vulnerability impact me? :
If exploited, this vulnerability could potentially lead to issues such as buffer overflows or memory corruption in the Linux kernel's hwmon corsair-cpro driver, which might cause system instability or allow an attacker to execute arbitrary code with kernel privileges.