diff options
author | mezz <mezz@FreeBSD.org> | 2009-01-01 05:23:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-01-01 05:23:01 +0800 |
commit | d9080a2c5c614d0f5a2652cc66a814c7248f06c7 (patch) | |
tree | dfba99959477985d13d3dad72252d4befbe27bf9 /security | |
parent | 2d3a7a077b62f13aa59406226d349bbe8945dddb (diff) | |
download | freebsd-ports-gnome-d9080a2c5c614d0f5a2652cc66a814c7248f06c7.tar.gz freebsd-ports-gnome-d9080a2c5c614d0f5a2652cc66a814c7248f06c7.tar.zst freebsd-ports-gnome-d9080a2c5c614d0f5a2652cc66a814c7248f06c7.zip |
Add vinagre -- format string vulnerability entry.
PR: ports/129959
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 70309182bb74..0690ed14067c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,41 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="214e8e07-d369-11dd-b800-001b77d09812"> + <topic>vinagre -- format string vulnerability</topic> + <affects> + <package> + <name>vinagre</name> + <range><lt>0.5.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>CORE Security Technologies reports:</p> + <blockquote + cite="http://www.coresecurity.com/content/vinagre-format-string"> + <p>A format string error has been found on the + vinagre_utils_show_error() function that can be exploited via + commands issued from a malicious server containing format + string specifiers on the VNC name.</p> + <p>In a web based attack scenario, the user would be required + to connect to a malicious server. Successful exploitation + would then allow the attacker to execute arbitrary code with + the privileges of the Vinagre user.</p> + </blockquote> + </body> + </description> + <references> + <bid>32682</bid> + <url>http://www.coresecurity.com/content/vinagre-format-string</url> + <url>http://ftp.gnome.org/pub/GNOME/sources/vinagre/0.5/vinagre-0.5.2.news</url> + </references> + <dates> + <discovery>2008-12-09</discovery> + <entry>2008-12-31</entry> + </dates> + </vuln> + <vuln vid="f98dea27-d687-11dd-abd1-0050568452ac"> <topic>twiki -- multiple vulnerabilities</topic> <affects> |