diff options
author | feld <feld@FreeBSD.org> | 2017-02-05 01:53:21 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-02-05 01:53:21 +0800 |
commit | 0688eb8c821af1288bda17f96ebfb19315445c99 (patch) | |
tree | c83de80c0659c2c20b3b54976c69cb80dc325d56 /security | |
parent | 51d9093b332620ddcf954bfa9f4ea320556e393d (diff) | |
download | freebsd-ports-gnome-0688eb8c821af1288bda17f96ebfb19315445c99.tar.gz freebsd-ports-gnome-0688eb8c821af1288bda17f96ebfb19315445c99.tar.zst freebsd-ports-gnome-0688eb8c821af1288bda17f96ebfb19315445c99.zip |
Document vulnerabilities in guile2
PR: 216663
Security: CVE-2016-8605 CVE-2016-8606
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 800e2e32eea2..e2e461fafc79 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |