NONE · 0

CVE-2026-93153

In the Linux kernel, the following vulnerability has been resolved: RDMA/bng_re: return a timeout when firmware responses stall __wait_for_resp() documents that it returns a non-zero error when a fi...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/bng_re: return a timeout when firmware responses stall __wait_for_resp() documents that it returns a non-zero error when a firmware command does not complete, and bng_re_rcfw_send_message() already marks the firmware as stalled when the helper returns -ENODEV. However, the helper ignores wait_event_timeout() expiry. If the response slot remains in use after the timeout and after the polled CREQ service attempt, the loop starts another full timeout period and can repeat forever. Return -ENODEV after a timed out wait that still has no response. The existing caller then marks FIRMWARE_STALL_DETECTED and returns -ETIMEDOUT to the command issuer.

References

FAQ

What is CVE-2026-93153?

CVE-2026-93153 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: RDMA/bng_re: return a timeout when firmware responses stall __wait_for_resp() documents that it returns a non-zero error when a fi...

How severe is CVE-2026-93153?

CVSS scoring is not yet available for CVE-2026-93153. Check NVD for updates.

Is there a patch for CVE-2026-93153?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.