PatchSiren cyber security CVE debrief
CVE-2026-97952 Linux CVE debrief
A memory leak vulnerability was found in the Linux kernel's sunvdc module. When the __send_request() function fails to send a descriptor, it does not unmap the LDC cookies, leading to a permanent memory leak. This issue can cause the map table to drain, resulting in large multi-segment requests failing and potentially leading to a disk failure until reboot.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel developers and administrators responsible for maintaining systems with the sunvdc module should assess exposure and apply the patch to prevent potential memory exhaustion and disk failures. They should also review the system's Linux kernel version and update if necessary.
Why it matters
A memory leak vulnerability in the Linux kernel's sunvdc module can cause memory exhaustion, leading to disk failures and potential data loss. Linux kernel developers and administrators should assess exposure and apply the patch.
- Memory exhaustion leading to disk failure
- Potential data loss due to disk failure
- Increased risk of system crashes
- Need for patch application and system updates
Technical summary
The __send_request() function in the Linux kernel's sunvdc module maps request pages into the LDC channel's map table but fails to unmap them when the descriptor send fails. This leads to a permanent memory leak, causing the map table to drain and potentially resulting in disk failure. The vulnerability can cause memory exhaustion, leading to disk failures and potential data loss. Linux kernel developers and administrators should assess exposure and apply the patch to prevent potential memory exhaustion and disk failures.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the patch to the Linux kernel's sunvdc module
- Monitor for potential disk failures due to memory exhaustion
- Verify the system's Linux kernel version and update if necessary
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- 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
Evidence notes
The vulnerability was resolved by rolling back on failure: unmapping the cookies, marking the descriptor FREE again, and clearing the request entry. The issue is exacerbated by a previous commit that causes trigger failures under load. Linux kernel developers should verify the system's Linux kernel version and review the patch notes for sunvdc module updates.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97952 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97952
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97952 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97952
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/0c6da21fa35e03fc74f09895433ccd6d4a9c3530
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/57835952566f0be9b365a6eb3a70b397a9d5ef47
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ab81a5c1014a38dab0fb402609fd866b0bcb4726
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f3322baa3a8ac87730feae952c1146269d78e098
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.