Bug 1272522 - xen: Leak of per-domain profiling-related vcpu pointer array on x86
Summary: xen: Leak of per-domain profiling-related vcpu pointer array on x86
Keywords:
Status: CLOSED DUPLICATE of bug 1272519
Alias: None
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1272534
TreeView+ depends on / blocked
 
Reported: 2015-10-16 15:53 UTC by Adam Mariš
Modified: 2021-02-17 04:50 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-10-29 13:46:47 UTC
Embargoed:


Attachments (Terms of Use)
Upstream patch (767 bytes, patch)
2015-10-16 15:59 UTC, Adam Mariš
no flags Details | Diff

Description Adam Mariš 2015-10-16 15:53:23 UTC
A domain's xenoprofile state contains an array of per-vcpu information, which is allocated once in the lifetime of a domain in response to that domain using the XENOPROF_get_buffer hypercall on itself or by a domain with the privilege to profile a target domain using the XENOPROF_set_passive hypercall. This array is leaked on domain teardown. This memory leak could over time exhaust the host's memory.

The following parties can mount a denial of service attack affecting the whole system:

- A malicious guest administrator via XENOPROF_get_buffer.
- A domain given suitable privilege over another domain via XENOPROF_set_passive (this would usually be a domain being used to profile another domain, eg with the xenoprof tool).

The ability to also restart or create suitable domains is also required to fully exploit the issue. Without this the leak is limited to a small multiple of the maximum number of vcpus for the domain. The maximum leak is 128kbytes per domain (re)boot.

Versions of Xen from 4.0 onwards are vulnerable. The XENOPROF hypercalls are only implemented on x86. ARM is therefore not vulnerable.

Mitigation:

On systems where the guest kernel is controlled by the host rather than guest administrator, running only kernels (in the target and profiling domain respectively) which do not call these hypercalls will also prevent untrusted guest users from exploiting this issue. However untrusted guest administrators can still trigger it unless further steps are taken to prevent them from loading code into the kernel (e.g. by disabling loadable modules etc) or from using other mechanisms which allow them to run code at kernel privilege. The leak is small. Preventing the creation of large numbers of new domains, and limiting the number of times an existing domain can be rebooted, can reduce the impact of this vulnerability.

Comment 1 Adam Mariš 2015-10-16 15:59:01 UTC
Created attachment 1083752 [details]
Upstream patch

Comment 2 Fabio Olive Leite 2015-10-27 01:13:33 UTC
XSA-151 was updated to assign a CVE, but it is the same CVE as XSA-149.

The updated advisory text contains this:

Xen Security Advisory CVE-2015-7969 / XSA-151
version 2
...
NOTE REGARDING CVE
==================
Note that CVE-2015-7969 covers both this issue and XSA-149.

Comment 3 Martin Prpič 2015-10-29 13:46:47 UTC

*** This bug has been marked as a duplicate of bug 1272519 ***


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