diff options
author | brix <brix@FreeBSD.org> | 2008-05-08 15:27:05 +0800 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2008-05-08 15:27:05 +0800 |
commit | 9c006bb1a40cabe8df7b3a082bb0b66d5d8c557d (patch) | |
tree | 40324098b8d72a4b77c6a5b6e49de3502e5521c4 /security | |
parent | 90dbeeb9a86775fdfdb13460473c0838b63b06e2 (diff) | |
download | freebsd-ports-gnome-9c006bb1a40cabe8df7b3a082bb0b66d5d8c557d.tar.gz freebsd-ports-gnome-9c006bb1a40cabe8df7b3a082bb0b66d5d8c557d.tar.zst freebsd-ports-gnome-9c006bb1a40cabe8df7b3a082bb0b66d5d8c557d.zip |
Add graphics/swfdec entry.
Approved by: erwin (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a9c30999d97c..b2acb4c3c64c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5ef12755-1c6c-11dd-851d-0016d325a0ed"> + <topic>swfdec -- exposure of sensitive information</topic> + <affects> + <package> + <name>swfdec</name> + <range><lt>0.6.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/29915"> + <p>A vulnerability has been reported in swfdec, which can be + exploited by malicious people to disclose sensitive + information.</p> + <p>The vulnerability is caused due to swfdec not properly + restricting untrusted sandboxes from reading local files, which + can be exploited to disclose the content of arbitrary local + files by e.g. tricking a user into visiting a malicious + website.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-1834</cvename> + <url>http://secunia.com/advisories/29915</url> + </references> + <dates> + <discovery>2008-04-09</discovery> + <entry>2008-05-07</entry> + </dates> + </vuln> + <vuln vid="86a4d810-1884-11dd-a914-0016179b2dd5"> <topic>mt-daapd -- integer overflow</topic> <affects> |