CVE-2025-68317
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
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 subsystem, specifically the zctx (zero-copy context) notification handling. It involves ensuring that only linked ubuf_info structures for requests originating from the same context are sent, addressing ambiguous reports related to notification completion. Essentially, it fixes an issue where notification contexts were not properly checked, which could lead to incorrect handling of notifications.
How can this vulnerability impact me? :
The vulnerability could potentially cause incorrect notification handling in the Linux kernel's io_uring subsystem, which might lead to unexpected behavior or errors in applications relying on this feature. However, specific impacts such as data loss, system crashes, or security breaches are not detailed in the provided information.