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

dibs: loopback: validate offset and size in move_data()

The loopback move_data() performs a memcpy into the registered DMB
without checking whether offset + size exceeds the DMB length. Unlike
real ISM hardware, which enforces memory region bounds natively, the
software loopback has no such protection.

A peer-supplied out-of-bounds offset or oversized write would result in
an OOB write past the allocated kernel buffer. Add an explicit bounds
check before the memcpy to reject such requests with -EINVAL.
Published: 2026-08-15
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An out‑of‑bounds write occurs in the Linux kernel's loopback move_data() routine when a peer provides an offset or size that exceeds the allocated DMB buffer. The unverified memcpy writes past the buffer, corrupting kernel memory. The documented consequence is kernel memory corruption that could potentially destabilize the system; no explicit evidence indicates it directly leads to arbitrary code execution.

Affected Systems

This flaw resides in all Linux kernel versions that include the loopback move_data routine without the bounds check introduced in commit 78237e3c0720fcc6eb9b87e90fd70f63eeca886f. The specific version range is not enumerated in the advisory; consequently any unpatched kernel that predates that commit is potentially vulnerable. Users of the loopback device across all standard distributions that ship an affected kernel are impacted.

Risk and Exploitability

The vulnerability requires an attacker to invoke loopback device operations with crafted parameters, implying a local or permission‑elevated context. It is not listed in CISA's KEV catalog, but the EPSS score indicates a low probability (<1%) of exploitation, so the likelihood of active exploitation remains low. Nevertheless, the kernel memory corruption that the flaw permits constitutes a high‑severity risk, warranting prompt patching.

Generated by OpenCVE AI on August 15, 2026 at 21:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that introduces the bounds check, as referenced in commit 78237e3c0720fcc6eb9b87e90fd70f63eeca886f or an equivalent update from your distribution.
  • Restrict access to loopback devices by ensuring they are only usable by privileged users, or enforce appropriate group permissions.
  • If the loopback device is not required, unload the module or install a disabled stub (e.g., install loop /bin/true) to prevent its use.
  • Monitor kernel vulnerability advisories and update promptly when newer fixes become available.

Generated by OpenCVE AI on August 15, 2026 at 21:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: dibs: loopback: validate offset and size in move_data() The loopback move_data() performs a memcpy into the registered DMB without checking whether offset + size exceeds the DMB length. Unlike real ISM hardware, which enforces memory region bounds natively, the software loopback has no such protection. A peer-supplied out-of-bounds offset or oversized write would result in an OOB write past the allocated kernel buffer. Add an explicit bounds check before the memcpy to reject such requests with -EINVAL.
Title dibs: loopback: validate offset and size in move_data()
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-15T05:51:45.360Z

Reserved: 2026-08-09T03:40:39.900Z

Link: CVE-2026-72018

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:00.670

Modified: 2026-08-15T06:21:00.670

Link: CVE-2026-72018

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T10:00:06Z

Weaknesses

No weakness.