Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 04:45:23 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319823 - in head/security: krb5 vuxml
Message-ID:  <201306040445.r544jNqo026998@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Jun  4 04:45:22 2013
New Revision: 319823
URL: http://svnweb.freebsd.org/changeset/ports/319823

Log:
  Update krb5 1.11.2 --> 1.11.3.
  
  This is a bugfix release.
  
  * Fix a UDP ping-pong vulnerability in the kpasswd (password changing)
    service.  [CVE-2002-2443]
  
  * Improve interoperability with some Windows native PKINIT clients.
  
  Security:	CVE-2002-2443

Modified:
  head/security/krb5/Makefile
  head/security/krb5/distinfo
  head/security/vuxml/vuln.xml

Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile	Tue Jun  4 04:09:04 2013	(r319822)
+++ head/security/krb5/Makefile	Tue Jun  4 04:45:22 2013	(r319823)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		krb5
-PORTVERSION=		1.11.2
+PORTVERSION=		1.11.3
 CATEGORIES=		security
 MASTER_SITES=		http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
 DISTNAME=		${PORTNAME}-${PORTVERSION}-signed

Modified: head/security/krb5/distinfo
==============================================================================
--- head/security/krb5/distinfo	Tue Jun  4 04:09:04 2013	(r319822)
+++ head/security/krb5/distinfo	Tue Jun  4 04:45:22 2013	(r319823)
@@ -1,2 +1,2 @@
-SHA256 (krb5-1.11.2-signed.tar) = f0373295fb320b9702468eb0df33397e7278326ec1681a8c6037cc53cb0120a5
-SIZE (krb5-1.11.2-signed.tar) = 11673600
+SHA256 (krb5-1.11.3-signed.tar) = 9abd94bb94a70996da0f8d90408957154bb543271b097e86c63eb33e5f5751b5
+SIZE (krb5-1.11.3-signed.tar) = 11673600

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jun  4 04:09:04 2013	(r319822)
+++ head/security/vuxml/vuln.xml	Tue Jun  4 04:45:22 2013	(r319823)
@@ -51,6 +51,38 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="e3f64457-cccd-11e2-af76-206a8a720317">
+    <topic>krb5 -- UDP ping-pong vulnerability in the kpasswd (password changing) service.  [CVE-2002-2443]</topic>
+    <affects>
+      <package>
+	<name>krb5</name>
+	<range><le>1.11.2</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>No advisory has been released yet.</p>
+	<blockquote cite="http://web.mit.edu/kerberos/www/krb5-1.11/">;
+	  <p>schpw.c in the kpasswd service in kadmind in MIT Kerberos 5
+	  (aka krb5) before 1.11.3 does not properly validate UDP packets
+	  before sending responses, which allows remote attackers to cause
+	  a denial of service (CPU and bandwidth consumption) via a forged
+	  packet that triggers a communication loop, as demonstrated by
+	  krb_pingpong.nasl, a related issue to CVE-1999-0103.
+	  [CVE-2002-2443].</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2002-2443</cvename>
+      <url>http://web.mit.edu/kerberos/www/krb5-1.11/</url>;
+    </references>
+    <dates>
+      <discovery>2013-05-10</discovery>
+      <entry>2013-06-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="0bf376b7-cc6b-11e2-a424-14dae938ec40">
     <topic>net/openafs -- buffer overflow</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306040445.r544jNqo026998>