CVE-2025-38613
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-11-26
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.15.160 (inc) to 5.16 (inc) |
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 involves the gpib driver where a padding field in the gpib_board_info_ioctl structure was not properly initialized before being copied back to userspace. This caused uninitialized data from the stack to be exposed to userspace. The fix was to initialize the entire structure to zero to ensure all padding fields are zeroed before copying.
How can this vulnerability impact me? :
The vulnerability could lead to leakage of uninitialized kernel stack data to userspace, potentially exposing sensitive information or causing unexpected behavior in applications interacting with the gpib driver.