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

ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparison

The local-vs-remote region comparison loop uses '<=' instead of '<',
causing it to read one entry past the valid range of qr_regions. The
other loops in the same function correctly use '<'.

Fix the loop condition to use '<' for consistency and correctness.
Published: 2026-06-26
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is an off‑by‑one error in the ocfs2 distributed lock manager’s region comparison routine, causing the code to read one element past the end of the qr_regions array. The out‑of‑bounds read can expose kernel memory contents or trigger a crash, leading to information disclosure or denial of service. The flaw falls under improper input validation and memory disclosure weaknesses, reflected in the CWE identifiers identified. While the description does not confirm a remote trigger, the kernel nature suggests the impact could be limited to local users with sufficient privilege to invoke the function.

Affected Systems

All Linux kernel distributions that incorporate the ocfs2 and DLM components, as indicated by the platform CPE and vendor list.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity, the EPSS score is below 1%, and the vulnerability is not listed in CISA KEV. The issue is an out‑of‑bounds read that could be exploited by a local attacker with the ability to trigger dlm_match_regions, potentially causing memory disclosure or a denial‑of‑service condition. The absence of a remote exploit path in the description suggests the attack requires local access or a privileged user with control over the relevant kernel modules.

Generated by OpenCVE AI on June 28, 2026 at 15:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the ocfs2/dlm patch (check the distribution’s update documentation or apply the patch identified by the commit references).
  • If a kernel update is not immediately available, unload or disable the ocfs2 and DLM kernel modules and stop using any cluster filesystems that rely on them to eliminate the attack surface.
  • Verify that the ocfs2 and DLM modules are not built into the running kernel or that they are disabled in the kernel configuration to reduce exposure.

Generated by OpenCVE AI on June 28, 2026 at 15:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4664-1 linux security update
Debian DLA Debian DLA DLA-4665-1 linux security update
Debian DLA Debian DLA DLA-4671-1 linux-6.1 security update
History

Mon, 29 Jun 2026 12:15:00 +0000


Sun, 28 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-125
CWE-20

Sun, 28 Jun 2026 13:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-193

Sun, 28 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-193

Sun, 28 Jun 2026 08:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Fri, 26 Jun 2026 20:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparison The local-vs-remote region comparison loop uses '<=' instead of '<', causing it to read one entry past the valid range of qr_regions. The other loops in the same function correctly use '<'. Fix the loop condition to use '<' for consistency and correctness.
Title ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparison
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-06-28T06:41:30.026Z

Reserved: 2026-06-09T07:44:35.397Z

Link: CVE-2026-53309

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity :

Publid Date: 2026-06-26T00:00:00Z

Links: CVE-2026-53309 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-28T15:15:05Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read

  • CWE-20

    Improper Input Validation