diff options
author | bapt <bapt@FreeBSD.org> | 2010-08-17 20:50:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-08-17 20:50:38 +0800 |
commit | 2baf3c7be471ab5c689ef49c1768d25157fa96ca (patch) | |
tree | 18fb80f910c2c3281c5b8ac3e00d6437b1e8bc18 /security | |
parent | b1bfbbcb9a83101569391eb5ad294400e54bdb81 (diff) | |
download | freebsd-ports-gnome-2baf3c7be471ab5c689ef49c1768d25157fa96ca.tar.gz freebsd-ports-gnome-2baf3c7be471ab5c689ef49c1768d25157fa96ca.tar.zst freebsd-ports-gnome-2baf3c7be471ab5c689ef49c1768d25157fa96ca.zip |
- Add security/isolate entry
PR: ports/148911
Submitted by: Steve Wills <steve _at_ mouf.net> (maintainer)
Approved by: tabthorpe (mentor)
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 6ff4c1360f4a..13d0e66429ae 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b74a8076-9b1f-11df-9f58-021e8c343e76"> + <topic>isolate -- local root exploit</topic> + <affects> + <package> + <name>isolate</name> + <range><lt>20100717</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <blockquote cite="http://code.google.com/p/isolate/"> + <p>isolate currently suffers from some bad security bugs! These + are local root privilege escalation bugs. Thanks to the helpful + person who reported them (email Chris if you want credit!). + We're working to fix them ASAP, but until then, isolate is + unsafe and you should uninstall it. Sorry! </p> + </blockquote> + </body> + </description> + <references> + <freebsdpr>ports/148911</freebsdpr> + <url>http://code.google.com/p/isolate/</url> + </references> + <dates> + <discovery>2010-07-29</discovery> + <entry>2010-08-13</entry> + </dates> + </vuln> + <vuln vid="e7d91a3c-a7c9-11df-870c-00242b513d7c"> <topic> vlc -- invalid id3v2 tags may lead to invalid memory dereferencing</topic> <affects> |