CVE-2025-38153
BaseFortify
Publication date: 2025-07-03
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.0 (inc) to 5.4.295 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.239 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.186 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.142 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.94 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.34 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.15.3 (exc) |
| debian | debian_linux | 11.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's aqc111 USB network driver. It occurs because the driver does not properly check the result of USB read calls, which can return fewer bytes than expected. This incomplete error handling can cause the MAC address to be only partially initialized, leading to uninitialized memory usage and potential kernel memory sanitizer (KMSAN) warnings.
How can this vulnerability impact me? :
The vulnerability can lead to the use of uninitialized memory in the kernel, which may cause system instability or unpredictable behavior. Specifically, the partially initialized MAC address could affect network functionality or security, potentially leading to incorrect network operations or exposing the system to further issues.
What immediate steps should I take to mitigate this vulnerability?
The vulnerability has been fixed in the Linux kernel by improving error handling in the aqc111 driver, specifically by verifying that the number of bytes read from usbnet_read_cmd() calls is as expected. To mitigate this vulnerability, you should update your Linux kernel to a version that includes this fix.