Skip Navigation

  • Home
  • Contact us
  • FAQ
  • Glossary
  • Public key
  • Sitemap
  • Cymraeg
  • What's new
CPNI - Centre for the Protection of National Infastructure

Advanced search

  • About CPNI
  • The threats
  • Security planning
  • Methods of attack
  • Protecting your assets
  • Products and services
    • CSIRTUK advisories
      • Advisories archive
    • General protective security publications
    • InfoSec briefings
    • InfoSec technical notes
    • InfoSec vulnerability disclosures
    • Good practice guidelines
    • Viewpoints
    • Information exchanges
    • Risk Management Delivery Group
  • Research
Home > Products and services > CSIRTUK advisories > Advisories archive > December 2005 > Two SUSE Security Announcements: 1. kernel various security and bugfixes (SUSE-SA:2005:068) 2. php4, php5 (SUSE-SA:2005:069)

December 2005

Two SUSE Security Announcements: 1. kernel various security and bugfixes (SUSE-SA:2005:068) 2. php4, php5 (SUSE-SA:2005:069)

ID: 01103
Ref: 1035/2005
Date: 15 December 2005:12:09:33
Version: 1

Title: Two SUSE Security Announcements: 1. kernel various security and bugfixes (SUSE-SA:2005:068) 2. php4, php5 (SUSE-SA:2005:069)
Abstract:
Vendors affected: SUSE
Operating systems affected: SUSE
Applications affected: SUSE

Title
=====

Two SUSE Security Announcements:

1. kernel various security and bugfixes (SUSE-SA:2005:068)

2. php4, php5 (SUSE-SA:2005:069)

Detail
======

1. The Linux kernel was updated to fix several security problems and
several bugs.

2. Stefan Esser found out that a bug in parse_str() could lead to
activation of register_globals (CVE-2005-3389) and additionally
that file uploads could overwrite $GLOBALS (CVE-2005-3390)




1.


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

______________________________________________________________________________

SUSE Security Announcement

Package: kernel
Announcement ID: SUSE-SA:2005:068
Date: Wed, 14 Dec 2005 16:00:00 +0000
Affected Products: SUSE LINUX 9.3
SUSE LINUX 9.2
SUSE LINUX 9.1
SuSE Linux 9.0
SuSE Linux Desktop 1.0
SuSE Linux Enterprise Server 8
SUSE Linux Enterprise Server 9
UnitedLinux 1.0
Vulnerability Type: denial of service
Severity (1-10): 6
SUSE Default Package: yes
Cross-References: CVE-2005-1041, CVE-2005-2457, CVE-2005-2458
CVE-2005-2459, CVE-2005-2490, CVE-2005-2492
CVE-2005-2800, CVE-2005-2872, CVE-2005-2973
CVE-2005-3044, CVE-2005-3055, CVE-2005-3110
CVE-2005-3180, CVE-2005-3275, CVE-2005-3527
CVE-2005-3783, CVE-2005-3784, CVE-2005-3805
CVE-2005-3806, CVE-2005-3807

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

______________________________________________________________________________

1) Problem Description and Brief Discussion

The Linux kernel was updated to fix several security problems and
several bugs, listed below:

Security fixes:
- CVE-2005-3783: A check in ptrace(2) handling that finds out if
a process is attaching to itself was incorrect and could be used
by a local attacker to crash the machine. (All)

- CVE-2005-3784: A check in reaping of terminating child processes did
not consider ptrace(2) attached processes and would leave a ptrace
reference dangling. This could lead to a local user being able to
crash the machine. (Linux kernel 2.6 based products only)

- CVE-2005-2973: An infinite loop in the IPv6 UDP loopback handling
can be easily triggered by a local user and lead to a denial
of service. (Linux kernel 2.6 based products only)

- CVE-2005-3055: Unplugging an user space controlled USB device with
an URB pending in user space could crash the kernel. This can be
easily triggered by local attacker. (Fixed for Linux kernel 2.6
based products only.)

- CVE-2005-3044: Missing sockfd_put() calls in routing_ioctl() leaked
file handles which in turn could exhaust system memory. (All)

- CVE-2005-3180: Fixed incorrect padding in Orinoco wireless driver,
which could expose kernel data to the air. (Linux 2.6 based
products only)

- CVE-2005-2490: A stack-based buffer overflow in the sendmsg function
call in the Linux kernel 2.6 and 2.4 allowed local users execute
arbitrary code by calling sendmsg and modifying the message contents
in another thread. (All)

- CVE-2005-3806: A bug in IPv6 flow label handling code could be used
by a local attacker to free non-allocated memory and in turn corrupt
kernel memory and likely crash the machine. (All)

- CVE-2005-3275: The NAT code in Linux kernel incorrectly declares
a variable to be static, which allows remote attackers to cause a
denial of service (memory corruption) by causing two packets for
the same protocol to be NATed at the same time. (All)

- CVE-2005-2457: A problem in decompression of files on "zisofs"
filesystem was fixed. (All)

- CVE-2005-2458: A potential buffer overflow in the zlib decompression
handling in the kernel was fixed. (All)

- CVE-2005-2459: Some return codes in zlib decoding were fixed which
could have led to an attacker crashing the kernel. (All)

- CVE-2005-3110: A race condition in the ebtables netfilter module
(ebtables.c), when running on an SMP system that is operating under a
heavy load, might allow remote attackers to cause a denial of service
(crash) via a series of packets that cause a value to be modified
after it has been read but before it has been locked. (Linux kernel
2.6 based products only)

- CVE-2005-1041: A race condition when reading the /proc/net/route
virtual file could be used by a local attacker to potentially crash
the machine. (Linux kernel 2.6 based products only)

- CVE-2005-2800: A memory leak in the seq_file implementation in
the SCSI procfs interface (sg.c) allows local users to cause a
denial of service (memory consumption) via certain repeated reads
from the /proc/scsi/sg/devices file, which is not properly handled
when the next() iterator returns NULL or an error. (Linux kernel
2.6 based products only)

- CVE-2005-2872: The ipt_recent module when running on 64bit processors
allows remote attackers to cause a DoS (kernel panic) via certain
attacks such as SSH brute force. (Linux kernel 2.6 based products
only)

- CVE-2005-2492: The raw_sendmsg function in the Linux kernel allows
local attackers to cause a denial of service (change hardware state)
or read from arbitrary memory via crafted input. (SUSE Linux 9.2
and 9.3)

- CVE-2005-3805: A locking problem in POSIX timer handling could
be used by a local attacker on a SMP system to deadlock the
machine. (SUSE Linux 9.3)

- CVE-2005-3527: A race condition in do_coredump in signal.c allows
local users to cause a denial of service (machine hang) by
triggering a core dump in one thread while another thread has a
pending SIGSTOP. (SUSE Linux 9.3)

- CVE-2005-3807: A memory kernel leak in VFS lease handling can exhaust
the machine memory and so cause a local denial of service. This
is seen in regular Samba use and could also be triggered by local
attackers. (SUSE Linux 9.3)

Non security bugfixes:
- Fixed the "treason uncloaked" kernel messages that were caused by
a stale pred_flags variable when the TCP snd_wnd changes.
- a lot of other small fixes not listed here.

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.


**** 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

replacing 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

to apply the update, replacing 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.4.i586.rpm
d500c2c08b8b7526d74023f65e59b85c
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-bigsmp-2.6.11.4-21.10.i586.rpm
6b7433eb3db4d6e0ee762966418e4dd9
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-bigsmp-nongpl-2.6.11.4-21.10.i586.rpm
c9915592a80dd81d26d7664887bf553d
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-default-2.6.11.4-21.10.i586.rpm
061bdddcee1a455b618990358fb6e9ed
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-default-nongpl-2.6.11.4-21.10.i586.rpm
71109400fe245a1d9c927b51a886570c
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-smp-2.6.11.4-21.10.i586.rpm
7814126834bc779f3b3f6c06ed2d9967
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-smp-nongpl-2.6.11.4-21.10.i586.rpm
68ecf601f54b61f15df7ed7fb532816b
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-source-2.6.11.4-21.10.i586.rpm
636f844e141e1f13d96ecc1fa1b0b083
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-syms-2.6.11.4-21.10.i586.rpm
c68dea8979d7917a1d33d51ae5448c78
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-um-2.6.11.4-21.10.i586.rpm
181375a1e7fb6ff0ac19f1eeec1094df
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-um-nongpl-2.6.11.4-21.10.i586.rpm
60d9c119d1754e7e722c20eebd1d8402
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-xen-2.6.11.4-21.10.i586.rpm
188852e931d1f4ad7efc8ac35b258181
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/kernel-xen-nongpl-2.6.11.4-21.10.i586.rpm
ce1e7f2365eec087c735921b5e6d9ccf
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/ltmodem-8.31a10-7.4.i586.rpm
9fd2310063f308691a70d32e4f028549
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/um-host-install-initrd-1.0-50.4.i586.rpm
bbedfc44ec6b5d44feaec1466171a6c5
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/um-host-kernel-2.6.11.4-21.10.i586.rpm
2234c7a82681b61a75b5009f10ce47c7

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/Intel-536ep-4.69-5.12.i586.rpm
8a47d92a848db8bdb55d6f0a6ab227de
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-bigsmp-2.6.8-24.19.i586.rpm
dace3bcedb831f4170055dc6f75cdabd
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-bigsmp-nongpl-2.6.8-24.19.i586.rpm
6e8c44794300272c7b285aac7f3454f0
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-default-2.6.8-24.19.i586.rpm
61641b758f379ce5fb5c6d9b775860cb
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-default-nongpl-2.6.8-24.19.i586.rpm
213170a1d5d872439f696d8489c4df8d
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-smp-2.6.8-24.19.i586.rpm
75340371878caf30a19b0c0884e7c4b3
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-smp-nongpl-2.6.8-24.19.i586.rpm
a319f80f554dc548f615258116c5eb82
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-source-2.6.8-24.19.i586.rpm
f1307e25b9b03bd8bd31576a2dde93c8
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-syms-2.6.8-24.19.i586.rpm
8ce4843272595ef052f3bcc106307c17
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-um-2.6.8-24.19.i586.rpm
32c20befc06f9b5c6c21f675d7f27524
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/kernel-um-nongpl-2.6.8-24.19.i586.rpm
c8e2e9d1f020f8e76cc5ca8df852e6e2
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/ltmodem-8.31a8-6.12.i586.rpm
67170602966f4e3f948b5d247fe527c5
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/um-host-install-initrd-1.0-48.11.i586.rpm
5194a3b506192b7cea330c45f1015116
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/um-host-kernel-2.6.8-24.19.i586.rpm
495f10410d45b5198a035afad1ab7060

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-bigsmp-2.6.5-7.202.7.i586.rpm
498b6452f6e80c2168fc18e9aaa171ca
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-default-2.6.5-7.202.7.i586.rpm
9cdcc381aa3fe9c38883af5ae50fe566
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-smp-2.6.5-7.202.7.i586.rpm
5b6910b080ddaebb52ba01a77e64cda5
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-source-2.6.5-7.202.7.i586.rpm
f492f72cf5cc3039a02b0b809688ca49
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/kernel-syms-2.6.5-7.202.7.i586.rpm
4613e41ca201515ae803966ecd7b0b93
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/ltmodem-2.6.2-38.19.i586.rpm
d21af772ba56053116b350a1970777aa

SuSE Linux 9.0:
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/Intel-536ep-4.62-27.i586.rpm
df3caf24c8ece33169c54ff4672d373a
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/Intel-v92ham-4.53-27.i586.rpm
d0c7cfb40d369de915536fe376669731
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/k_athlon-2.4.21-303.i586.rpm
c85728e06562a696414f9bb6bc0441bc
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/k_deflt-2.4.21-303.i586.rpm
87d35dea039633533ce97976902adc24
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/k_smp-2.4.21-303.i586.rpm
313ed7c9eb5c96d5d60f31a72cef1b1c
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/k_smp4G-2.4.21-303.i586.rpm
d05c3ff5c412f82fb90434ad902ab076
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/k_um-2.4.21-303.i586.rpm
ea4422ee2da49a37626ab80c92c869a1
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/kernel-source-2.4.21-303.i586.rpm
8aa09607425053cc73fb11af0f08f107
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/ltmodem-8.26a-216.i586.rpm
39189597f72fd29c7bd95d25453a634c

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.10.noarch.rpm
47d5b58910d7890c56b49c5f0a051edb

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/noarch/kernel-docs-2.6.8-24.19.noarch.rpm
d7d6524760444a7007b33614f7438d18

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/noarch/kernel-docs-2.6.5-7.202.7.noarch.rpm
1c8fe8bd02541c36268c8bdd9ae52408
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/noarch/kernel-docs-2.6.5-7.202.7.noarch.rpm
4ccf9f952bf7bdf81535fae998ebcecf

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.10.x86_64.rpm
ba425257f4863c3609218ffb97d88ad5
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-default-nongpl-2.6.11.4-21.10.x86_64.rpm
4c5ce7b9a10a1befe1055e5dda1f8cf3
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-smp-2.6.11.4-21.10.x86_64.rpm
3cbe380b73ab0582f272389241ed3387
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-smp-nongpl-2.6.11.4-21.10.x86_64.rpm
4b42629c3bed66cacb1a984c5e26f9d4
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-source-2.6.11.4-21.10.x86_64.rpm
06a6903d738d08d889486fd37fd356a8
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/kernel-syms-2.6.11.4-21.10.x86_64.rpm
8e68e2009d0a7f75c844e66770d4c812

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-default-2.6.8-24.19.x86_64.rpm
205edc94cdc1efd47dcd5a3c207ed8ea
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-default-nongpl-2.6.8-24.19.x86_64.rpm
d165d199a24c2531ffb66bf8559f94d0
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-smp-2.6.8-24.19.x86_64.rpm
3741cd730f4d74fdd942df421dcd70c8
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-smp-nongpl-2.6.8-24.19.x86_64.rpm
a944dadc1c00f35e0311cc1e059f2ef7
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-source-2.6.8-24.19.x86_64.rpm
10d243b42b080caf2b35a203d37e054b
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/kernel-syms-2.6.8-24.19.x86_64.rpm
476f6d22a5f9b985c6ff637b47560902

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/kernel-default-2.6.5-7.202.7.x86_64.rpm
b842f83ea73c098b06264255c448a369
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/kernel-smp-2.6.5-7.202.7.x86_64.rpm
67348b7d9c74d517652340c1b195d350
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/kernel-source-2.6.5-7.202.7.x86_64.rpm
32a9ffb2b0907f4110ed577cc19f588e
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/kernel-syms-2.6.5-7.202.7.x86_64.rpm
5f466140ede81eb3cf45a883c1a4283e

SuSE Linux 9.0:
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/k_deflt-2.4.21-303.x86_64.rpm
995456b107b5a11541c441c01285c69f
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/k_smp-2.4.21-303.x86_64.rpm
1330055b72a360e1e9d95f55446565c6
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/kernel-source-2.4.21-303.x86_64.rpm
bfd3f18af242371f001ab3badb6886b6

Sources:

SUSE LINUX 9.3:
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/Intel-536ep-4.69-10.4.src.rpm
f2864724ba6060f3eca93a52915f85d6
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-bigsmp-2.6.11.4-21.10.nosrc.rpm
eb7b914b71b3a1a4714a40aeaf2fbcf9
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-default-2.6.11.4-21.10.nosrc.rpm
a747522cc3e547960f53cc56c7e8e25c
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-docs-2.6.11.4-21.10.src.rpm
33e9bdcde94a6aa836fdf2939b2c3595
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-smp-2.6.11.4-21.10.nosrc.rpm
d4b7a95149a614365f3c52a5536cb165
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-source-2.6.11.4-21.10.src.rpm
d3a5f22fed880743addd67a900e010ab
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-syms-2.6.11.4-21.10.src.rpm
b76a34c01bf1da3ca175cfef88b62c47
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-um-2.6.11.4-21.10.nosrc.rpm
f5250e8c30889890e95f7ca39a5379b7
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/kernel-xen-2.6.11.4-21.10.nosrc.rpm
ea9714e45fafb92ac59de3e0ee10c1b2
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/ltmodem-8.31a10-7.4.src.rpm
fa31903dd77cab3c3f3f1e08bc288ae2
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/um-host-install-initrd-1.0-50.4.src.rpm
69bad0f07871a0e14bcfd6a5faba33d1

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/Intel-536ep-4.69-5.12.src.rpm
9cf828d9073188230d7d975eeb963e04
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-bigsmp-2.6.8-24.19.nosrc.rpm
be8c729e22ca7e1e9a6ed5b7f833f84a
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-default-2.6.8-24.19.nosrc.rpm
bd66bc651a343c08045e22fe6156d416
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-docs-2.6.8-24.19.src.rpm
d83c27d1443592adfb6a5324c3fb2513
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-smp-2.6.8-24.19.nosrc.rpm
e9d751c304baba54601fb4be6f7cbe58
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-source-2.6.8-24.19.src.rpm
b7812ba431b9a0781268d022d70a9f6d
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-syms-2.6.8-24.19.src.rpm
ff9b86dd54d8ee09a06cb08505750c06
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/kernel-um-2.6.8-24.19.nosrc.rpm
46c82f4078918d1230299becee64a34a
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/ltmodem-8.31a8-6.12.src.rpm
22a1dc94736e4c1a401410d589eb69d8
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/um-host-install-initrd-1.0-48.11.src.rpm
52621db970964619aa26e2c9cf9a9a8f

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-bigsmp-2.6.5-7.202.7.nosrc.rpm
00c430ebd996bee1e05479314963cb64
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-default-2.6.5-7.202.7.nosrc.rpm
665f6cd53c7cd95240cc78b1b3e47ac3
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-docs-2.6.5-7.202.7.src.rpm
89426852c558f249079da018691c3d78
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-smp-2.6.5-7.202.7.nosrc.rpm
9600effe6b950e0fd644381aadf33892
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-source-2.6.5-7.202.7.src.rpm
b81693fea5e535732ce38b6355f2039e
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/kernel-syms-2.6.5-7.202.7.src.rpm
6045f8cd31f5fadc64fc64f1a85a4dde
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/ltmodem-2.6.2-38.19.src.rpm
ca58518645ab07e0b15bca6d46fadab2
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-default-2.6.5-7.202.7.nosrc.rpm
bc4bf7caf9f40724fb6c8acbfaebc83e
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-docs-2.6.5-7.202.7.src.rpm
d880cc8a4074451b58c837ad2ea89a62
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-smp-2.6.5-7.202.7.nosrc.rpm
91562eee5d7cd6bf85005525196a9ada
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-source-2.6.5-7.202.7.src.rpm
95b8fb67131984469558424c0311fe2c
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/kernel-syms-2.6.5-7.202.7.src.rpm
8cf7cb56943e24cc4dacaf61e03deef0

SuSE Linux 9.0:
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/Intel-536ep-4.62-27.src.rpm
c8be7e60349bfbd91c4fb380c7e5b6e2
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/Intel-v92ham-4.53-27.src.rpm
dc26ab35f0c4c1de451a41e39d8477f0
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/k_athlon-2.4.21-303.src.rpm
28603ac54a74a10f119b19dac4f70877
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/k_deflt-2.4.21-303.src.rpm
bcd1ffba1492ca58fb972e762c92d55d
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/k_smp-2.4.21-303.src.rpm
f8ef5667f2350a4dfa9d86ab1e75b71d
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/k_smp4G-2.4.21-303.src.rpm
54a593469f9631cd3cdd82a01b49b81f
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/k_um-2.4.21-303.src.rpm
2e116575b9de0e58e68fcca09a3c19f1
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/kernel-source-2.4.21-303.src.rpm
992f6a2e95ec3d2c6c3b0d5a1f8e85c3
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/ltmodem-8.26a-216.src.rpm
6870024817df87fdb801108bbee2d2d5
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/src/k_deflt-2.4.21-303.src.rpm
1a15fb38887d1f051594688ec17da243
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/src/k_smp-2.4.21-303.src.rpm
49ba0ba47e2dc4443ca5962fad818c5e
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/src/kernel-source-2.4.21-303.src.rpm
bb0660431c5fc18b52675b3394f63079

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/0efbd4214ff63cd671f6ac22674becbe.html
http://portal.suse.com/psdb/0efbd4214ff63cd671f6ac22674becbe.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/20c5e4c2a0fea3202c966fa44c89b13e.html
http://portal.suse.com/psdb/20c5e4c2a0fea3202c966fa44c89b13e.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/9fc2ed050cb64aa9c37f32a689e98703.html
http://portal.suse.com/psdb/9fc2ed050cb64aa9c37f32a689e98703.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/79a129621653571f9f612232ddd69857.html
http://portal.suse.com/psdb/79a129621653571f9f612232ddd69857.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/77fd150f1962b32355a96affeee048ed.html
http://portal.suse.com/psdb/77fd150f1962b32355a96affeee048ed.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/93d7c163efacc0665439a7d2c93341d1.html
http://portal.suse.com/psdb/93d7c163efacc0665439a7d2c93341d1.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/fcd8a24f5457e2ac521ea89935681fa3.html
http://portal.suse.com/psdb/fcd8a24f5457e2ac521ea89935681fa3.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/c7050141b3702832a32e74185b621254.html
http://portal.suse.com/psdb/c7050141b3702832a32e74185b621254.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/fa8599c9b2c6f42f6125cdff8246eb01.html
http://portal.suse.com/psdb/fa8599c9b2c6f42f6125cdff8246eb01.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/f43a8157eaa3cc5d6ad4e782c86273d5.html
http://portal.suse.com/psdb/f43a8157eaa3cc5d6ad4e782c86273d5.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/e400e6279f02255de204820f5290b8bb.html
http://portal.suse.com/psdb/e400e6279f02255de204820f5290b8bb.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/268441775ca440ed04388897a55453d1.html
http://portal.suse.com/psdb/268441775ca440ed04388897a55453d1.html

http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/0e2c7f08437e0128f5441c08f313e453.html
http://portal.suse.com/psdb/0e2c7f08437e0128f5441c08f313e453.html

______________________________________________________________________________

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

See SUSE Security Summary Report.
______________________________________________________________________________

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

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

gpg: Signature made using RSA key ID 3D25D3D9
gpg: Good signature from "SuSE Security Team "

where 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

to verify the signature of the package, replacing 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

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-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
.

For general information or the frequently asked questions (FAQ),
send mail to or
.

=====================================================================
SUSE's security contact is or .
The 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
pub 1024D/9C800ACA 2000-10-19 SuSE Package Signing Key

- - -----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)

iQEVAwUBQ6A1xney5gA9JdPZAQKD/Qf/VoLJnO1p+LMZH3RTNSPznwbip6OdlyVx
dZoSGnh+Y5Udn4ab0YR9iyPLE+vBj90dttU4pJXm9/cbZv+a4DjntnjMMMlJakAF
DNPPyNBtZi0OWNdUaYoOvfBC881x7e58mcq33FJgMYiyv38KSKdzAJkPFP18trwH
QQMB5s65BmFVXAkfFcgVZVsGq5WuRtuiZULdPlkm7CQk67JKWTUXmzfLVp1e0wuk
POEUubaq1zNjkCiW8TtAl0Sg+tdtZKjHg9r5y+ITGbagz5kp2hySr57LtEKokcOI
b+DrSnLFscJaS0b/8NlnwJ/I7jk9iaQ6xFJqotn2FiNuVdyChDvemg==
=gbs9
- -----END PGP SIGNATURE-----


2.


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

______________________________________________________________________________

SUSE Security Announcement

Package: php4,php5
Announcement ID: SUSE-SA:2005:069
Date: Wed, 14 Dec 2005 16:00:00 +0000
Affected Products: SUSE LINUX 10.0
SUSE LINUX 9.3
SUSE LINUX 9.2
SUSE LINUX 9.1
SuSE Linux 9.0
SuSE Linux Enterprise Server 8
SUSE SLES 9
UnitedLinux 1.0
Vulnerability Type: remote code execution
Severity (1-10): 5
SUSE Default Package: no
Cross-References: CVE-2005-3353, CVE-2005-3389, CVE-2005-3390
CVE-2005-3391, CVE-2005-3392, CVE-2005-3883


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

______________________________________________________________________________

1) Problem Description and Brief Discussion

Updated PHP packages fix the following security issues:

- Stefan Esser found out that a bug in parse_str() could lead to
activation of register_globals (CVE-2005-3389) and additionally
that file uploads could overwrite $GLOBALS (CVE-2005-3390)

- Bugs in the exif code could lead to a crash (CVE-2005-3353)

- Missing safe_mode checks in image processing code and cURL
functions allowed to bypass safe_mode and open_basedir
(CVE-2005-3391)

- Information leakage via the virtual() function (CVE-2005-3392)

- Missing input sanitation in the mb_send_mail() function
potentially allowed to inject arbitrary mail headers
(CVE-2005-3883)

The previous security update for php caused crashes when mod_rewrite
was used. The updated packages fix that problem as well.

2) Solution or Work-Around

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

3) Special Instructions and Notes

Please restart your web server after the update.

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

to apply the update, replacing with the filename of the
downloaded RPM package.


x86 Platform:

SUSE LINUX 10.0:
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/apache2-mod_php4-4.4.0-6.6.i586.rpm
93ccea4a7fbf020f9dbc2d8e7e30f187
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/apache2-mod_php5-5.0.4-9.6.i586.rpm
68c9297edac3cf40f63de9ab86a78204
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php4-4.4.0-6.6.i586.rpm
cbe4216ab9aeaa46edfec82f4ec83add
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php4-exif-4.4.0-6.6.i586.rpm
7350c203d1da7cef4f707c1bd05b1fe4
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php4-fastcgi-4.4.0-6.6.i586.rpm
2cbedde45de41d2a4c6a04a70151ef87
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php4-mbstring-4.4.0-6.6.i586.rpm
89b18c2b44043b00ca2a5e0ecd952ea1
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php4-servlet-4.4.0-6.6.i586.rpm
aef612df7108ac49bc4671d48a522cd4
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php5-5.0.4-9.6.i586.rpm
89b36c0207d77a276574acb917979c6c
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php5-exif-5.0.4-9.6.i586.rpm
9cd086bfd7f2460f560283d116335809
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php5-fastcgi-5.0.4-9.6.i586.rpm
86a99ad87a84ca890d7f0812d84ea443
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php5-mbstring-5.0.4-9.6.i586.rpm
91d317da31a61e8b892e04fc22533465
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/i586/php5-pear-5.0.4-9.6.i586.rpm
d84a4b1979db6a704e0e68e3cd0c4123

SUSE LINUX 9.3:
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/apache2-mod_php4-4.3.10-14.16.i586.rpm
2b0004354040ee46589579bbe9a10b7d
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/apache2-mod_php5-5.0.3-14.16.i586.rpm
256ffe4b0adcbdea070c31199d927b8b
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/mod_php4-servlet-4.3.10-14.16.i586.rpm
2f011176ba78e8d9e6d6705e3c520d77
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php4-4.3.10-14.16.i586.rpm
1fda5a79328ad176ba4f76c3125a216c
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php4-devel-4.3.10-14.16.i586.rpm
9d95adc9956ad6c9aeb55395e5802a28
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php4-exif-4.3.10-14.16.i586.rpm
b78bda5c1bc4a445980c85263ef4e6b6
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php4-fastcgi-4.3.10-14.16.i586.rpm
65d8d310cddf9eec6bf86f247d916924
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php4-mbstring-4.3.10-14.16.i586.rpm
83b6fb72b0235ef975e0b5dc3add6ba0
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php4-pear-4.3.10-14.16.i586.rpm
5b35e2b85d62841bfb4ef753a1befff4
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php4-session-4.3.10-14.16.i586.rpm
e2e4396e3332d8127521e7208174b761
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php4-sysvshm-4.3.10-14.16.i586.rpm
ec7b2caaf0b6f75a67bcf59df581faf0
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php5-5.0.3-14.16.i586.rpm
e4680ce4c81fe741acace8396270f73a
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php5-devel-5.0.3-14.16.i586.rpm
b77193abb614a761fc8efb4ac3e30f38
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php5-exif-5.0.3-14.16.i586.rpm
efd60d4c38cee0570d91da4ded07241d
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php5-fastcgi-5.0.3-14.16.i586.rpm
da933de9fe8c6b51ba8a1037bb51270a
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php5-mbstring-5.0.3-14.16.i586.rpm
306ffc5f200768e241045b9feb841ff0
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php5-pear-5.0.3-14.16.i586.rpm
4f6a0c426370c2ed0163ba5a210b3b18
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php5-sysvmsg-5.0.3-14.16.i586.rpm
3debbdb828fd9b62f84e9aca19cbc911
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/i586/php5-sysvshm-5.0.3-14.16.i586.rpm
18c017cc066aa5ef10b8676e3abb39cc

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/apache2-mod_php4-4.3.8-8.19.i586.rpm
3ef70addd7a8dbefe0369ff5657c572f
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/mod_php4-servlet-4.3.8-8.19.i586.rpm
7424b1900e37eb48927e937f6f46a754
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/php4-4.3.8-8.19.i586.rpm
4fcf09657edc278dc1300beb99b2be23
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/php4-devel-4.3.8-8.19.i586.rpm
3240c192c6d3a2861c61fafc6f1e3dbe
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/php4-exif-4.3.8-8.19.i586.rpm
bd21b0c6a8787c055bce1b4a0832e9c6
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/php4-fastcgi-4.3.8-8.19.i586.rpm
a15b1e13e8d4c508b20a0d9cb8db0e9a
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/php4-mbstring-4.3.8-8.19.i586.rpm
29cb0b7455d85e855cdcff7ed3cf362a
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/php4-pear-4.3.8-8.19.i586.rpm
378fbc8b49f96936c4a803dd2fcd9150
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/php4-session-4.3.8-8.19.i586.rpm
3e8482cdec483a0d97336d7ff875aca4
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/i586/php4-sysvshm-4.3.8-8.19.i586.rpm
0e8aebcd5576f652c5460b8b5eb0eb59

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/apache2-mod_php4-4.3.4-43.46.8.i586.rpm
03e74cf5c21690096b5c3c6d73db5edf
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/mod_php4-core-4.3.4-43.46.8.i586.rpm
f3ff33b1c66c60e512668d071c2865a2
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/mod_php4-servlet-4.3.4-43.46.8.i586.rpm
8ef9861fc1154dfb13b1a856d97ede58
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-4.3.4-43.46.8.i586.rpm
4f44dbff22b3e61ded0cafa05e5dd8a4
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-devel-4.3.4-43.46.8.i586.rpm
1e61d5c750ceb6e5ca0155da26ad9d56
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-exif-4.3.4-43.46.8.i586.rpm
352b80414193b6e759a087a00e961f9e
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-fastcgi-4.3.4-43.46.8.i586.rpm
a7dbbc68d8088e1c9446f5b3aa3efdf6
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-imap-4.3.4-43.46.8.i586.rpm
2d65af58903d5b57eb1a5c9da7a4d12c
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-mbstring-4.3.4-43.46.8.i586.rpm
fcca537fe7a10ffbc983631586af80e1
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-mysql-4.3.4-43.46.8.i586.rpm
3f089876cee98edb6ca744ec16e8b348
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-pear-4.3.4-43.46.8.i586.rpm
c12867220bc31711bf858488ecf82652
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-recode-4.3.4-43.46.8.i586.rpm
2b13e53d9f834eae4c7f8f5dcd0309e6
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-servlet-4.3.4-43.46.8.i586.rpm
35a0ed7a8ed2680f6795b55a17286a44
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-session-4.3.4-43.46.8.i586.rpm
467cc0aecaeff74e01794a9796d7ae5b
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-sysvshm-4.3.4-43.46.8.i586.rpm
d00467ec2ea75c736257ec747dbce964
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/php4-wddx-4.3.4-43.46.8.i586.rpm
fec07399b7946aa6fa282fdf3a11b7b5

SuSE Linux 9.0:
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/apache2-mod_php4-4.3.3-201.i586.rpm
7e7f3acd96bd4ccfa449fa627d238e61
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-4.3.3-201.i586.rpm
6ad974a6ef73c055042f2791511324a4
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-aolserver-4.3.3-201.i586.rpm
8062597ee1d901295f50ef7f3b210fd8
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-core-4.3.3-201.i586.rpm
a26e3da082bb7af529bfe6a8863d3bea
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-devel-4.3.3-201.i586.rpm
b0c65694138fcc7e358a23578c81fc0f
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/i586/mod_php4-servlet-4.3.3-201.i586.rpm
a575ef3d3585d52457277fa1b1f52fc9

Power PC Platform:

SUSE LINUX 10.0:
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/apache2-mod_php4-4.4.0-6.6.ppc.rpm
b6fc10ae85b52c9fa8dfc1391cb5c42e
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/apache2-mod_php5-5.0.4-9.6.ppc.rpm
64b0b1929db34126fef1fe45477721c8
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/php4-4.4.0-6.6.ppc.rpm
32e5df4ad82710e942229b352001062f
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/php4-exif-4.4.0-6.6.ppc.rpm
5731166b070555e3b12977f17c807164
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/php4-fastcgi-4.4.0-6.6.ppc.rpm
2d5ab0d77fbeb8b4c2c2eb0054ef95db
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/php4-mbstring-4.4.0-6.6.ppc.rpm
e88e8df2e390d4f1de0420144120ffba
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/php5-5.0.4-9.6.ppc.rpm
54988beb5795ec69b9477fb17bd05570
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/php5-exif-5.0.4-9.6.ppc.rpm
9f060cbb31f36448bf51baedd817dd95
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/php5-fastcgi-5.0.4-9.6.ppc.rpm
3970e52026e0de1d22bcb1f0044fc7f4
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/php5-mbstring-5.0.4-9.6.ppc.rpm
97a445e95bbbffc0b73b8e5d812e3a7c
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/ppc/php5-pear-5.0.4-9.6.ppc.rpm
7a0713faac36b75d0c360a81ec1cd902

x86-64 Platform:

SUSE LINUX 10.0:
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/apache2-mod_php4-4.4.0-6.6.x86_64.rpm
c19815f1d3dd1837db7d084d40c0bd5f
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/apache2-mod_php5-5.0.4-9.6.x86_64.rpm
e6f97e4a7f21ac06648b7687ae44c9c0
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php4-32bit-4.4.0-6.6.x86_64.rpm
97b0538d2f776379b9ed53603e7c7c02
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php4-4.4.0-6.6.x86_64.rpm
6910814d7b4f55e46e56fcbfc2605e7a
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php4-exif-4.4.0-6.6.x86_64.rpm
93fc59c57c83d493d9b75735b53f59dc
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php4-fastcgi-4.4.0-6.6.x86_64.rpm
84357282e66154125e738f958c5f8a1d
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php4-mbstring-4.4.0-6.6.x86_64.rpm
a61b2ef113fa1bc4d95d18a2de10c037
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php4-servlet-4.4.0-6.6.x86_64.rpm
c1d603229a890d512c6965a9bf93e0ae
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php5-5.0.4-9.6.x86_64.rpm
3258488c43c3ceba6cac3e079adfd9dc
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php5-exif-5.0.4-9.6.x86_64.rpm
07f02223a220056e989f1ffcdb5bb301
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php5-fastcgi-5.0.4-9.6.x86_64.rpm
f04093dc74fc362b775a76826c4e5b70
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php5-mbstring-5.0.4-9.6.x86_64.rpm
b47b507bb86fc499b57a50ea8d96cf4e
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/x86_64/php5-pear-5.0.4-9.6.x86_64.rpm
8998ff285408d6aa7194631b9158bc95

SUSE LINUX 9.3:
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/apache2-mod_php4-4.3.10-14.16.x86_64.rpm
f572808e11f11e832d5af73789639d13
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/apache2-mod_php5-5.0.3-14.16.x86_64.rpm
78b816f654dba3203f59574403c5b015
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/mod_php4-servlet-4.3.10-14.16.x86_64.rpm
b89d13e866e3331a909acac41032856b
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php4-32bit-9.3-7.7.x86_64.rpm
24f56083bfec12dfa8f81d122ce76b59
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php4-4.3.10-14.16.x86_64.rpm
04feac8fb5cca0eb1b2a63c09712d2a1
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php4-devel-4.3.10-14.16.x86_64.rpm
96b5f6889bfd704b35bee5b503037f98
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php4-exif-4.3.10-14.16.x86_64.rpm
a0543150af489560130081c8f8bc00a5
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php4-fastcgi-4.3.10-14.16.x86_64.rpm
e1e5f5cb50bbc96ac619c06bd9b40c6c
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php4-mbstring-4.3.10-14.16.x86_64.rpm
9e71c63f8f77220d264675a93d9be64e
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php4-pear-4.3.10-14.16.x86_64.rpm
77f30df59a934c9097e1ff5ca2f9ef82
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php4-session-4.3.10-14.16.x86_64.rpm
0763a366fa64f3a9f9451ecf8092060a
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php4-sysvshm-4.3.10-14.16.x86_64.rpm
e4b848f275c2720f0ea9a583245bdfd4
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php5-5.0.3-14.16.x86_64.rpm
a5f4693e50e97ba9b2abc4a74fcfc433
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php5-devel-5.0.3-14.16.x86_64.rpm
318c22c0cc73fc23e1521ebf90614d49
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php5-exif-5.0.3-14.16.x86_64.rpm
1204d8a49841ee632afb3a31ea6786d5
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php5-fastcgi-5.0.3-14.16.x86_64.rpm
9673ca446863d44d8b3070f4b4605c8d
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php5-mbstring-5.0.3-14.16.x86_64.rpm
777c96c8250371403af09dc8ce68578e
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php5-pear-5.0.3-14.16.x86_64.rpm
4843edaf660f33f032bf06f9a0c70e0d
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php5-sysvmsg-5.0.3-14.16.x86_64.rpm
75326499903800ea00ccef6de32df243
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/x86_64/php5-sysvshm-5.0.3-14.16.x86_64.rpm
10fcaf8375a8d3d53b2b4d6c6799fb5c

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/apache2-mod_php4-4.3.8-8.19.x86_64.rpm
995add6961cbaaa3e93ecc3fd4d4414e
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/mod_php4-servlet-4.3.8-8.19.x86_64.rpm
29be09a1b44c9de9475184043915f9d3
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/php4-32bit-9.2-200512120135.x86_64.rpm
d56c620f8e0f47b86b644bf35a2fb218
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/php4-4.3.8-8.19.x86_64.rpm
9904439aebaa54e0a32738ca6d914671
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/php4-devel-4.3.8-8.19.x86_64.rpm
78e991160557cef261f93b867d3e3506
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/php4-exif-4.3.8-8.19.x86_64.rpm
4c0d5054c3fc50eff7f6f1e28cca84f2
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/php4-fastcgi-4.3.8-8.19.x86_64.rpm
cd555396599de66c5b8bb69bbf531c01
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/php4-mbstring-4.3.8-8.19.x86_64.rpm
25495dcc55f44a5a87b7523a18bd547e
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/php4-pear-4.3.8-8.19.x86_64.rpm
0142a90e52aad3f21a9957d5e657ceb1
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/php4-session-4.3.8-8.19.x86_64.rpm
9bccf3bdf6c86e25e1472e740096d4a1
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/x86_64/php4-sysvshm-4.3.8-8.19.x86_64.rpm
6cb88042269a72253f474311f1ddf2ab

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/apache2-mod_php4-4.3.4-43.46.8.x86_64.rpm
c518162fd01a4dfbcd67826b43b04d1c
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/mod_php4-core-4.3.4-43.46.8.x86_64.rpm
963d63c4c9ccedd60d78066056021da5
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/mod_php4-servlet-4.3.4-43.46.8.x86_64.rpm
43f29e791ecde3421a6160a5efef1460
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-4.3.4-43.46.8.x86_64.rpm
9f148f7b01206e4064e31c5bf1126e3a
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-devel-4.3.4-43.46.8.x86_64.rpm
31c00f890667c18d9f4b5d6db8e34c23
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-exif-4.3.4-43.46.8.x86_64.rpm
280203830ba42b1883eb9a0488d1a51a
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-fastcgi-4.3.4-43.46.8.x86_64.rpm
a150e72f55d123e82445d8584c8580af
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-imap-4.3.4-43.46.8.x86_64.rpm
955c5212e05129555e4f669e29abf206
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-mbstring-4.3.4-43.46.8.x86_64.rpm
c4b625a5b45cd9c1cf983b96a5eb5857
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-mysql-4.3.4-43.46.8.x86_64.rpm
a42f92a755f2a27f30d365e987fc07c0
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-pear-4.3.4-43.46.8.x86_64.rpm
5fe41e7a9ce219521abb7118e06acd06
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-recode-4.3.4-43.46.8.x86_64.rpm
4e7c18b9c384f9925be4475b2a58d7ae
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-servlet-4.3.4-43.46.8.x86_64.rpm
409cd0a641f4af01bcec0eee89d730ed
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-session-4.3.4-43.46.8.x86_64.rpm
2c8027c2e1b13ba79684d22599441f98
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-sysvshm-4.3.4-43.46.8.x86_64.rpm
60f76ba962ff878a122c9713b3648acb
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/x86_64/php4-wddx-4.3.4-43.46.8.x86_64.rpm
9eb2f1367e1a24552a8cedfb6bc506f0

SuSE Linux 9.0:
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/apache2-mod_php4-4.3.3-201.x86_64.rpm
201cdcb6ac370ba24bf028ff973e2d78
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-4.3.3-201.x86_64.rpm
200e27434b84dda66a8d7072639d50d3
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-aolserver-4.3.3-201.x86_64.rpm
bebf84684f3d4e2e246e9e0968e1c9e9
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-core-4.3.3-201.x86_64.rpm
c13dd768ed49a6b356fea34b0bee22b7
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-devel-4.3.3-201.x86_64.rpm
76402dba0b5cd93d01121f7cdaccf0a8
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/x86_64/mod_php4-servlet-4.3.3-201.x86_64.rpm
911132503ce437c56fc149ceaca84fc0

Sources:

SUSE LINUX 10.0:
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/src/php4-4.4.0-6.6.src.rpm
df71d97d15a80d697e2bb4bde7045f7e
ftp://ftp.suse.com/pub/suse/i386/update/10.0/rpm/src/php5-5.0.4-9.6.src.rpm
b8982a91a4434d6d8a5e6682d156ec89

SUSE LINUX 9.3:
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/php4-4.3.10-14.16.src.rpm
4fda8297cdd055ca5ea5f25c5fd34f7f
ftp://ftp.suse.com/pub/suse/i386/update/9.3/rpm/src/php5-5.0.3-14.16.src.rpm
00bbae3e2df2e260419636d09124072f

SUSE LINUX 9.2:
ftp://ftp.suse.com/pub/suse/i386/update/9.2/rpm/src/php4-4.3.8-8.19.src.rpm
2ffe97003b66122df2c66282df7c191f

SUSE LINUX 9.1:
ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/src/php4-4.3.4-43.46.8.src.rpm
976c480089d6bbb93c8382024befa2b0
ftp://ftp.suse.com/pub/suse/x86_64/update/9.1/rpm/src/php4-4.3.4-43.46.8.src.rpm
254dafb4323f39a6d5833b5821888be3

SuSE Linux 9.0:
ftp://ftp.suse.com/pub/suse/i386/update/9.0/rpm/src/mod_php4-4.3.3-201.src.rpm
1ac608916ba50d061a5d0a9dcc5bf5f1
ftp://ftp.suse.com/pub/suse/x86_64/update/9.0/rpm/src/mod_php4-4.3.3-201.src.rpm
55aeee3d79a95d4b77c1c9491b6a0216

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/9c27c9e8baf6b3b225a13c66f8f9a95f.html
http://portal.suse.com/psdb/9c27c9e8baf6b3b225a13c66f8f9a95f.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/8c18bdf6bfa820f30d97b67dccd437c4.html
http://portal.suse.com/psdb/8c18bdf6bfa820f30d97b67dccd437c4.html
http://support.novell.com/cgi-bin/search/searchtid.cgi?psdb/10622a3ab7ed7045185b273ec250fa88.html
http://portal.suse.com/psdb/10622a3ab7ed7045185b273ec250fa88.html

______________________________________________________________________________

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

- See Summary Report


______________________________________________________________________________

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

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

gpg: Signature made using RSA key ID 3D25D3D9
gpg: Good signature from "SuSE Security Team "

where 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

to verify the signature of the package, replacing 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

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-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
.

For general information or the frequently asked questions (FAQ),
send mail to or
.

=====================================================================
SUSE's security contact is or .
The 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
pub 1024D/9C800ACA 2000-10-19 SuSE Package Signing Key

- - -----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)

iQEVAwUBQ6A6NXey5gA9JdPZAQIHcgf+JDbAxIYJViu5do5Ucri/EtihLeczQUuz
u0ODqPC1MPe4cJR0y2P1C2qNb4+/S0gfb1W+LlAgD1bVSqdT5YEiRAA4mZB9h+iQ
r4YHObbW0/JH5pFt1nwlGsPKah+3WkE0+rdt7fJ0zFb4mEx+tKgDroXEpr8w5hju
NuJW4IJg/kEBxCuqYM4u+WzJGU2olM2NGKBd3egjFHU1VgdsGZBSt9uX50rx+h0B
6KqJau0u+t20FYlLVPAWTDDve78aDBm8HiX8WtQpxUPI1vkH97CPt7n73NE2ZRcN
9gVFvEOLIWkA5qTl1Sx672cnbMFfR6Lg0FUvU/jcalccMEmscV6Lyw==
=Y2/s
- -----END PGP SIGNATURE-----

  • Accessibility |
  • Terms and conditions |
  • Privacy statement |
  • Data protection act |
  • Freedom of information |