Red Hat Bugzilla – Bug 1477655
CVE-2017-12135 xsa226 xen: possibly unbounded recursion in grant table code (XSA-226)
Last modified: 2017-08-24 05:23:07 EDT
ISSUE DESCRIPTION ================= Code to handle copy operations on transitive grants has built in retry logic, involving a function reinvoking itself with unchanged parameters. Such use assumes that the compiler would also translate this to a so called "tail call" when generating machine code. Empirically, this is not commonly the case, allowing for theoretically unbounded nesting of such function calls. IMPACT ====== A malicious or buggy guest may be able to crash Xen. Privilege escalation and information leaks cannot be ruled out. VULNERABLE SYSTEMS ================== All versions of Xen are vulnerable. MITIGATION ========== There is no known mitigation. External References: http://xenbits.xen.org/xsa/advisory-226.html
Acknowledgments: Name: the Xen project Upstream: Jan Beulich (SUSE)
Created xen tracking bugs for this issue: Affects: fedora-all [bug 1481765]