Date: Thu, 15 Feb 2018 17:42:17 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461939 - head/security/vuxml Message-ID: <201802151742.w1FHgHrm070767@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Thu Feb 15 17:42:16 2018 New Revision: 461939 URL: https://svnweb.freebsd.org/changeset/ports/461939 Log: Document vulnerabilities in graphics/libraw Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 15 17:42:10 2018 (r461938) +++ head/security/vuxml/vuln.xml Thu Feb 15 17:42:16 2018 (r461939) @@ -58,6 +58,73 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="6f0b0cbf-1274-11e8-8b5b-4ccc6adda413"> + <topic>libraw -- multiple DoS vulnerabilities</topic> + <affects> + <package> + <name>libraw</name> + <range><lt>0.18.7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia Research reports:</p> + <blockquote cite="https://www.securityfocus.com/archive/1/541732"> + <p>CVE-2018-5800: An off-by-one error within the "LibRaw::kodak_ycbcr_load_raw()" + function (internal/dcraw_common.cpp) can be exploited to cause a heap-based + buffer overflow and subsequently cause a crash.</p> + <p>CVE-2017-5801: An error within the "LibRaw::unpack()" function + (src/libraw_cxx.cpp) can be exploited to trigger a NULL pointer dereference.</p> + <p>CVE-2017-5802: An error within the "kodak_radc_load_raw()" function + (internal/dcraw_common.cpp) related to the "buf" variable can be exploited + to cause an out-of-bounds read memory access and subsequently cause a crash.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.securityfocus.com/archive/1/541732</url> + <cvename>CVE-2018-5800</cvename> + <cvename>CVE-2018-5801</cvename> + <cvename>CVE-2018-5802</cvename> + </references> + <dates> + <discovery>2018-01-16</discovery> + <entry>2018-02-15</entry> + </dates> + </vuln> + + <vuln vid="c60804f1-126f-11e8-8b5b-4ccc6adda413"> + <topic>libraw -- multiple DoS vulnerabilities</topic> + <affects> + <package> + <name>libraw</name> + <range><lt>0.18.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia Research reports:</p> + <blockquote cite="https://www.securityfocus.com/archive/1/541583"> + <p>CVE-2017-16909: An error related to the "LibRaw::panasonic_load_raw()" + function (dcraw_common.cpp) can be exploited to cause a heap-based buffer + overflow and subsequently cause a crash via a specially crafted TIFF image.</p> + <p>CVE-2017-16910: An error within the "LibRaw::xtrans_interpolate()" function + (internal/dcraw_common.cpp) can be exploited to cause an invalid read + memory access.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.securityfocus.com/archive/1/541583</url> + <cvename>CVE-2017-16909</cvename> + <cvename>CVE-2017-16910</cvename> + </references> + <dates> + <discovery>2017-12-04</discovery> + <entry>2018-02-15</entry> + </dates> + </vuln> + <vuln vid="1a75c84a-11c8-11e8-83e7-485b3931c969"> <topic>bitmessage -- remote code execution vulnerability</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802151742.w1FHgHrm070767>