Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1477655 - (CVE-2017-12135, xsa226) CVE-2017-12135 xsa226 xen: possibly unbounded recursion in grant table code (XSA-226)
CVE-2017-12135 xsa226 xen: possibly unbounded recursion in grant table code (...
Status: CLOSED WONTFIX
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
high Severity high
: ---
: ---
Assigned To: Red Hat Product Security
impact=important,public=20170815,repo...
: Security
Depends On: 1481765
Blocks:
  Show dependency treegraph
 
Reported: 2017-08-02 10:42 EDT by Adam Mariš
Modified: 2017-08-24 05:23 EDT (History)
13 users (show)

See Also:
Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-08-24 05:23:07 EDT
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Adam Mariš 2017-08-02 10:42:56 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
Comment 2 Adam Mariš 2017-08-15 08:39:44 EDT
Acknowledgments:

Name: the Xen project
Upstream: Jan Beulich (SUSE)
Comment 3 Adam Mariš 2017-08-15 12:14:32 EDT
Created xen tracking bugs for this issue:

Affects: fedora-all [bug 1481765]

Note You need to log in before you can comment on or make changes to this bug.