PatchSiren cyber security CVE debrief
CVE-2026-89495 Linux CVE debrief
A Linux kernel vulnerability allows a node in a DLM domain to corrupt or panic other nodes with a malformed message due to unbounded length and count fields from the wire. This issue, resolved in a patch series, affects the o2dlm receive handlers. Any node that has joined the domain, including a compromised or malicious member, can send these messages. There is no local trigger.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- CRITICAL 9.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Defenders managing Linux kernel environments, especially those using DLM domains, should assess exposure and prioritize patching to prevent potential corruption or panic of nodes in the domain.
Why it matters
Defenders managing Linux kernel environments, especially those using DLM domains, should assess exposure and prioritize patching to prevent potential corruption or panic of nodes in the domain.
- Potential corruption or panic of nodes in a DLM domain due to malformed messages.
- Verification priority for Linux kernel versions in use and potential exposure in DLM domain environments.
- Possible malicious activity from compromised or malicious members in the domain.
Technical summary
The o2dlm receive handlers trust u8 length and count fields from the wire without bounding them, allowing a node in a DLM domain to corrupt or panic any other node with a malformed message. Three defects were identified and resolved in a patch series: dlm_migrate_request_handler() passes migrate->namelen unchecked to dlm_init_mle(), dlm_mig_lockres_handler() passes mres->lockname_len unchecked to dlm_init_lockres(), and the same handler trusts mres->num_locks without checking that the message is large enough to hold that many entries.
Defensive priority
Defenders should prioritize verifying and applying patches for Linux kernel versions affected by this vulnerability, especially in DLM domain environments.
Recommended defensive actions
- Verify Linux kernel versions in use and check if they are affected by this vulnerability.
- Apply patches for Linux kernel versions affected by this vulnerability.
- Monitor DLM domain environments for potential malicious activity.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability was confirmed under KASAN with an out-of-tree module mirroring it exactly. Scrubbed logs are available on request. The issue was identified in the o2dlm receive handlers, which trust u8 length and count fields from the wire without bounding them. This allows a node in a DLM domain to corrupt or panic any other node with a malformed message. The patch series resolves three defects: dlm_migrate_request_handler(), dlm_mig_lockres_handler(), and the same handler trusts mres->num_locks without checking that the message is
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89495 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89495
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89495 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89495
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2487bea2098322669f0563baff53e797486b823f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/de10cd3b062a5235af754925fcf49beb5a1109d4
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ea5b5609305a8437bc955a0834a530c12246d78f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f8658ee3327f73bd81c0bcd07cdeb5a8527fac98
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.