CVE-2026-74719
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-74719 is a kernel memory leak vulnerability in the Linux kernel's SMC (Shared Memory Communications) protocol handler, specifically in the smc_llc_event_handler() function. The flaw affects Linux kernel versions starting from 5.8 and was published on August 22, 2026. Fixed versions include 5.10.265, 5.15.216, 6.1.183, 6.6.152, 6.12.104, 6.18.45, 7.1.9, and 7.2+. The CVSS score has not been formally assigned yet, but Feedly estimates the severity as Medium (GitHub Advisory, Feedly).

Technical details

The root cause is a missing guard check (CWE-401: Missing Release of Memory after Effective Lifetime) in the SMC_LLC_CONFIRM_LINK / SMC_LLC_ADD_LINK_CONT branch of smc_llc_event_handler(). When a qentry is already set in the local LLC flow (flow->qentry), a second incoming CONFIRM_LINK or ADD_LINK_CONT message causes smc_llc_flow_qentry_set() to overwrite the existing pointer without freeing the previous kmalloc-96 allocation, leaking one kernel heap object per spurious message. The sibling SMC_LLC_DELETE_LINK branch and the response path (smc_llc_rx_response()) already implement the correct !flow->qentry guard; the fix applies the same guard to the vulnerable branch so duplicate messages fall through to break and are freed by the kfree(qentry) at the out: label. Exploitation requires the ability to send crafted SMC LLC protocol messages to a target system (GitHub Advisory).

Impact

A remote attacker capable of sending specially crafted SMC protocol messages (specifically duplicate CONFIRM_LINK or ADD_LINK_CONT frames) can repeatedly trigger kernel memory leaks, with each spurious message leaking one kmalloc-96 object from the kernel heap. Over time, sustained exploitation can exhaust available kernel memory, degrading system performance or potentially causing a denial-of-service crash. Confidentiality and integrity are not directly impacted; the primary risk is availability (Feedly).

Exploitability

There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the disclosure date (Feedly). The EPSS score is reported as 0.0, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires network-level access to a system using the SMC protocol, limiting the attack surface to environments where SMC is actively deployed (typically high-performance Linux networking scenarios). No threat actor attribution has been reported.

Indicators of compromise

  • System Behavior: Gradual, unexplained increase in kernel memory consumption (/proc/meminfo showing declining MemFree/MemAvailable) on systems using SMC networking.
  • Logs: Kernel OOM (Out-of-Memory) killer events in /var/log/kern.log or dmesg output, potentially preceded by memory pressure warnings.
  • Network: Unusual volume of SMC LLC CONFIRM_LINK or ADD_LINK_CONT frames from a single peer, detectable via packet capture on RDMA/SMC-capable network interfaces.
  • Process: Abnormal memory usage trends in kernel slab allocator statistics (/proc/slabinfo), specifically growth in kmalloc-96 entries without corresponding frees.

Mitigation and workarounds

Apply the available kernel patches that add the !flow->qentry guard to the CONFIRM_LINK/ADD_LINK_CONT branch. Fixed versions are: 5.10.265, 5.15.216, 6.1.183, 6.6.152, 6.12.104, 6.18.45, 7.1.9, and 7.2+. As a temporary workaround, disable the SMC protocol if it is not actively required (e.g., via modprobe -r smc or blocking SMC traffic at the network perimeter), and restrict network access to systems running vulnerable kernel versions (GitHub Advisory, Feedly).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74732NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-firmware
NoYesAug 22, 2026
CVE-2026-74730NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-devel
NoYesAug 22, 2026
CVE-2026-74726NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-modules
NoYesAug 22, 2026
CVE-2026-74719NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-modules-partner
NoYesAug 22, 2026
CVE-2026-74717NONEN/A
  • Linux Kernel logoLinux Kernel
  • rtla
NoYesAug 22, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management