diff options
author | swills <swills@FreeBSD.org> | 2017-09-28 22:53:43 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-09-28 22:53:43 +0800 |
commit | 24c8a6edc385716a9176e3fa4894310f7fd1201f (patch) | |
tree | 9091c1a151d44bed17f7f3fe798a644ab8d12bbb /security | |
parent | 3b1ca91f07f7d7ffff9aca9e00e79455dc943bab (diff) | |
download | freebsd-ports-gnome-24c8a6edc385716a9176e3fa4894310f7fd1201f.tar.gz freebsd-ports-gnome-24c8a6edc385716a9176e3fa4894310f7fd1201f.tar.zst freebsd-ports-gnome-24c8a6edc385716a9176e3fa4894310f7fd1201f.zip |
docuent libraw issue
Diffstat (limited to 'security')
-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 79d46352e4c5..5d9fc7389450 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="02bee9ae-c5d1-409b-8a79-983a88861509"> + <topic>libraw -- Out-of-bounds Read</topic> + <affects> + <package> + <name>libraw</name> + <range><le>0.18.4</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>libraw developers reports:</p> + <blockquote cite="https://github.com/LibRaw/LibRaw/commit/d13e8f6d1e987b7491182040a188c16a395f1d21"> + <p>In LibRaw through 0.18.4, an out of bounds read flaw related to kodak_65000_load_raw has been reported in dcraw/dcraw.c and internal/dcraw_common.cpp. An attacker could possibly exploit this flaw to disclose potentially sensitive memory or cause an application crash.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/LibRaw/LibRaw/commit/d13e8f6d1e987b7491182040a188c16a395f1d21</url> + <url>https://github.com/LibRaw/LibRaw/issues/101</url> + <cvename>CVE-2017-14608</cvename> + </references> + <dates> + <discovery>2017-9-20</discovery> + <entry>2017-9-28</entry> + </dates> + </vuln> + <vuln vid="3dd6ccf4-a3c6-11e7-a52e-0800279f2ff8"> <topic>OpenVPN -- out-of-bounds write in legacy key-method 1</topic> <affects> |