diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-07 18:18:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-07 18:18:17 +0800 |
commit | 7eea2aa403e63285f4c74dc6d59323bea6abcfcb (patch) | |
tree | 7c0ed8eee41aa9d567f7ac636179960109b8f02f /security | |
parent | 484bc8419a0cc4c5b2335f38df816a77877e3bf0 (diff) | |
download | freebsd-ports-gnome-7eea2aa403e63285f4c74dc6d59323bea6abcfcb.tar.gz freebsd-ports-gnome-7eea2aa403e63285f4c74dc6d59323bea6abcfcb.tar.zst freebsd-ports-gnome-7eea2aa403e63285f4c74dc6d59323bea6abcfcb.zip |
- Document virtualbox -- privilege escalation
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 16a6eb08d638..968c5f3d3e82 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -35,6 +35,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ebeed063-b328-11de-b6a5-0030843d3802"> + <topic>virtualbox -- privilege escalation</topic> + <affects> + <package> + <name>virtualbox</name> + <range><lt>3.0.51.r22902_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Sun reports:</p> + <blockquote cite="http://sunsolve.sun.com/search/document.do?assetkey=1-66-268188-1"> + <p>A security vulnerability in the VBoxNetAdpCtl configuration tool + for certain Sun VirtualBox 3.0 packages may allow local unprivileged + users who are authorized to run VirtualBox to execute arbitrary + commands with root privileges.</p> + </blockquote> + </body> + </description> + <references> + <url>http://sunsolve.sun.com/search/document.do?assetkey=1-66-268188-1</url> + <url>http://secunia.com/advisories/36929</url> + </references> + <dates> + <discovery>2009-10-07</discovery> + <entry>2009-10-07</entry> + </dates> + </vuln> + <vuln vid="50383bde-b25b-11de-8c83-02e0185f8d72"> <topic>FreeBSD -- Devfs / VFS NULL pointer race condition</topic> <affects> |