CVE-2025-38229
BaseFortify
Publication date: 2025-07-04
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 2.6.14 (inc) to 5.4.296 (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.95 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.35 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.15.4 (exc) |
| linux | linux_kernel | 2.6.13 |
| linux | linux_kernel | 2.6.13 |
| linux | linux_kernel | 2.6.13 |
| linux | linux_kernel | 2.6.13 |
| linux | linux_kernel | 2.6.13 |
| linux | linux_kernel | 2.6.13 |
| debian | debian_linux | 11.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-908 | The product uses or accesses a resource that has not been initialized. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's cxusb media driver occurs because the code does not properly handle a failed write operation in the usb_bulk_msg() function. Specifically, when the write operation fails but the code incorrectly assumes it succeeded, it skips a subsequent read operation that would initialize a variable. This leads to the use of an uninitialized variable, which can cause undefined behavior or system instability.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause the Linux kernel to behave unpredictably due to the use of uninitialized variables. This may lead to system crashes, instability, or potentially other unintended behavior when interacting with DVB USB devices using the cxusb driver.