Security Advisory

CVE-2022-49057

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 01:54:28
Last updated 2026-05-11 18:52:11
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: block: null_blk: end timed out poll request When poll request is timed out, it is removed from the poll list, but not completed, so the request is leaked, and never get chance to complete. Fix the issue by ending it in timeout handler.