CVE-2022-50234
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-11-24
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) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel's io_uring subsystem, specifically how registered files are garbage collected. Previously, io_uring's registered files were handled in the unix_gc() function, but the fix defers this garbage collection to io_uring itself. This change ensures that io_uring registered files are considered for cycle detection without being prematurely released, allowing proper cleanup via io_ring_ctx_free(). This prevents potential resource leaks or improper file release handling within io_uring.
How can this vulnerability impact me? :
The vulnerability could lead to improper cleanup of registered files in the io_uring subsystem, potentially causing resource leaks or instability in the Linux kernel's handling of io_uring operations. This might affect system performance or reliability when using io_uring for asynchronous I/O operations.