Skip to main content

Linux Kernel CVE-2026-53043

| EUVDEUVD-2026-38911 CRITICAL
Out-of-bounds Write (CWE-787)
2026-06-24 Linux GHSA-hv9w-qqh8-9pfh
Critical
Disputed · 9.1 Vendor: Linux
Share

Severity by source

Sources disagree (Medium–Critical)
Vendor (Linux) PRIMARY
9.1 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
vuln.today AI
9.1 CRITICAL

Crafted unauthenticated o2net message triggers the read (AV:N/AC:L/PR:N/UI:N); out-of-bounds read yields kernel info-leak (C:H) and node crash (A:H) with no integrity impact (I:N).

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
5.9 MEDIUM
AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor: Linux

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jun 28, 2026 - 08:55 vuln.today
CVSS changed
Jun 28, 2026 - 08:22 NVD
9.1 (CRITICAL)
Patch available
Jun 24, 2026 - 18:02 EUVD
CVE Published
Jun 24, 2026 - 16:29 cve.org
CRITICAL 9.1
CVE Published
Jun 24, 2026 - 16:29 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

ocfs2/dlm: validate qr_numregions in dlm_match_regions()

Patch series "ocfs2/dlm: fix two bugs in dlm_match_regions()".

In dlm_match_regions(), the qr_numregions field from a DLM_QUERY_REGION network message is used to drive loops over the qr_regions buffer without sufficient validation. This series fixes two issues:

  • Patch 1 adds a bounds check to reject messages where qr_numregions

exceeds O2NM_MAX_REGIONS. The o2net layer only validates message byte length; it does not constrain field values, so a crafted message can set qr_numregions up to 255 and trigger out-of-bounds reads past the 1024-byte qr_regions buffer.

  • Patch 2 fixes an off-by-one in the local-vs-remote comparison loop,

which uses '<=' instead of '<', reading one entry past the valid range even when qr_numregions is within bounds.

This patch (of 2):

The qr_numregions field from a DLM_QUERY_REGION network message is used directly as loop bounds in dlm_match_regions() without checking against O2NM_MAX_REGIONS. Since qr_regions is sized for at most O2NM_MAX_REGIONS (32) entries, a crafted message with qr_numregions > 32 causes out-of-bounds reads past the qr_regions buffer.

Add a bounds check for qr_numregions before entering the loops.

AnalysisAI

Out-of-bounds memory read in the Linux kernel's OCFS2 distributed lock manager (dlm_match_regions) lets a remote host send a crafted DLM_QUERY_REGION message whose attacker-controlled qr_numregions field (up to 255) drives loops past the fixed 1024-byte/32-entry qr_regions buffer. Because the o2net transport only checks message byte length and not field values, this enables disclosure of adjacent kernel memory and likely node crashes. There is no public exploit identified at time of analysis and EPSS exploitation probability is low (0.18%, 7th percentile); the issue is fixed across multiple stable kernel branches.

Technical ContextAI

OCFS2 is Oracle's shared-disk cluster filesystem; its in-kernel DLM (distributed lock manager) coordinates locking between cluster nodes over the o2net/o2cb network transport. During region negotiation, one node sends a DLM_QUERY_REGION message containing a qr_numregions count and a qr_regions array sized for at most O2NM_MAX_REGIONS (32 entries, a 1024-byte buffer). In dlm_match_regions(), qr_numregions is consumed directly as a loop bound without being compared against O2NM_MAX_REGIONS, so a count larger than 32 walks past the buffer. The root cause class is an out-of-bounds read / improper validation of array index (CWE-125 / CWE-129); the upstream CWE field was not populated (N/A), but the description and 'Buffer Overflow' tag confirm a memory-safety read fault driven by untrusted network input. A companion patch in the same series also fixes an off-by-one ('<=' vs '<') in the local-vs-remote comparison loop that reads one entry past range even for in-bounds counts.

RemediationAI

Vendor-released patch: upgrade to a fixed stable kernel - 5.10.258, 5.15.209, 6.1.175, 6.6.141, 6.12.91, 6.18.33, or 7.0.10 (and 7.1 mainline) - or apply your distribution's kernel update carrying the corresponding git.kernel.org commits (e.g. https://git.kernel.org/stable/c/d3d5efade0c79dac1cac98c0cb1115432f804439). If you cannot patch immediately, the most effective compensating control is to avoid loading the affected code: do not use OCFS2 on hosts where it is not required, and confirm the o2cb/ocfs2_dlm stack is not loaded. Where OCFS2 must run, restrict the cluster interconnect - bind the o2net/DLM heartbeat to a dedicated private VLAN or interface and use host/network firewall rules to permit o2net traffic (default TCP 7777) only between trusted cluster member IPs, which blocks injection of crafted DLM_QUERY_REGION messages from outside the cluster but does nothing against a compromised cluster node. These network controls are mitigations only; they do not remove the out-of-bounds read, so patching remains the durable fix.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-53043 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy