Description
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.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel RDMA/hns driver contains a fault in the hns_roce_cmd_mbox error handling path: when hardware reports an abnormal condition, the driver repeatedly invokes ibdev_err() and ibdev_warn() without any rate limiting. This behavior floods the system log with identical error messages and may consume kernel log buffers or disk space, potentially leading to a crash or performance degradation. The recent fix replaces these calls with their rate‑limited counterparts, preventing excessive logging.

Affected Systems

All Linux kernel releases that ship with the hns_roce RDMA driver before the commit introducing the patch are affected. Systems using older kernels that include RDMA hardware and have the hns_roce module loaded are at risk regardless of the Linux distribution.

Risk and Exploitability

The CVSS score of 5.5 reflects a moderate severity with medium availability impact. The EPSS score is below 1% and the vulnerability is not listed in the CISA KEV catalog, indicating a low likelihood of widespread exploitation. The attack vector is local to the RDMA driver and is triggered automatically when the hardware enters an abnormal state; the absence of rate limiting means that once this condition occurs, log flooding ensues and the denial‑of‑service consequences follow.

Generated by OpenCVE AI on August 22, 2026 at 01:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes the patch or manually apply the back‑ported patch replacing ibdev_err() and ibdev_warn() with their rate‑limited variants in the hns_roce driver.
  • If upgrading is not possible, blacklist the hns_roce module or remove the RDMA hardware from the system to prevent the offending code from executing.
  • Configure the system logger (e.g., rsyslog or journalctl) or kernel logging settings to limit the volume of kernel messages and monitor disk space to avoid exhaustion.

Generated by OpenCVE AI on August 22, 2026 at 01:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-779
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description 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.
Title RDMA/hns: Fix log flood after cmd_mbox failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:18:27.843Z

Reserved: 2026-08-15T05:44:03.891Z

Link: CVE-2026-74389

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:40.847

Modified: 2026-08-17T06:19:33.950

Link: CVE-2026-74389

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74389 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T01:30:17Z

Weaknesses
  • CWE-779

    Logging of Excessive Data