PatchSiren cyber security CVE debrief
CVE-2026-80981 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's net/smc component. The smc_llc_srv_add_link function improperly accesses memory after it has been freed, potentially leading to unexpected behavior or crashes. This issue has been resolved in the kernel. The vulnerability can be triggered when a link without a shared v2 receive buffer is used. The smc_llc_srv_add_link function keeps add_llc pointing into the queue entry, and after smc_llc_flow_qentry_del() kfree()s the entry, the pointer handed to smc_llc_save_add_link_rkeys() is already freed.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- 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
Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux-based systems should assess exposure and apply patches as needed. Defenders should verify Linux kernel versions and apply patches to prevent potential crashes or unexpected behavior. System administrators should monitor Linux kernel updates and implement additional memory safety mechanisms to detect similar issues.
Why it matters
A use-after-free vulnerability in the Linux kernel's net/smc component can lead to unexpected behavior or crashes. Defenders should verify Linux kernel versions, apply patches, and implement additional memory safety mechanisms to detect similar issues.
- Defenders should verify Linux kernel versions and apply patches to prevent potential crashes or unexpected behavior.
- System administrators should monitor Linux kernel updates and implement additional memory safety mechanisms to detect similar issues.
- Security teams should review Linux kernel vulnerability reports and assess exposure in their environments.
- Incident responders should be prepared to handle potential crashes or unexpected behavior related to this vulnerability.
Technical summary
The smc_llc_srv_add_link function in the Linux kernel's net/smc component improperly accesses memory after it has been freed. This can occur when the function attempts to access the LLC qentry after it has been deleted by smc_llc_flow_qentry_del(). The vulnerability can be triggered when a link without a shared v2 receive buffer is used. The reproduction details are limited, and defenders should verify Linux kernel versions and apply patches as needed. The vulnerability was reported via KASAN and was reproduced on an unpatched tree over rxe.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the provided kernel patches to fix the use-after-free vulnerability in the net/smc component.
- Monitor Linux kernel updates for potential related vulnerabilities.
- Consider implementing additional memory safety mechanisms, such as AddressSanitizer, to detect similar issues in the future.
- 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 reported via KASAN and was reproduced on an unpatched tree over rxe, with KASAN, kasan_multi_shot and a link forced to max_recv_sge == 1. The reproduction was done on an unpatched Linux kernel. The vulnerability was found in the net/smc component of the Linux kernel. The reproduction details are limited, and defenders should verify Linux kernel versions and apply patches as needed.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80981 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80981
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80981 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80981
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/a42a459ef0e54cb0c4b3e43e21cb0e658e664f64
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/adef84cc85d449ac28d2b4b4c49cf19619c56e27
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c52a998a223e7e84333306996edec096178d1e95
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.