CVE Catalog

CVE-2026-97491

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the net/rds subsystem's rds_ib_conn_path_shutdown function sleeps on a wait_event call, blocking other work items in the queue and causing a hang when tearing down ib network configs. The fix changes wait_event to a timeout-based wait_event and loops until the wait check succeeds.

Risk Assessment

Blocking the worker thread may lead to denial of service (DoS) and stall other queued operations. Requires local access and the ability to trigger RDS RDMA self tests.

Recommendation

Update the Linux kernel to a version containing the fix that replaces wait_event with a timeout-based wait_event and a loop.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: net/rds: Don't sleep inside rds_ib_conn_path_shutdown New rds rdma self tests exposed a hang when tearing down the ib network configs. This is caused by the shutdown worker thread sleeping on the wait_event call, which blocks other work items in the queue. Fix this by changing wait_event to wait_event timeout, and looping until the wait check succeeds.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS