CVE-2023-54081
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/12/2025
Última modificación:
24/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
xen: speed up grant-table reclaim<br />
<br />
When a grant entry is still in use by the remote domain, Linux must put<br />
it on a deferred list. Normally, this list is very short, because<br />
the PV network and block protocols expect the backend to unmap the grant<br />
first. However, Qubes OS&#39;s GUI protocol is subject to the constraints<br />
of the X Window System, and as such winds up with the frontend unmapping<br />
the window first. As a result, the list can grow very large, resulting<br />
in a massive memory leak and eventual VM freeze.<br />
<br />
To partially solve this problem, make the number of entries that the VM<br />
will attempt to free at each iteration tunable. The default is still<br />
10, but it can be overridden via a module parameter.<br />
<br />
This is Cc: stable because (when combined with appropriate userspace<br />
changes) it fixes a severe performance and stability problem for Qubes<br />
OS users.



