Security Advisory

CVE-2022-50263

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-09-15 14:20:59
Last updated 2026-05-11 19:15:56
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix memory leak when freeing IOTLBs After commit bda324fd037a ("vdpasim: control virtqueue support"), vdpasim->iommu became an array of IOTLB, so we should clean the mappings of each free one by one instead of just deleting the ranges in the first IOTLB which may leak maps.