Hello community,

here is the log from the commit of package krb5 for openSUSE:11.2
checked in at Wed Mar 16 10:41:34 CET 2011.



--------
--- old-versions/11.2/UPDATES/all/krb5/krb5-mini.changes        2011-02-09 
10:10:57.000000000 +0100
+++ 11.2/krb5/krb5-mini.changes 2011-03-16 10:40:37.981114000 +0100
@@ -1,0 +2,7 @@
+Tue Mar  1 12:33:16 CET 2011 - [email protected]
+
+- Fix vulnerability to a double-free condition in KDC daemon
+  (MITKRB5-SA-2011-003, bnc#671717)
+  CVE-2011-0284
+
+-------------------------------------------------------------------
krb5.changes: same change

calling whatdependson for 11.2-i586


New:
----
  krb5-1.7-MITKRB5-SA-2011-003.dif

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ krb5-doc.spec ++++++
--- /var/tmp/diff_new_pack.j9itte/_old  2011-03-16 10:40:49.000000000 +0100
+++ /var/tmp/diff_new_pack.j9itte/_new  2011-03-16 10:40:49.000000000 +0100
@@ -21,7 +21,7 @@
 Name:           krb5-doc
 BuildRequires:  ghostscript-library latex2html texlive
 Version:        1.7
-Release:        6.<RELEASE11>
+Release:        6.<RELEASE12>
 %define srcRoot krb5-1.7
 Summary:        MIT Kerberos5 Implementation--Documentation
 License:        MIT License (or similar)

++++++ krb5-mini.spec ++++++
--- /var/tmp/diff_new_pack.j9itte/_old  2011-03-16 10:40:49.000000000 +0100
+++ /var/tmp/diff_new_pack.j9itte/_new  2011-03-16 10:40:49.000000000 +0100
@@ -28,7 +28,7 @@
 BuildRequires:  bison libcom_err-devel ncurses-devel
 BuildRequires:  keyutils keyutils-devel
 Version:        1.7
-Release:        6.<RELEASE9>
+Release:        6.<RELEASE10>
 %if ! 0%{?build_mini}
 BuildRequires:  libopenssl-devel openldap2-devel
 # bug437293
@@ -68,6 +68,7 @@
 Patch54:        krb5-1.8.1-gssapi-error-table.dif
 Patch55:        krb5-1.7-MITKRB5-SA-2011-001.dif
 Patch56:        krb5-1.7-MITKRB5-SA-2011-002.dif
+Patch57:        krb5-1.7-MITKRB5-SA-2011-003.dif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         mktemp, grep, /bin/touch, coreutils
 PreReq:         %insserv_prereq %fillup_prereq 
@@ -274,6 +275,7 @@
 %patch54 -p1
 %patch55 -p1
 %patch56 -p1
+%patch57 -p1
 # Rename the man pages so that they'll get generated correctly.
 pushd src
 cat %{SOURCE10} | while read manpage ; do

++++++ krb5.spec ++++++
--- /var/tmp/diff_new_pack.j9itte/_old  2011-03-16 10:40:49.000000000 +0100
+++ /var/tmp/diff_new_pack.j9itte/_new  2011-03-16 10:40:49.000000000 +0100
@@ -28,7 +28,7 @@
 BuildRequires:  bison libcom_err-devel ncurses-devel
 BuildRequires:  keyutils keyutils-devel
 Version:        1.7
-Release:        6.<RELEASE10>
+Release:        6.<RELEASE12>
 %if ! 0%{?build_mini}
 BuildRequires:  libopenssl-devel openldap2-devel
 # bug437293
@@ -68,6 +68,7 @@
 Patch54:        krb5-1.8.1-gssapi-error-table.dif
 Patch55:        krb5-1.7-MITKRB5-SA-2011-001.dif
 Patch56:        krb5-1.7-MITKRB5-SA-2011-002.dif
+Patch57:        krb5-1.7-MITKRB5-SA-2011-003.dif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         mktemp, grep, /bin/touch, coreutils
 PreReq:         %insserv_prereq %fillup_prereq 
@@ -274,6 +275,7 @@
 %patch54 -p1
 %patch55 -p1
 %patch56 -p1
+%patch57 -p1
 # Rename the man pages so that they'll get generated correctly.
 pushd src
 cat %{SOURCE10} | while read manpage ; do

++++++ krb5-1.7-MITKRB5-SA-2011-003.dif ++++++
Index: krb5-1.7/src/kdc/do_as_req.c
===================================================================
--- krb5-1.7.orig/src/kdc/do_as_req.c
+++ krb5-1.7/src/kdc/do_as_req.c
@@ -782,6 +782,8 @@ prepare_error_as (struct kdc_request_sta
                pad->contents = td[size]->data;
                pad->length = td[size]->length;
                pa[size] = pad;
+               td[size]->data = NULL;
+               td[size]->length = 0;
            }
            krb5_free_typed_data(kdc_context, td);
        }

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to