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

net/dibs: Correct freeing of dmb_clientid_arr

A dibs device interrupt handler can be active after dibs_dev_del() and
may still access dmb_clientid_arr. (UAF)

In case of a failure in dibs_dev_add() being called by dibs_lo_dev_probe()
dmb_clientid_arr is freed twice (double free).

Free dmb_clientid_arr in dibs_dev_release() after last reference is gone.
Note that allocating in dibs_dev_add() instead of dibs_dev_alloc() is ok
for now, because no dmbs can be registered before dibs_dev_add().
Published: 2026-08-22
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel Memory Corruption
Action: Apply Patch
AI Analysis

Impact

The Linux kernel’s dibs network driver contains a use‑after‑free and double‑free flaw in the handling of the dmb_clientid_arr array. When a dibs device is removed or when a device addition fails, the interrupt handler may still access the freed array, corrupting kernel memory and potentially leading to system instability or privilege escalation.

Affected Systems

All Linux kernel builds that include the dibs driver prior to the patch are affected. The vendor is Linux; no specific version range is stated, so any kernel release lacking the patch could be vulnerable.

Risk and Exploitability

The EPSS score of less than 1% indicates a very low probability of exploitation, while the CVSS score of 8.8 reflects high potential damage. Based on the description, it is inferred that an attacker would need the ability to trigger the particular driver operations—typically requiring privileged or local system access—and must time the exploit while a pending interrupt remains active. The overall risk level for environments running the affected kernel and exposing the dibs subsystem is high.

Generated by OpenCVE AI on August 25, 2026 at 13:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that contains the dibs driver patch. Build or install a kernel that includes the commit referenced in the advisory.
  • If the dibs subsystem is not required, unload the dibs device with modprobe -r dibs or disable it via sysctl before the kernel is updated.
  • Monitor system logs for unexpected kernel crashes or memory corruption events and ensure kernel stability after the update.

Generated by OpenCVE AI on August 25, 2026 at 13:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Tue, 25 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 25 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 25 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 22 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net/dibs: Correct freeing of dmb_clientid_arr A dibs device interrupt handler can be active after dibs_dev_del() and may still access dmb_clientid_arr. (UAF) In case of a failure in dibs_dev_add() being called by dibs_lo_dev_probe() dmb_clientid_arr is freed twice (double free). Free dmb_clientid_arr in dibs_dev_release() after last reference is gone. Note that allocating in dibs_dev_add() instead of dibs_dev_alloc() is ok for now, because no dmbs can be registered before dibs_dev_add().
Title net/dibs: Correct freeing of dmb_clientid_arr
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-25T05:40:53.253Z

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

Link: CVE-2026-74629

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:35.840

Modified: 2026-08-25T06:18:41.710

Link: CVE-2026-74629

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74629 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T13:45:04Z

Weaknesses