PatchSiren cyber security CVE debrief
CVE-2026-89449 Linux CVE debrief
A memory leak vulnerability was found in the Linux kernel's iommu_mock_device_add function. When device_add fails, the error path only calls iommu_fwspec_free, leaving dev->iommu still allocated. This triggers a kmemleak report. The issue is resolved by calling dev_iommu_free instead of iommu_fwspec_free in the device_add failure path. The vulnerability was discovered through fuzzing with Syzkaller, which triggered a kmemleak report. Linux kernel developers and administrators should review and apply the patch to fix the issue.
- 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, administrators, and security teams should review and apply the patch to fix the memory leak vulnerability. Affected Linux kernel deployments may be vulnerable to denial of service (DoS) attacks and system instability. Operators and platform teams should assess their exposure and plan for updates or mitigations.
Why it matters
A memory leak vulnerability was found in the Linux kernel's iommu_mock_device_add function. This vulnerability can cause system instability and potentially lead to denial of service (DoS) attacks. Linux kernel developers and administrators should review and apply the patch to fix the issue.
- Memory leak vulnerability can cause system instability
- Potential for denial of service (DoS) attacks
- Requires patching to prevent exploitation
Technical summary
The iommu_mock_device_add function in the Linux kernel has a memory leak vulnerability. When device_add fails, the error path only calls iommu_fwspec_free, leaving dev->iommu still allocated. This triggers a kmemleak report. The issue is resolved by calling dev_iommu_free instead of iommu_fwspec_free in the device_add failure path. The fix prevents potential denial of service (DoS) attacks and system instability caused by the memory leak. Linux kernel developers and administrators should review and apply the patch to fix the issue.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the patch to fix the memory leak vulnerability
- Update Linux kernel to the latest version
- Monitor system for potential memory leaks
- 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 discovered through fuzzing with Syzkaller, which triggered a kmemleak report. The issue is caused by a memory leak in the iommu_mock_device_add function. The fix involves calling dev_iommu_free instead of iommu_fwspec_free in the device_add failure path. No affected product deployments were confirmed to exist in managed environments at the time of CVE record publication.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89449 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89449
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89449 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89449
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/b7b0b3851474883d4aba6ed72da87141204b23e5
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/eaf44262af24810d16800b988c92dfce90f73370
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f80f3acb69164800051ecdee871b6b006cbc2e66
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.