SUSE 5019 Published by

A security announcement from SUSE



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

______________________________________________________________________________

SUSE Security Announcement

Package: kernel
Announcement ID: SUSE-SA:2006:012
Date: Mon, 27 Feb 2006 16:00:00 +0000
Affected Products: SUSE LINUX 9.3
SUSE LINUX 9.2
SUSE LINUX 9.1
SuSE Linux Desktop 1.0
SuSE Linux Enterprise Server 8
SUSE SLES 9
UnitedLinux 1.0
Vulnerability Type: various security problems
Severity (1-10): 8
SUSE Default Package: yes
Cross-References: CVE-2004-1058, CVE-2005-2553, CVE-2005-3356
CVE-2005-3358, CVE-2005-3623, CVE-2005-3808
CVE-2005-3847, CVE-2005-3848, CVE-2005-3858
CVE-2005-4605

Content of This Advisory:
1) Security Vulnerability Resolved:
various kernel security problems
Problem Description
2) Solution or Work-Around
3) Special Instructions and Notes
4) Package Location and Checksums
5) Pending Vulnerabilities, Solutions, and Work-Arounds:
none
6) Authenticity Verification and Additional Information

______________________________________________________________________________

1) Problem Description and Brief Discussion

The Linux kernel has been updated to fix various security problems.

All SUSE Linux versions and products are affected, the exact affected
versions are listed per entry. A SUSE Linux 10.0 kernel update was
released 2 weeks ago, also fixing the issues listed in here. (SUSE
Linux Enterprise Server is abbreviated as SLES, Novell Linux Desktop as NLD,
and Open Enterprise Server as OES).

- CVE-2005-3623: Remote users could set ACLs even on read-only
exported NFS filesystems and so circumvent access control.

Affected: All SUSE Linux based products.

- CVE-2004-1058: A race condition was fixed which could allow
local users to read environment variables of another process.
This is a reissue of an earlier fix in the 2.6 kernel also present
in the 2.4 kernel.
SUSE Linux Enterprise Server 8 and SUSE Linux Desktop 1 are affected.

- CVE-2005-2553: Fixed an oops when a 64bit binary was traced with
a 32bit ltrace.
This problem only affects SLES 8 for x86-64.

- CVE-2005-3356: A double decrement in mq_open system call could lead
to local users crashing the machine.
This problem affects SUSE Linux 9.1 up to 9.3, SLES 9, and NLD 9
and OES.

- CVE-2005-3358: A 0 argument passed to the set_mempolicy() system
call could lead to a local user crashing the machine.
This problem affects SUSE Linux 9.1 up to 9.3, SLES 9, and NLD 9
and OES.

- CVE-2005-3848: A dst_entry leak in the icmp_push_reply could be
used to exhaust system memory. However this problem happens only
on machines which are already nearly memory starved.

This problem affects SUSE Linux 9.1 up to 9.3, SLES 9, and NLD 9
and OES.

- CVE-2005-3858: A memory leak in the ip6_input_finish function
in ip6_input.c might allow attackers to cause a denial of service
via malformed IPv6 packets with unspecified parameter problems,
which prevents the SKB from being freed.
This problem affects SUSE Linux 9.1 up to 9.3, SLES 9, and NLD 9
and OES.

- CVE-2005-4605: Kernel memory could be leaked to user space through a
problem with seek() in /proc files .

This problem only affects SUSE Linux 9.2 and 9.3

- CVE-2005-3847: The handle_stop_signal function in signal.c allows
local users to cause a denial of service (deadlock) by sending a
SIGKILL to a real-time threaded process while it is performing a
core dump.

This problem only affects SUSE Linux 9.3.

- CVE-2005-3808: A 32 bit integer overflow on 64bit mmap calls
could be used by local users to hang the machine.

This problem only affects SUSE Linux 9.3.

A number of additional non-security bugs were fixed, but are not listed here.
Please check the separate maintenance information mails or the RPM changelogs
(with rpm ---changelog -q name-of-kernel-rpm).

2) Solution or Work-Around

There is no known workaround, please install the update packages.

3) Special Instructions and Notes


SPECIAL INSTALLATION INSTRUCTIONS
=================================
The following paragraphs guide you through the installation
process in a step-by-step fashion. The character sequence "****"
marks the beginning of a new paragraph. In some cases, the steps
outlined in a particular paragraph may or may not be applicable
to your situation. Therefore, make sure that you read through
all of the steps below before attempting any of these
procedures. All of the commands that need to be executed must be
run as the superuser 'root'. Each step relies on the steps
before it to complete successfully.

Note that usually it is sufficient to just run YaST Online Update
to correctly update the kernel. Only if you are using manually
changed bootloader configurations manual steps are necessary.


**** Step 1: Determine the needed kernel type.

Use the following command to determine which kind of kernel is
installed on your system:

rpm -qf --qf '%{name}\n' /boot/vmlinuz


**** Step 2: Download the packages for your system.

Download the kernel RPM package for your distribution with the
name indicated by Step 1. Starting from SUSE LINUX 9.2, kernel
modules that are not free were moved to a separate package with
the suffix '-nongpl' in its name. Download that package as well
if you rely on hardware that requires non-free drivers, such as
some ISDN adapters. The list of all kernel RPM packages is
appended below.

The kernel-source package does not contain a binary kernel in
bootable form. Instead, it contains the sources that correspond
with the binary kernel RPM packages. This package is required to
build third party add-on modules.


**** Step 3: Verify authenticity of the packages.

Verify the authenticity of the kernel RPM package using the
methods as listed in Section 6 of this SUSE Security
Announcement.


**** Step 4: Installing your kernel rpm package.

Install the rpm package that you have downloaded in Step 2 with
the command

rpm -Uhv <FILE>

replacing <FILE> with the filename of the RPM package
downloaded.

Warning: After performing this step, your system may not boot
unless the following steps have been followed
completely.


**** Step 5: Configuring and creating the initrd.

The initrd is a RAM disk that is loaded into the memory of your
system together with the kernel boot image by the boot loader.
The kernel uses the content of this RAM disk to execute commands
that must be run before the kernel can mount its root file
system. The initrd is typically used to load hard disk
controller drivers and file system modules. The variable
INITRD_MODULES in /etc/sysconfig/kernel determines which kernel
modules are loaded in the initrd.

After a new kernel rpm has been installed, the initrd must be
recreated to include the updated kernel modules. Usually this
happens automatically when installing the kernel rpm. If
creating the initrd fails for some reason, manually run the
command

/sbin/mkinitrd


**** Step 6: Update the boot loader, if necessary.

Depending on your software configuration, you either have the
LILO or GRUB boot loader installed and initialized on your
system. Use the command

grep LOADER_TYPE /etc/sysconfig/bootloader

to find out which boot loader is configured.

The GRUB boot loader does not require any further action after a
new kernel has been installed. You may proceed to the next step
if you are using GRUB.

If you use the LILO boot loader, lilo must be run to
reinitialize the boot sector of the hard disk. Usually this
happens automatically when installing the kernel RPM. In case
this step fails, run the command

/sbin/lilo


Warning: An improperly installed boot loader will render your
system unbootable.


**** Step 7: Reboot.

If all of the steps above have been successfully completed on
your system, the new kernel including the kernel modules and the
initrd are ready to boot. The system needs to be rebooted for
the changes to be active. Make sure that all steps have been
completed then reboot using the command

/sbin/shutdown -r now

Your system will now shut down and restart with the new kernel.

4) Package Location and Checksums

The preferred method for installing security updates is to use the YaST
Online Update (YOU) tool. YOU detects which updates are required and
automatically performs the necessary steps to verify and install them.
Alternatively, download the update packages for your distribution manually
and verify their integrity by the methods listed in Section 6 of this
announcement. Then install the packages using the command

rpm -Fhv <file.rpm>

to apply the update, replacing <file.rpm> with the filename of the
downloaded RPM package.


x86 Platform:

SUSE LINUX 9.3:
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/Intel-536ep-4.69-10.5.i586.rpm
726987fcb2e29a3e6e8d413c1a5dfe1d
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-bigsmp-2.6.11.4-21.11.i586.rpm
c543d65d53d4169e734c058020d567ec
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-bigsmp-nongpl-2.6.11.4-21.11.i586.rpm
b37dc9424cf567c7736e7ae319e73562
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-default-2.6.11.4-21.11.i586.rpm
de248d731063686bc283beafa031b537
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-default-nongpl-2.6.11.4-21.11.i586.rpm
6d193d0deaf3777821849cc61802ff65
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-smp-2.6.11.4-21.11.i586.rpm
5eb3a6dc960720d8d93cde49ec7700f8
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-smp-nongpl-2.6.11.4-21.11.i586.rpm
9f6a944e6f901072d6ce48fbaa1290f0
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-source-2.6.11.4-21.11.i586.rpm
62ab0ddbcc4e3d01090b7b5fafd38d8a
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-syms-2.6.11.4-21.11.i586.rpm
7f73075bdd31464db500d644b97edc81
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-um-2.6.11.4-21.11.i586.rpm
02486777b820d02b425fed71a4c5019f
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-um-nongpl-2.6.11.4-21.11.i586.rpm
15dfaf2802842860f478f171eda39af1
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-xen-2.6.11.4-21.11.i586.rpm
1f9636bf36fddc76aaf057651a45309e
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-xen-nongpl-2.6.11.4-21.11.i586.rpm
1078b4a0182fe0c4cec06c9547fb1a9e
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/ltmodem-8.31a10-7.5.i586.rpm
78c81eb9d6c5779343c3e29e81030308
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/um-host-install-initrd-1.0-50.5.i586.rpm
61fbfde10f475ea4c0d724d87d63501f
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/um-host-kernel-2.6.11.4-21.11.i586.rpm
19a7f29a385995702ac30407be70d6d2

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/Intel-536ep-4.69-5.13.i586.rpm
73fa6376eb84222b2fffa6483eab7afc
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-bigsmp-2.6.8-24.20.i586.rpm
6c81a75b8fec4b14fc9e4365c187f00d
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-bigsmp-nongpl-2.6.8-24.20.i586.rpm
aa22cc2a3d959f790ec8523e4019c747
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-default-2.6.8-24.20.i586.rpm
3890821a67d7d60ffff0caffc2cab778
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-default-nongpl-2.6.8-24.20.i586.rpm
7511e2f0934af8eae4bb3179e7840fbd
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-smp-2.6.8-24.20.i586.rpm
7117c43424009f3c2eb2921e8fbc95ed
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-smp-nongpl-2.6.8-24.20.i586.rpm
c1d885bfb6675ae69e3b1692f5fc946a
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-source-2.6.8-24.20.i586.rpm
05236f7ce1b52ab54961ad527ce805e7
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-syms-2.6.8-24.20.i586.rpm
7dc21ec2ccd8dbe4e5d87b41c836bbaf
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-um-2.6.8-24.20.i586.rpm
f8ce8a36267968fc939a0ee2599e157e
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-um-nongpl-2.6.8-24.20.i586.rpm
2e9cfb9aef2447aa952f527eded19c24
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/ltmodem-8.31a8-6.13.i586.rpm
0b131a3243a8b6afd9a8e945b1af2fd4
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/um-host-install-initrd-1.0-48.12.i586.rpm
1f3c40dc3cf9438fefeeb5eab8d4197e
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/um-host-kernel-2.6.8-24.20.i586.rpm
aace00350fb0297a2f028699b4668697

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/antivir-2.1.0-20.4.i586.rpm
d6b302c940c8430fab37d9aa9a5e1214
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/drbd-0.7.14-0.6.i586.rpm
785040d76717cd8083e256000b7f63d5
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-bigsmp-2.6.5-7.252.i586.rpm
5a6544c2a26a3a3dc155198138eaa83f
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-default-2.6.5-7.252.i586.rpm
02711564583edfb898433c549b09bd7d
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-smp-2.6.5-7.252.i586.rpm
b5703b2f2546e67b1d0ff984a4293cd0
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-source-2.6.5-7.252.i586.rpm
591e787dda803b499e6c10d25e05b770
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-syms-2.6.5-7.252.i586.rpm
0b55769312b026a1b9cd4bae2c391d98
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/km_antivir-2.1.0-20.4.i586.rpm
266fd61aeb1861dc076d445117f66baf
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/km_drbd-0.7.14-0.6.i586.rpm
c1627d9ba295289524d174e13610f09b
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/ltmodem-2.6.2-38.22.i586.rpm
8e6287ab9fcc3992fb49afadc797da45

Platform Independent:

SUSE LINUX 9.3:
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/noarch/kernel-docs-2.6.11.4-21.11.noarch.rpm
cb887f584a0c8f8b37638bab10407d73

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/noarch/kernel-docs-2.6.8-24.20.noarch.rpm
62a62a57d97af0ee27a1d9e2f1b5477b

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/noarch/kernel-docs-2.6.5-7.252.noarch.rpm
936c10c7337f5d6bfde60066fd457989
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/noarch/kernel-docs-2.6.5-7.252.noarch.rpm
d8ee9fb3b0423be9ced1e4c2e7de8f05

x86-64 Platform:

SUSE LINUX 9.3:
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-default-2.6.11.4-21.11.x86_64.rpm
e8bd3166ade78e0f33ba7a065add24ba
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-default-nongpl-2.6.11.4-21.11.x86_64.rpm
e6ec8fd3780b20bf49bf261d10d4423e
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-smp-2.6.11.4-21.11.x86_64.rpm
73382acf65787d53973ca779bf0579cc
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-smp-nongpl-2.6.11.4-21.11.x86_64.rpm
27527e2d10b6b37243009d61ff2ff6f8
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-source-2.6.11.4-21.11.x86_64.rpm
45e2b2428d73e4367f03eb9841b7074e
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-syms-2.6.11.4-21.11.x86_64.rpm
db2912ac4b3e7ba4cac7d5eb0e3120f5

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-default-2.6.8-24.20.x86_64.rpm
88ed9d91a4414f7f4e39e899ca7a7ef4
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-default-nongpl-2.6.8-24.20.x86_64.rpm
5425d91d11a695b36415384be9536cf9
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-smp-2.6.8-24.20.x86_64.rpm
8670c9bc84d9a4d493e4b18aee1c29b2
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-smp-nongpl-2.6.8-24.20.x86_64.rpm
b340a89c163944042c0a214795a3ad7b
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-source-2.6.8-24.20.x86_64.rpm
66b91efb196d3461d29d90ba8e19c747
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-syms-2.6.8-24.20.x86_64.rpm
2f3a689fb2e5e286e15e573739828d99

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/drbd-0.7.14-0.6.x86_64.rpm
7b99fc2ceef67fd5e23b22b325f2dcd4
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/kernel-default-2.6.5-7.252.x86_64.rpm
1e7e270cbbd76e8af428f7dd7c59d2b8
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/kernel-smp-2.6.5-7.252.x86_64.rpm
c60de58a4feed20754aa202bc5545149
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/kernel-source-2.6.5-7.252.x86_64.rpm
9dff984bb8294fac593591db3f5ff9df
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/kernel-syms-2.6.5-7.252.x86_64.rpm
8cfefc4446f2fc70e5fcbae2b1c5e8b9
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/km_drbd-0.7.14-0.6.x86_64.rpm
097429f49530fddbed45f3122a66f91a

Sources:

SUSE LINUX 9.3:
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/Intel-536ep-4.69-10.5.src.rpm
18dba7c11f866a58e39a12e79319be85
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-bigsmp-2.6.11.4-21.11.nosrc.rpm
a9374b06cca86ce9a8373c43c17ac9e4
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-default-2.6.11.4-21.11.nosrc.rpm
b25622507b1903ef0f3bf848839ce08d
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-docs-2.6.11.4-21.11.src.rpm
c9381f3813e7af4fa9cf4cc9ce5621ff
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-smp-2.6.11.4-21.11.nosrc.rpm
9b83f383688e1e2cddc5a40c3bda99d4
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-source-2.6.11.4-21.11.src.rpm
4ad088fa0b6607c5d7fce5d0fad1ae52
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-syms-2.6.11.4-21.11.src.rpm
47b05b06a6676e2b781e648e37dc69b0
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-um-2.6.11.4-21.11.nosrc.rpm
f551a23519fbf78341cb67ec4724982f
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-xen-2.6.11.4-21.11.nosrc.rpm
a0885202b09e6b10e392707111f58942
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/ltmodem-8.31a10-7.5.src.rpm
dd70e4bf36e779f4b17adb1736dc8f35
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/um-host-install-initrd-1.0-50.5.src.rpm
5f7c7741a6adc9dc5100eeadbdf2f7c6

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/Intel-536ep-4.69-5.13.src.rpm
52499e0c322a0ca5c5cf90893cf0b0d1
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-bigsmp-2.6.8-24.20.nosrc.rpm
9f34cf79d1700bcd0c0f1058ef247edb
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-default-2.6.8-24.20.nosrc.rpm
840876249319d785e5cc45e5bf1490c8
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-docs-2.6.8-24.20.src.rpm
6cb3fc2605a81385726b77aad68e9e4a
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-smp-2.6.8-24.20.nosrc.rpm
8dacc62d42fc39a483da38fa08a1276d
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-source-2.6.8-24.20.src.rpm
29c05920ac9106aad6d6d030ff6fca7b
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-syms-2.6.8-24.20.src.rpm
3af6d2ffea1c50db219e990665d81a56
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-um-2.6.8-24.20.nosrc.rpm
9be5e2ab15164b15e494b11f53f6118d
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/ltmodem-8.31a8-6.13.src.rpm
17eea8abe7a7bb2f6fc7c029e05be7a2
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/um-host-install-initrd-1.0-48.12.src.rpm
16b975dfc87624197e50d840657f8751

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/antivir-2.1.0-20.4.nosrc.rpm
4b79dc800753b16483f304a6511ce8bf
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/drbd-0.7.14-0.6.src.rpm
30182af29f0f23b90c0fe14005a730a9
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-bigsmp-2.6.5-7.252.nosrc.rpm
bc02096441207893cf47d2be7c8b06ea
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-default-2.6.5-7.252.nosrc.rpm
9e3601a5dbc80c014e54281709e0fe61
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-docs-2.6.5-7.252.src.rpm
5f4f416be9c8a82930187001970a6d1c
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-smp-2.6.5-7.252.nosrc.rpm
1d3eb0c88355dab211f708e6cc8e54e0
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-source-2.6.5-7.252.src.rpm
21e6098484c4dcec2601dd08b945b308
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-syms-2.6.5-7.252.src.rpm
c2008e98d134ba1566a782dd122ebd8a
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/ltmodem-2.6.2-38.22.src.rpm
4581214c4fea38c7524465361a68e57c
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/drbd-0.7.14-0.6.src.rpm
72f1beb412f7e1ca417de9f1e7569304
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-default-2.6.5-7.252.nosrc.rpm
976703d007470f12a822da6ce664d129
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-docs-2.6.5-7.252.src.rpm
e99e2496532756559fd5c67ee283df40
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-smp-2.6.5-7.252.nosrc.rpm
0c4edc9be7a9fb28c0b59d6117982b0a
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-source-2.6.5-7.252.src.rpm
c4e2f55f248e850f1bd7ec16ce17b6a7
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-syms-2.6.5-7.252.src.rpm
784c069db96b17f32b10cd0673c41a92

Our maintenance customers are notified individually. The packages are
offered for installation from the maintenance web:

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/53a35f9c46a14926bf6362d608669041.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/90a639b6799bfd65f01fdeae93632f10.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/17f9d5ebb960b52dac5a039eb35dbb4c.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/fe38820436a873df269fdd01a2f00ece.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/91e977c7e67c3b27c1652d59fa4ff24e.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/94a974abcf7178fb83b463abf6e13de7.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/804a98a9ce388ec8e0c1400aa2d7a687.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/87c56bb926a498cfdb5b0219c188f773.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/34f03dfffcde711fd59b2f89adf275de.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/908e2fc1ed6e9f52170be50afeb252e7.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/10563fc51e4a944b1c3b88b120fbe696.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/823abab8a4920fcbe7756a8433970068.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/186f161a242ba9368a91d962ee345c3d.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/9a09b7069f90838c298904dcd2baa20e.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/93a74282e730b0e062ce01333e36bfc2.html

______________________________________________________________________________

5) Pending Vulnerabilities, Solutions, and Work-Arounds:

none
______________________________________________________________________________

6) Authenticity Verification and Additional Information

- Announcement authenticity verification:

SUSE security announcements are published via mailing lists and on Web
sites. The authenticity and integrity of a SUSE security announcement is
guaranteed by a cryptographic signature in each announcement. All SUSE
security announcements are published with a valid signature.

To verify the signature of the announcement, save it as text into a file
and run the command

gpg --verify <file>

replacing <file> with the name of the file where you saved the
announcement. The output for a valid signature looks like:

gpg: Signature made <DATE> using RSA key ID 3D25D3D9
gpg: Good signature from "SuSE Security Team <security@suse.de>"

where <DATE> is replaced by the date the document was signed.

If the security team's key is not contained in your key ring, you can
import it from the first installation CD. To import the key, use the
command

gpg --import gpg-pubkey-3d25d3d9-36e12d04.asc

- Package authenticity verification:

SUSE update packages are available on many mirror FTP servers all over the
world. While this service is considered valuable and important to the free
and open source software community, the authenticity and the integrity of
a package needs to be verified to ensure that it has not been tampered
with.

There are two verification methods that can be used independently from
each other to prove the authenticity of a downloaded file or RPM package:

1) Using the internal gpg signatures of the rpm package
2) MD5 checksums as provided in this announcement

1) The internal rpm package signatures provide an easy way to verify the
authenticity of an RPM package. Use the command

rpm -v --checksig <file.rpm>

to verify the signature of the package, replacing <file.rpm> with the
filename of the RPM package downloaded. The package is unmodified if it
contains a valid signature from build@suse.de with the key ID 9C800ACA.

This key is automatically imported into the RPM database (on
RPMv4-based distributions) and the gpg key ring of 'root' during
installation. You can also find it on the first installation CD and at
the end of this announcement.

2) If you need an alternative means of verification, use the md5sum
command to verify the authenticity of the packages. Execute the command

md5sum <filename.rpm>

after you downloaded the file from a SUSE FTP server or its mirrors.
Then compare the resulting md5sum with the one that is listed in the
SUSE security announcement. Because the announcement containing the
checksums is cryptographically signed (by security@suse.de), the
checksums show proof of the authenticity of the package if the
signature of the announcement is valid. Note that the md5 sums
published in the SUSE Security Announcements are valid for the
respective packages only. Newer versions of these packages cannot be
verified.

- SUSE runs two security mailing lists to which any interested party may
subscribe:

suse-security@suse.com
- General Linux and SUSE security discussion.
All SUSE security announcements are sent to this list.
To subscribe, send an e-mail to
<suse-security-subscribe@suse.com>.

suse-security-announce@suse.com
- SUSE's announce-only mailing list.
Only SUSE's security announcements are sent to this list.
To subscribe, send an e-mail to
<suse-security-announce-subscribe@suse.com>.

For general information or the frequently asked questions (FAQ),
send mail to <suse-security-info@suse.com> or
<suse-security-faq@suse.com>.

=====================================================================
SUSE's security contact is <security@suse.com> or <security@suse.de>.
The <security@suse.de> public key is listed below.
=====================================================================
______________________________________________________________________________

The information in this advisory may be distributed or reproduced,
provided that the advisory is not modified in any way. In particular, the
clear text signature should show proof of the authenticity of the text.

SUSE Linux Products GmbH provides no warranties of any kind whatsoever
with respect to the information contained in this security advisory.

Type Bits/KeyID Date User ID
pub 2048R/3D25D3D9 1999-03-06 SuSE Security Team <security@suse.de>
pub 1024D/9C800ACA 2000-10-19 SuSE Package Signing Key <build@suse.de>

- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

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
DgCfZ5Wj+f7cnYpFZI6GkAyyczG09sE=
=LRKC
- -----END PGP PUBLIC KEY BLOCK-----
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iQEVAwUBRAMLc3ey5gA9JdPZAQLGaQf+JYqgs3uUJWLHA0AYZcwnrJiVWs7y9Cj9
nZSROUqwbricdwqZ3VUBgN9AAJvLUvSTT3mbQI8vgSObG9gcd/Rn3c/jdvEfVpLh
35XhuC8Rueb4phkoO4YyL08GoWxJoTnRnyyykUN0T8gFrQgkAP3FymYMGFBZaoGM
X7AgxyISg0WtbzH61og7I779MZrXJsG+m4pSK78RtKHyxi0rbybuK69f0zRJNpbp
jPh204/fqcKYrtjz1wdu0OvreJjFoCf2MKzSV039UdFENFoFfrNjeDUL6RzH/r4A
2gJj3mkxwFC1LXaUyFwO4leBLJFSU4PRxqWunsPVdpXYwOBdUEeH9A==
=4t6d
-----END PGP SIGNATURE-----