diff options
author | swills <swills@FreeBSD.org> | 2017-09-26 22:48:25 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-09-26 22:48:25 +0800 |
commit | 2d793ec396533aeb259387ded3f4fb55f2335a84 (patch) | |
tree | b161436db2cc456bba6c83e65136fded93a4c921 | |
parent | b57c53cef63f2a07136891923f68fb7d6310fe9d (diff) | |
download | freebsd-ports-gnome-2d793ec396533aeb259387ded3f4fb55f2335a84.tar.gz freebsd-ports-gnome-2d793ec396533aeb259387ded3f4fb55f2335a84.tar.zst freebsd-ports-gnome-2d793ec396533aeb259387ded3f4fb55f2335a84.zip |
Document libraw issue
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 988d12c45700..04c50b6a4d2b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d9f96741-47bd-4426-9aba-8736c0971b24"> + <topic>libraw -- buffer overflow</topic> + <affects> + <package> + <name>libraw</name> + <range><lt>0.18.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>libraw developers report:</p> + <blockquote cite="http://www.securityfocus.com/bid/100866"> + <p>LibRaw before 0.18.4 has a heap-based Buffer Overflow in the processCanonCameraInfo function via a crafted file.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.securityfocus.com/bid/100866</url> + <url>https://github.com/LibRaw/LibRaw/issues/100</url> + <cvename>CVE-2017-14348</cvename> + </references> + <dates> + <discovery>2017-9-12</discovery> + <entry>2017-9-26</entry> + </dates> + </vuln> + <vuln vid="4cd857d9-26d2-4417-b765-69701938f9e0"> <topic>libraw -- denial of service and remote code execution</topic> <affects> |