CVE-2025-68294
BaseFortify
Publication date: 2025-12-16
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 | * |
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 relates to the io_uring/net subsystem where vectored registered buffers were imported using an incorrect reference ('req') instead of the proper notification io_kiocb ('sr->notif'). This mismatch can cause issues because the lifetimes of these references differ, potentially leading to improper handling of vectored buffer imports. The fix ensures that the correct io_kiocb is used for vectored buffer imports.
How can this vulnerability impact me? :
The vulnerability could lead to improper handling of vectored buffer imports in the Linux kernel's io_uring/net subsystem, which might cause unexpected behavior or resource management issues. However, specific impacts such as data corruption, crashes, or security breaches are not detailed in the provided information.