← Back to CVE List

CVE-2025-21833

Published: 2025-03-06T17:15Z
Last Modified: 2025-03-25T14:27Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE There is a WARN_ON_ONCE to catch an unlikely situation when domain_remove_dev_pasid can't find the `pasid`. In case it nevertheless happens we must avoid using a NULL pointer. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt