Bug 1383285 (CVE-2016-8577)

Summary: CVE-2016-8577 Qemu: 9pfs: host memory leakage in v9fs_read
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, jjoyce, 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 02:59:53 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: 1383286, 1383287    
Bug Blocks: 1382469    

Description Prasad Pandit 2016-10-10 11:09:58 UTC
Quick Emulator(Qemu) built with the virtio-9p back-end support is vulnerable
to a memory leakage issue. It could occur while doing a I/O read operation in
v9fs_read() routine.

A privileged user/process inside guest could use this flaw to leak host memory
resulting in Dos.

Upstream patch:
---------------
  -> https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg07127.html

Comment 1 Prasad Pandit 2016-10-10 11:10:35 UTC
Acknowledgments:

Name: Li Qiang (360.cn Inc.)

Comment 2 Prasad Pandit 2016-10-10 11:12:37 UTC
Created xen tracking bugs for this issue:

Affects: fedora-all [bug 1383287]

Comment 3 Prasad Pandit 2016-10-10 11:12:59 UTC
Created qemu tracking bugs for this issue:

Affects: fedora-all [bug 1383286]

Comment 4 Cole Robinson 2017-01-16 18:28:36 UTC
commit e95c9a493a5a8d6f969e86c9f19f80ffe6587e19
Author: Li Qiang <liqiang6-s>
Date:   Mon Oct 17 14:13:58 2016 +0200

    9pfs: fix potential host memory leak in v9fs_read