Bug 1389550 (CVE-2016-9102)

Summary: CVE-2016-9102 Qemu: 9pfs: memory leakage when creating extended attribute
Product: [Other] Security Response Reporter: Prasad Pandit <ppandit>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: ailan, amit.shah, apevec, areis, ayoung, berrange, cfergeau, chrisw, crobinso, cvsbot-xmlrpc, drjones, dwmw2, imammedo, itamar, jen, jschluet, kbasil, knoel, lhh, lpeer, markmc, m.a.young, mkenneth, mrezanin, mst, pbonzini, rbryant, rjones, rkrcmar, sclewis, srevivo, tdecacqu, virt-maint, virt-maint, vkuznets, xen-maint
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-08 03:01:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1389551, 1389552    
Bug Blocks: 1389508    

Description Prasad Pandit 2016-10-27 20:59:45 UTC
Quick Emulator(Qemu) built with the VirtFS, host directory sharing via Plan 9
File System(9pfs) support, is vulnerable to memory leakage issue. It could
occur while creating extended attribute via 'Txattrcreate' message.

A privileged user inside guest could use this flaw to leak host memory,
thus affecting other services on the host and/or potentially crash the Qemu
process on the host.

Upstream patches:
-----------------
  -> https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg01861.html

Reference:
----------
  -> http://wiki.qemu.org/Documentation/9psetup
  -> http://www.openwall.com/lists/oss-security/2016/10/27/15

Comment 1 Prasad Pandit 2016-10-27 20:59:51 UTC
Acknowledgments:

Name: Li Qiang (360.cn Inc.)

Comment 2 Prasad Pandit 2016-10-27 21:01:10 UTC
Created xen tracking bugs for this issue:

Affects: fedora-all [bug 1389552]

Comment 3 Prasad Pandit 2016-10-27 21:01:33 UTC
Created qemu tracking bugs for this issue:

Affects: fedora-all [bug 1389551]

Comment 4 Andrej Nemec 2016-10-31 14:51:30 UTC
CVE assignment:

http://seclists.org/oss-sec/2016/q4/278

Comment 5 Cole Robinson 2017-01-16 18:29:34 UTC
commit ff55e94d23ae94c8628b0115320157c763eb3e06
Author: Li Qiang <liqiang6-s>
Date:   Mon Oct 17 14:13:58 2016 +0200

    9pfs: fix memory leak in v9fs_xattrcreate