aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2012-07-18 20:28:47 +0000
committerCarlo Strub <cs@FreeBSD.org>2012-07-18 20:28:47 +0000
commit9592b91bde7df9a111e2cb01085e024a9685e874 (patch)
tree2dcff0a0577ecb1c57f70e5ebc4979ebbb684fe2
parentdddfd51173d43997a5e04a1fa8d70285a1421417 (diff)
downloadports-9592b91bde7df9a111e2cb01085e024a9685e874.tar.gz
ports-9592b91bde7df9a111e2cb01085e024a9685e874.zip
Document buffer overflow in jpeg-turbo
PR: ports/169963 Submitted by: Denis E Podolskiy <bytestore@yandex.ru> Security: CVE-2012-2806
Notes
Notes: svn path=/head/; revision=301124
-rw-r--r--security/vuxml/vuln.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 4a8c066613c2..79d2f31dfc3b 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -52,6 +52,41 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="a460035e-d111-11e1-aff7-001fd056c417">
+ <topic>libjpeg-turbo -- heap-based buffer overflow</topic>
+ <affects>
+ <package>
+ <name>libjpeg-turbo</name>
+ <range><lt>1.2.0</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <blockquote cite="http://sourceforge.net/projects/libjpeg-turbo/files/1.2.1/README.txt">
+ <p>The Changelog for version 1.2.1 says: Fixed a regression caused by
+ 1.2.0[6] in which decompressing corrupt JPEG images (specifically,
+ images in which the component count was erroneously set to a large
+ value) would cause libjpeg-turbo to segfault.</p>
+ </blockquote>
+ <blockquote cite="https://bugzilla.redhat.com/show_bug.cgi?id=826849">
+ <p>A Heap-based buffer overflow was found in the way libjpeg-turbo
+ decompressed certain corrupt JPEG images in which the component count
+ was erroneously set to a large value. An attacker could create a
+ specially-crafted JPEG image that, when opened, could cause an
+ application using libpng to crash or, possibly, execute arbitrary code
+ with the privileges of the user running the application.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2012-2806</cvename>
+ </references>
+ <dates>
+ <discovery>2012-05-31</discovery>
+ <entry>2012-07-18</entry>
+ </dates>
+ </vuln>
+
<vuln vid="2fe4b57f-d110-11e1-ac76-10bf48230856">
<topic>Dokuwiki -- cross site scripting vulnerability</topic>
<affects>