diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-02-26 01:12:44 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-02-26 01:12:44 +0000 |
commit | 1a7f2737d85903aafa0958f4322170286a84d2a2 (patch) | |
tree | 338a9408cb12ccc59b60e2add4cd429e4e21041a | |
parent | - Update to 0.79 (diff) |
Document bugs fixed in krb5 1.11.6.
* Handle certain invalid RFC 1964 GSS tokens correctly to avoid
invalid memory reference vulnerabilities. [CVE-2014-4341
CVE-2014-4342]
* Fix memory management vulnerabilities in GSSAPI SPNEGO.
[CVE-2014-4343 CVE-2014-4344]
* Fix buffer overflow vulnerability in LDAP KDB back end.
[CVE-2014-4345]
* Fix multiple vulnerabilities in the LDAP KDC back end.
[CVE-2014-5354 CVE-2014-5353]
* Fix multiple kadmind vulnerabilities, some of which are based in the
gssrpc library. [CVE-2014-5352 CVE-2014-9421 CVE-2014-9422
CVE-2014-9423]
Security: CVE-2014-4341, CVE-2014-4342, CVE-2014-4343, CVE-2014-4344
CVE-2014-4345, CVE-2014-5354, CVE-2014-5353, CVE-2014-5352
CVE-2014-9421, CVE-2014-9422, CVE-2014-9423
Notes
Notes:
svn path=/head/; revision=379968
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 69777fe0ada7..9cf9079d9e05 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,41 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="dbf9e66c-bd50-11e4-a7ba-206a8a720317"> + <topic>krb5 1.11 -- New release/fix multiple vulnerabilities</topic> + <affects> + <package> + <name>krb5-111</name> + <range><lt>1.11.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The MIT Kerberos team announces the availability of MIT Kerberos 5 Release 1.11.6:</p> + <blockquote cite="http://web.mit.edu/kerberos/krb5-1.11/README-1.11.6.txt"> + <p>Handle certain invalid RFC 1964 GSS tokens correctly to avoid + invalid memory reference vulnerabilities. [CVE-2014-4341</p> + <p>Fix memory management vulnerabilities in GSSAPI SPNEGO. + [CVE-2014-4343 CVE-2014-4344]</p> + <p>Fix buffer overflow vulnerability in LDAP KDB back end. + [CVE-2014-4345]</p> + <p>Fix multiple vulnerabilities in the LDAP KDC back end. + [CVE-2014-5354 CVE-2014-5353]</p> + <p>Fix multiple kadmind vulnerabilities, some of which are based + in the gssrpc library. [CVE-2014-5352 CVE-2014-9421 + CVE-2014-9422 CVE-2014-9423]</p> + </blockquote> + </body> + </description> + <references> + <url>http://web.mit.edu/kerberos/krb5-1.11/README-1.11.6.txt</url> + </references> + <dates> + <discovery>2015-02-25</discovery> + <entry>2015-02-25</entry> + </dates> + </vuln> + <vuln vid="996c219c-bbb1-11e4-88ae-d050992ecde8"> <topic>samba -- Unexpected code execution in smbd</topic> <affects> |