diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-06-06 02:04:11 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-06-06 02:04:11 +0800 |
commit | f4a6496925e65fff6a67ed33e0cfccd997e9825a (patch) | |
tree | bf2bce7605b2ce560fff83af602aa2ce6c7d48dc /security | |
parent | 235bf8c546b9bbda0622d561e9a867c4555e88ea (diff) | |
download | freebsd-ports-gnome-f4a6496925e65fff6a67ed33e0cfccd997e9825a.tar.gz freebsd-ports-gnome-f4a6496925e65fff6a67ed33e0cfccd997e9825a.tar.zst freebsd-ports-gnome-f4a6496925e65fff6a67ed33e0cfccd997e9825a.zip |
Document OpenAFS vulnerabilities in 1.6.16 and 1.6.17
PR: 209534
Reported by: Sevan Janiyan <venture37@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
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 2144bc01da43..44eebafb5e52 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |