Junglewise Threat Intelligence

CVE-2025-71190: Linux Kernel device leak in Broadcom SBA RAID driver

CVE-2025-71190 · Severity: medium · CVSS 5.5 · Published 2026-01-31

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Broadcom SBA RAID driver within the Linux kernel could allow a local user to cause a resource leak. This occurs because the system fails to properly release hardware references during certain initialization failures or when the driver is stopped. Over time, this could lead to system instability or a denial-of-service condition.

Technical details

A resource management vulnerability exists in the dmaengine component of the Linux kernel, specifically within the bcm-sba-raid.c driver. The root cause is a failure to call put_device() on the mailbox device reference when the sba_probe function encounters an error or when sba_remove is executed. This results in a reference count leak. An attacker with local access could potentially exploit this to exhaust system resources, leading to a denial-of-service (DoS). The issue has been patched across multiple stable kernel branches by ensuring the reference is dropped in the appropriate error paths and during driver unbind.

Affected products

  • Linux Linux Kernel 4.13 to 5.10.249, 5.11 to 5.15.199, 5.16 to 6.1.162, 6.2 to 6.6.122, 6.7 to 6.12.67, 6.13 to 6.18.7

Timeline

  • 2025-11-17: other: Patch authored
  • 2026-01-31: disclosed: CVE published
  • 2026-01-23: patched: Patch committed to stable tree

References

Related threats