diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-12-02 11:41:49 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-12-02 11:41:49 +0000 |
commit | 8859ff651e3aa1e386a15701f60699aeda1a7d7d (patch) | |
tree | 0a25f7e42012819cb9067fea6c1a5a726938af22 /security/vuxml/vuln.xml | |
parent | 1c90dedfae568fccbf4c60ce3f1de3316f38a85e (diff) | |
download | ports-8859ff651e3aa1e386a15701f60699aeda1a7d7d.tar.gz ports-8859ff651e3aa1e386a15701f60699aeda1a7d7d.zip |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a54836a54f2b..f3406eb8e5f0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="18e3a5be-81f9-11db-95a2-0012f06707f0"> + <topic>ImageMagick -- SGI Image File heap overflow vulnerability</topic> + <affects> + <package> + <name>ImageMagick</name> + <range><ge>6.0.0</ge><lt>6.2.9</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SecurityFocus reports about ImageMagick:</p> + <blockquote cite="http://www.securityfocus.com/bid/21185/info"> + <p>ImageMagick is prone to a remote heap-based buffer-overflow + vulnerability because the application fails to properly + bounds-check user-supplied input before copying it to an + insufficiently sized memory buffer.</p> + + <p>Exploiting this issue allows attackers to execute arbitrary + machine code in the context of applications that use the + ImageMagick library.</p> + </blockquote> + </body> + </description> + <references> + <bid>21185</bid> + <cvename>CVE-2006-5868</cvename> + <url>http://www.securityfocus.com/bid/21185/discuss</url> + </references> + <dates> + <discovery>2006-11-14</discovery> + <entry>2006-12-02</entry> + </dates> + </vuln> + <vuln vid="3dd7eb58-80ae-11db-b4ec-000854d03344"> <topic>gtar -- GNUTYPE_NAMES directory traversal vulnerability</topic> <affects> |