CVE 9.8 CRITICAL

ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparison_CVE-2026-53309

9.8 / 10
CRITICAL
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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.

AI Analysis

Off-by-one error in the dlm_match_regions() function in the ocfs2/dlm component of the Linux kernel, allowing an attacker to read one entry past the valid range of qr_regions.

Basic Information

ID CVE-2026-53309
Source Linux
Published Jun 26, 2026 at 19:41
Modified Jun 28, 2026 at 06:41

Affected Product

Vendor Linux
Product Linux
Version ea2034416b54700e30371f2ad6517cbb94674083
Affected Versions Linux Linux ea2034416b54700e30371f2ad6517cbb94674083
Linux Linux ea2034416b54700e30371f2ad6517cbb94674083
Linux Linux ea2034416b54700e30371f2ad6517cbb94674083
Linux Linux ea2034416b54700e30371f2ad6517cbb94674083
Linux Linux ea2034416b54700e30371f2ad6517cbb94674083
Linux Linux ea2034416b54700e30371f2ad6517cbb94674083
Linux Linux ea2034416b54700e30371f2ad6517cbb94674083
Linux Linux ea2034416b54700e30371f2ad6517cbb94674083
Linux Linux 2.6.37

AI Assessment

AI Score 9.8 / 10
AI Severity Critical
Vendor Linux
Product Linux Kernel
Version ea2034416b54700e30371f2ad6517cbb94674083, 2.6.37

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.