Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3-iommufd: Require exactly one Stream ID for a vDEVICE arm_vsmmu_vsid_to_sid() maps a guest's vSID to a single physical Stream ID taken from master->streams[0], assuming a device has exactly one stream. A device with several streams gets only its first one mapped, so a guest vSID invalidation cannot reach the others' ATC and IOTLB entries; a device with none makes master->streams a ZERO_SIZE_PTR, read out of bounds. Add an arm_vsmmu_vdevice_init() op to reject the vDEVICE with -EOPNOTSUPP when master->num_streams is not one, rather than mapping it silently.
CVSS Score
CRITICAL
References
- https://git.kernel.org/stable/c/0acbc621341aca4eb94d9c2f43e1ab273ff088f0
- https://git.kernel.org/stable/c/3808bab5d95ae79e333e11f6a73d178e084c645d
- https://git.kernel.org/stable/c/c3b8ee84a965058b41275069d4696f37a8b14bf6
FAQ
What is CVE-2026-74573?
CVE-2026-74573 is a vulnerability with a CVSS score of 9.3 (CRITICAL). In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3-iommufd: Require exactly one Stream ID for a vDEVICE arm_vsmmu_vsid_to_sid() maps a guest's vSID to a single phy...
How severe is CVE-2026-74573?
CVE-2026-74573 has been rated CRITICAL with a CVSS base score of 9.3/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-74573?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.