PatchSiren cyber security CVE debrief
CVE-2026-90172 Linux CVE debrief
A vulnerability in the Linux kernel's SMBDirect implementation has been resolved. The issue occurs when the rdma_accept_failed error path of smbdirect_accept_connect_request() is executed, leading to the destruction of memory pools before the QP (Queue Pair) is drained. This results in a slab cache object being outstanding at kmem_cache_destroy() time, causing a 'Slab cache still has objects' error and a potential NULL-pointer dereference when freeing the object into an already-destroyed mempool.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Linux kernel developers, administrators, and users of SMBDirect should assess exposure and prioritize verification of affected systems, especially those using SMBDirect. Verify Linux kernel version and apply patch if necessary to prevent potential slab cache errors. Assess exposure and prioritize verification of affected systems, especially those using SMBDirect.
Why it matters
A vulnerability in the Linux kernel's SMBDirect implementation can cause a slab cache object to be outstanding at kmem_cache_destroy() time, leading to potential errors. Linux kernel developers and administrators should assess exposure and prioritize verification of affected systems.
- Verify Linux kernel version and apply patch if necessary to prevent potential slab cache errors.
- Monitor system logs for errors related to SMBDirect implementation.
- Assess exposure and prioritize verification of affected systems, especially those using SMBDirect.
Technical summary
The vulnerability occurs in the Linux kernel's SMBDirect implementation, specifically in the smbdirect_accept_connect_request() function. When the rdma_accept_failed error path is executed, the memory pools are destroyed before the QP is drained, leading to a potential slab cache object being outstanding at kmem_cache_destroy() time. This results in a slab cache object being outstanding at kmem_cache_destroy() time, causing a 'Slab cache still has objects' error and a potential NULL-pointer dereference when freeing the object into an already-destroyed mempool. The issue is caused by the order of operations in the error path of smbdirect_accept_connect_request(). The QP must be drained before destroying the to
Defensive priority
Linux kernel developers and administrators should assess exposure and prioritize verification of affected systems, especially those using SMBDirect.
Recommended defensive actions
- Review and verify the Linux kernel version used in your systems to determine if it is affected by this vulnerability.
- Apply the patch provided in the Linux kernel repository to resolve the issue.
- Monitor system logs for potential errors related to the SMBDirect implementation.
- 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.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
Evidence notes
The issue is caused by the order of operations in the error path of smbdirect_accept_connect_request(). The QP must be drained before destroying the memory pools to prevent the slab cache object from being outstanding.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-90172 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-90172
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-90172 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90172
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/383a9480f5f40bc46454cce27ccfad532cedad9c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/959813a3752b459ed77b0b3eaf30b9f4c6204260
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.