diff options
author | swills <swills@FreeBSD.org> | 2017-09-26 22:46:56 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-09-26 22:46:56 +0800 |
commit | b57c53cef63f2a07136891923f68fb7d6310fe9d (patch) | |
tree | 036d6ad2cf61d744bceee501404fcb04d5b25627 | |
parent | cd016b6231694aff553bdc9ed861855f08595573 (diff) | |
download | freebsd-ports-gnome-b57c53cef63f2a07136891923f68fb7d6310fe9d.tar.gz freebsd-ports-gnome-b57c53cef63f2a07136891923f68fb7d6310fe9d.tar.zst freebsd-ports-gnome-b57c53cef63f2a07136891923f68fb7d6310fe9d.zip |
Document libraw issue
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3f63ecfe3f24..988d12c45700 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4cd857d9-26d2-4417-b765-69701938f9e0"> + <topic>libraw -- denial of service and remote code execution</topic> + <affects> + <package> + <name>libraw</name> + <range><lt>0.18.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>libraw developers report:</p> + <blockquote cite="https://github.com/LibRaw/LibRaw/issues/99"> + <p>A Stack-based Buffer Overflow was discovered in xtrans_interpolate in internal/dcraw_common.cpp in LibRaw before 0.18.3. It could allow a remote denial of service or code execution attack.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/LibRaw/LibRaw/issues/99</url> + <cvename>CVE-2017-14265</cvename> + </references> + <dates> + <discovery>2017-9-11</discovery> + <entry>2017-9-26</entry> + </dates> + </vuln> + <vuln vid="a60a2e95-acba-4b11-bc32-ffb47364e07d"> <topic>libgd -- Denial of servica via double free</topic> <affects> |