diff options
| author | Koop Mast <kwm@FreeBSD.org> | 2016-08-22 17:20:59 +0000 |
|---|---|---|
| committer | Koop Mast <kwm@FreeBSD.org> | 2016-08-22 17:20:59 +0000 |
| commit | 02fe06b653c249879616b6108d2f297bbc3a2def (patch) | |
| tree | c579ced4b4bddcad63c7434c7d65069e8415f3b7 | |
| parent | security/libargon2 is not jobs safe (diff) | |
Docuement eog out of bounds write.
Security: CVE-2016-6855
| -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 876e4f8406d1..b91336b5a4e2 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="f5035ead-688b-11e6-8b1d-c86000169601"> + <topic>eog -- out-of-bounds write</topic> + <affects> + <package> + <name>eog</name> + <range><lt>3.18.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Felix Riemann reports:</p> + <blockquote cite="https://mail.gnome.org/archives/ftp-release-list/2016-August/msg00123.html"> + <p>CVE-2016-6855 out-of-bounds write in eog 3.10.2.</p> + </blockquote> + </body> + </description> + <references> + <url>https://mail.gnome.org/archives/ftp-release-list/2016-August/msg00123.html</url> + <cvename>CVE-2016-6855</cvename> + </references> + <dates> + <discovery>2016-08-21</discovery> + <entry>2016-08-22</entry> + </dates> + </vuln> + <vuln vid="44989c29-67d1-11e6-8b1d-c86000169601"> <topic>fontconfig -- insufficiently cache file validation</topic> <affects> |
