svn commit: r416410 - head/security/vuxml
Jason Unovitch
junovitch at FreeBSD.org
Sun Jun 5 18:04:13 UTC 2016
Author: junovitch
Date: Sun Jun 5 18:04:11 2016
New Revision: 416410
URL: https://svnweb.freebsd.org/changeset/ports/416410
Log:
Document OpenAFS vulnerabilities in 1.6.16 and 1.6.17
PR: 209534
Reported by: Sevan Janiyan <venture37 at geeklan.co.uk>
Security: CVE-2015-8312
Security: CVE-2016-2860
Security: CVE-2016-4536
Security: https://vuxml.FreeBSD.org/freebsd/2e8fe57e-2b46-11e6-ae88-002590263bf5.html
Security: https://vuxml.FreeBSD.org/freebsd/bcbd3fe0-2b46-11e6-ae88-002590263bf5.html
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sun Jun 5 17:55:09 2016 (r416409)
+++ head/security/vuxml/vuln.xml Sun Jun 5 18:04:11 2016 (r416410)
@@ -58,6 +58,70 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="bcbd3fe0-2b46-11e6-ae88-002590263bf5">
+ <topic>openafs -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>openafs</name>
+ <range><lt>1.6.17</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The OpenAFS development team reports:</p>
+ <blockquote cite="http://www.openafs.org/pages/security/OPENAFS-SA-2016-001.txt">
+ <p>Foreign users can bypass access controls to create groups as
+ system:administrators, including in the user namespace and the
+ system: namespace.</p>
+ </blockquote>
+ <blockquote cite="http://www.openafs.org/pages/security/OPENAFS-SA-2016-002.txt">
+ <p>The contents of uninitialized memory are sent on the wire when
+ clients perform certain RPCs. Depending on the RPC, the information
+ leaked may come from kernel memory or userspace.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2016-2860</cvename>
+ <cvename>CVE-2016-4536</cvename>
+ <freebsdpr>ports/209534</freebsdpr>
+ <url>http://www.openafs.org/pages/security/OPENAFS-SA-2016-001.txt</url>
+ <url>http://www.openafs.org/pages/security/OPENAFS-SA-2016-002.txt</url>
+ </references>
+ <dates>
+ <discovery>2016-03-16</discovery>
+ <entry>2016-06-05</entry>
+ </dates>
+ </vuln>
+
+ <vuln vid="2e8fe57e-2b46-11e6-ae88-002590263bf5">
+ <topic>openafs -- local DoS vulnerability</topic>
+ <affects>
+ <package>
+ <name>openafs</name>
+ <range><lt>1.6.16</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The OpenAFS development team reports:</p>
+ <blockquote cite="https://www.openafs.org/dl/1.6.16/RELNOTES-1.6.16">
+ <p>Avoid a potential denial of service issue, by fixing a bug in
+ pioctl logic that allowed a local user to overrun a kernel buffer
+ with a single NUL byte.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2015-8312</cvename>
+ <url>https://www.openafs.org/dl/1.6.16/RELNOTES-1.6.16</url>
+ </references>
+ <dates>
+ <discovery>2016-03-16</discovery>
+ <entry>2016-06-05</entry>
+ </dates>
+ </vuln>
+
<vuln vid="0297b260-2b3b-11e6-ae88-002590263bf5">
<topic>ikiwiki -- XSS vulnerability</topic>
<affects>
More information about the svn-ports-all
mailing list