In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault() This was missed because of the function pointer indirection. …
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault() This was missed because of the function pointer indirection. nvidia_smmu_context_fault() is also installed as a irq function, and the 'void *' was changed to a struct arm_smmu_domain. Since the iommu_domain is embedded at a non-zero offset this causes nvidia_smmu_context_fault() to miscompute the offset. Fixup the types. Unable to handle kernel NULL point…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/65ade5653f5ab5a21635e51d0c65e95f490f5b6f Patch
- https://git.kernel.org/stable/c/e83de8f05b998e227b48cdeea54cba4c9d66d3aa Patch
- https://git.kernel.org/stable/c/65ade5653f5ab5a21635e51d0c65e95f490f5b6f Patch
- https://git.kernel.org/stable/c/e83de8f05b998e227b48cdeea54cba4c9d66d3aa Patch
Timeline
- nvd_ingest NVD