PatchSiren cyber security CVE debrief
CVE-2026-98002 Linux CVE debrief
A vulnerability in the Linux kernel's iommu/amd component has been addressed. The amd_iommu_pdom_id_alloc() function returns an int value, which is then stored in an unsigned 32-bit integer (u32) without proper sign extension. This can cause the error check to fail, leading to the allocation of a nested domain with an invalid host domain ID. The vulnerability has been resolved with a patch. Linux kernel maintainers, administrators, and users of systems with the affected kernel version should assess exposure and prioritize patching. The patch provided by the Linux kernel maintainers should be reviewed and applied. Affected system versions should be verified and patched. System logs
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- 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 maintainers, administrators, and users of systems with the affected kernel version should assess exposure and prioritize patching. Defenders should review the vulnerability details and apply the patch provided by the Linux kernel maintainers. Security teams should verify the vulnerability status of affected systems and monitor system logs for potential exploitation attempts.
Why it matters
A vulnerability in the Linux kernel's iommu/amd component can cause error checks to fail, leading to allocation of nested domains with invalid host domain IDs. Defenders should assess exposure, prioritize patching, and monitor system logs for potential exploitation attempts.
- Potential for system crashes or instability due to invalid host domain ID allocation.
- Increased risk of privilege escalation or unauthorized access.
- Need for verification of affected system versions and patch application.
Technical summary
The amd_iommu_pdom_id_alloc() function returns an int value, which is then stored in an unsigned 32-bit integer (u32) without proper sign extension. This can cause the error check to fail, leading to the allocation of a nested domain with an invalid host domain ID. The vulnerability has been addressed with a patch that corrects the sign extension issue. The patch modifies the amd_iommu_alloc_domain_nested() function to properly handle the return value of amd_iommu_pdom_id_alloc(). The affected systems should be patched to prevent potential exploitation.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the patch provided by the Linux kernel maintainers.
- Verify the vulnerability status of affected systems and prioritize patching.
- Monitor system logs for potential exploitation attempts.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description and CVSS score. However, the corpus does not establish versions, exploitation, impact, or remediation, which require verification from the supplied official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-98002 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-98002
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-98002 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98002
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/80c231f5577229d1e90a1e312b3095f9502f8625
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/fa5c0827f0b7bac6d0a188f10118151769ae68fd
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.