diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2015-08-04 10:56:23 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2015-08-04 10:56:23 +0000 |
commit | 60d42be396b4256cd0acca972153ae8b49702851 (patch) | |
tree | faca65397ef10a9f7f0704d84b3adcd4d19d1903 | |
parent | c60afda2a8e60f17b0d8fb65bfb524f43f5cd9ad (diff) |
Notes
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 2f8b20e144a6..2fe6e404ea54 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,38 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="da451130-365d-11e5-a4a5-002590263bf5"> + <topic>xen-tools -- QEMU heap overflow flaw with certain ATAPI commands</topic> + <affects> + <package> + <name>xen-tools</name> + <range><lt>4.5.0_9</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Xen Project reports:</p> + <blockquote cite="http://xenbits.xen.org/xsa/advisory-138.html"> + <p>A heap overflow flaw was found in the way QEMU's IDE subsystem + handled I/O buffer access while processing certain ATAPI + commands.</p> + <p>A privileged guest user in a guest with CDROM drive enabled could + potentially use this flaw to execute arbitrary code on the host + with the privileges of the host's QEMU process corresponding to + the guest.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-5154</cvename> + <url>http://xenbits.xen.org/xsa/advisory-138.html</url> + </references> + <dates> + <discovery>2015-07-27</discovery> + <entry>2015-08-04</entry> + </dates> + </vuln> + <vuln vid="4622635f-37a1-11e5-9970-14dae9d210b8"> <topic>net-snmp -- snmptrapd crash</topic> <affects> |