CVE Catalog

CVE-2026-74389

Low risk· EPSS 6%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

6th percentile - higher than 6% of all known CVEs

Summary

In the Linux kernel, the RDMA HNS driver has a log flood issue after hns_roce_cmd_mbox() failure. When hardware is abnormal, unlimited error messages can cause log flood and even system crash.

Risk Assessment

Log flood can lead to system overload, slowdown, or crash, impacting service availability.

Recommendation

Apply the patch that replaces ibdev_err() and ibdev_warn() with ratelimited versions in the error handling path after hns_roce_cmd_mbox() failure.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix log flood after cmd_mbox failure hns_roce_cmd_mbox() is the command interface between driver and hardware. When hardware is abnormal, the unlimited error printings after hns_roce_cmd_mbox() failure will cause log flood and even system crash. Replace ibdev_err() and ibdev_warn() with their ratelimited versions in the error handling path after hns_roce_cmd_mbox() (and its wrappers hns_roce_create_hw_ctx/hns_roce_destroy_hw_ctx) fails.

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