Description
In the Linux kernel, the following vulnerability has been resolved:

pmdomain: bcm: bcm2835-power: Increase ASB control timeout

The bcm2835_asb_control() function uses a tight polling loop to wait
for the ASB bridge to acknowledge a request. During intensive workloads,
this handshake intermittently fails for V3D's master ASB on BCM2711,
resulting in "Failed to disable ASB master for v3d" errors during
runtime PM suspend. As a consequence, the failed power-off leaves V3D in
a broken state, leading to bus faults or system hangs on later accesses.

As the timeout is insufficient in some scenarios, increase the polling
timeout from 1us to 5us, which is still negligible in the context of a
power domain transition. Also, replace the open-coded ktime_get_ns()/
cpu_relax() polling loop with readl_poll_timeout_atomic().
Published: 2026-04-24
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via bus faults or system hangs
Action: Apply Patch
AI Analysis

Impact

The BCM2835 power domain driver on Broadcom BCM2711 contains a tight polling loop that waits for the ASB bridge to acknowledge control requests. During periods of intensive workload, this handshake can fail, causing the kernel to report "Failed to disable ASB master for v3d" during runtime power‑management suspend. When these handshakes fail, the V3D device is left in a broken state, leading to bus faults or complete system hangs on subsequent accesses. As the issue originates in kernel code and manifests as a loss of device functionality, the primary impact is a denial of service on the affected system, reducing overall stability and availability. The requirement for local or privileged kernel access and the attack vector are inferred from the description.

Affected Systems

All Linux kernel releases that support the BCM2835 power domain, including kernel 5.1 and every 7.0 release candidate through 7.0 rc7, are potentially affected. The flaw exists in the BCM2835 module that interfaces with the V3D master ASB on BCM2711 devices, i.e. Raspberry Pi and similar Broadcom SoC boards.

Risk and Exploitability

The CVSS score of 5.5 indicates a moderate severity vulnerability. The EPSS score is below 1%, suggesting a low likelihood of widespread exploitation. The issue is not indexed in the CISA KEV catalog, further indicating limited known exploitation activity. The vulnerability requires local or privileged kernel access to trigger, typically by initiating a power‑management suspend while the system is under heavy load. Because it is a kernel bug that causes a hardware resource to remain in a failed state, exploitation does not yield arbitrary code execution but results in services hanging or the system becoming unstable. Therefore, the risk is primarily confidentiality‑side effects are negligible, but integrity and availability are impacted when the fault is triggered. The attack vector is likely local with privileged kernel access, inferred from the need to trigger a power‑management suspend.

Generated by OpenCVE AI on April 28, 2026 at 14:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the running kernel to a version that includes the patch which increases the ASB control timeout and replaces the polling loop with readl_poll_timeout_atomic().
  • After upgrading, reboot the system to load the updated driver and confirm that V3D can suspend and resume without generating “Failed to disable ASB master for v3d” errors.
  • Test runtime power‑management on the device by performing a suspend/resume cycle under load to ensure the error no longer occurs. If an upgrade is not immediately viable, temporarily disable runtime PM for the V3D device to avoid the fault.

Generated by OpenCVE AI on April 28, 2026 at 14:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4561-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4606-1 linux security update
Debian DSA Debian DSA DSA-6238-1 linux security update
Debian DSA Debian DSA DSA-6243-1 linux security update
History

Mon, 27 Apr 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:5.1:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*

Sat, 25 Apr 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-821
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

Low


Fri, 24 Apr 2026 15:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: pmdomain: bcm: bcm2835-power: Increase ASB control timeout The bcm2835_asb_control() function uses a tight polling loop to wait for the ASB bridge to acknowledge a request. During intensive workloads, this handshake intermittently fails for V3D's master ASB on BCM2711, resulting in "Failed to disable ASB master for v3d" errors during runtime PM suspend. As a consequence, the failed power-off leaves V3D in a broken state, leading to bus faults or system hangs on later accesses. As the timeout is insufficient in some scenarios, increase the polling timeout from 1us to 5us, which is still negligible in the context of a power domain transition. Also, replace the open-coded ktime_get_ns()/ cpu_relax() polling loop with readl_poll_timeout_atomic().
Title pmdomain: bcm: bcm2835-power: Increase ASB control timeout
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-05-11T22:10:56.707Z

Reserved: 2026-03-09T15:48:24.115Z

Link: CVE-2026-31550

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-04-24T15:16:29.207

Modified: 2026-04-27T20:15:37.860

Link: CVE-2026-31550

cve-icon Redhat

Severity : Low

Publid Date: 2026-04-24T00:00:00Z

Links: CVE-2026-31550 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-28T14:30:33Z

Weaknesses