Security readout for executives and security teams
Plain-English summary
A Linux kernel flaw can leave an invalid memory reference after an LLC network socket closes. A locally authenticated user or process may be able to trigger memory corruption, potentially causing system compromise or disruption. The supplied evidence confirms a use-after-free condition but does not demonstrate real-world exploitation.
Executive priority
Expedite remediation within the normal high-severity patch window, prioritizing shared or untrusted-compute systems. Local access is required, so this is not evidenced as an internet-scale remote emergency. Escalate priority where attackers could already obtain low-privileged execution.
Technical view
The LLC socket release path failed to call sock_orphan(), leaving a stale sk->sk_wq pointer. syzbot reproduced a slab use-after-free detected by KASAN during socket buffer cleanup. The referenced stable-kernel commits correct the release behavior. CVSS 3.1 rates it 7.8 with local, low-privilege access required and potentially high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to Linux systems running an affected kernel where a low-privileged local user or process can exercise LLC sockets. Shared, multi-user, development, and untrusted-workload systems deserve particular attention. The source bundle does not provide complete distribution package mappings, so administrators must confirm applicability with their Linux vendor.
Exploitation context
CISA KEV status is false, and the supplied sources do not report active exploitation. The documented evidence is a syzbot-generated KASAN use-after-free trace. Exploitation beyond crashing or corrupting kernel memory is not established in the provided material, although the CVSS assessment allows potentially severe impact.
Researcher notes
The demonstrated condition is a slab use-after-free involving a closed LLC socket and stale sk->sk_wq. The correction adds sock_orphan() during release. No CWE is supplied. Referenced commits cover multiple stable branches, but the bundle does not establish a complete fixed-version or distribution-package matrix; vendor advisories should determine exact applicability.
Mitigation direction
Install the vendor-supported kernel update containing the branch-appropriate referenced fix.
Follow distribution security guidance to identify the correct patched kernel package.
Until updated, restrict unnecessary local accounts and untrusted code execution on affected hosts.
Prioritize shared systems where low-privileged users or workloads can access kernel networking features.
Validation and detection
Inventory active kernel versions across Linux systems and compare them with vendor CVE guidance.
Confirm the installed kernel changelog contains CVE-2024-26625 or the applicable referenced stable commit.
After updating and rebooting, verify the patched kernel is the actively running version.
Assess whether untrusted local users or processes can create and use LLC sockets.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-26625 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.