Date: Sat, 4 Feb 2017 17:53:21 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433331 - head/security/vuxml Message-ID: <201702041753.v14HrLi2005019@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sat Feb 4 17:53:21 2017 New Revision: 433331 URL: https://svnweb.freebsd.org/changeset/ports/433331 Log: Document vulnerabilities in guile2 PR: 216663 Security: CVE-2016-8605 CVE-2016-8606 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Feb 4 17:39:45 2017 (r433330) +++ head/security/vuxml/vuln.xml Sat Feb 4 17:53:21 2017 (r433331) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b4ecf774-eb01-11e6-9ac1-a4badb2f4699"> + <topic>guile2 -- multiple vulnerabilities</topic> + <affects> + <package> + <name>guile2</name> + <range><lt>2.0.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Ludovic Courtès reports:</p> + <blockquote cite="http://www.openwall.com/lists/oss-security/2016/10/11/1"> + <p>The REPL server is vulnerable to + the HTTP inter-protocol attack</p> + <p>The ‘mkdir’ procedure of GNU Guile, an implementation of + the Scheme programming language, temporarily changed the process’ umask + to zero. During that time window, in a multithreaded application, other + threads could end up creating files with insecure permissions.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.openwall.com/lists/oss-security/2016/10/11/1</url> + <url>http://www.openwall.com/lists/oss-security/2016/10/12/2</url> + <cvename>CVE-2016-8605</cvename> + <cvename>CVE-2016-8606</cvename> + <freebsdpr>ports/216663</freebsdpr> + </references> + <dates> + <discovery>2016-10-12</discovery> + <entry>2017-02-04</entry> + </dates> + </vuln> + <vuln vid="c6932dd4-eaff-11e6-9ac1-a4badb2f4699"> <topic>chicken -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702041753.v14HrLi2005019>