Novell is now a part of Micro Focus

Security update for Linux kernel

Knowledgebase

(Last modified: 15DEC2006)


solutions Security update for Linux kernel SuSE Linux Maintenance Web (8256ebb61cc00811a06c0fd252c18d5a)

Applies to

Package: kernel-default
kernel-smp
kernel-source
kernel-syms
Product(s): SUSE CORE 9 for AMD64 and Intel EM64T
Patch: patch-11326
Release: 20061215
Obsoletes: 261185f7ea10c374f4fc53453e6ef3d7

Indications

Everyone using the Linux Kernel on x86_64 architecture should update.

Contraindications

None.

Problem description

This kernel update fixes the following security problems:
  • When AppArmor allows execution of another application via "x" profiles it is possible by attackers within the current profile to inject environment variables into the called binary, like for instance LD_PRELOAD. Should the execution by "ux" (unconfined) it is possible to break out of the confinement irregardless of checks done by the called application. New execution flags have been added, including "Ux" and "Px" which make the called application clear environment variables same as for setuid applications and avoid easy break outs. To activate this change a userland update of the subdomain-* packages is required. [#172061]
  • If a profile only allowed read ("r") access to a resource the confined application could use mmap with PROT_EXEC flag to load this resource and execute code in it. A special "m" modifier for "r" was added to allow such mmap() calls, it is disabled by default. This change also requires new userland subdomain-* packages, also supplied via maintenance update. [#175388]
  • A race condition in ptrace_check_attach() could be used by local attackers to hang the machine. [#180423]
  • CVE-2006-4145: A bug within the UDF filesystem that caused machine hangs when truncating files on the filesystem was fixed. [#186226]
  • A potential crash when receiving IPX packets was fixed. This problem is thought not to be exploitable. [#197809]
  • CVE-2006-3741: A struct file leak was fixed in the perfmon(2) system call on the Itanium architecture. [#202269]
  • CVE-2006-4538: A malformed ELF image can be used on the Itanium architecture to trigger a kernel crash (denial of service) when a local attacker can supply it to be started. [#203822]
  • CVE-2006-4997: A problem in the ATM protocol handling clip_mkip function could be used by remote attackers to potentially crash the machine. [#205383]
  • CVE-2006-5757/ CVE-2006-6060: A problem in the grow_buffers function could be used to crash or hang the machine using a corrupted filesystem. This affects filesystem types ISO9660 and NTFS. [#205384]
  • CVE-2006-4813: A information leak in __block_prepare_write was fixed, which could disclose private information of previously unlinked files. [#208460]
  • CVE-2006-5174: On the S/390 architecture copy_from_user() could be used by local attackers to read kernel memory. [#209880]
  • CVE-2006-5648: On the PowerPC architecture a syscall has been wired without the proper futex implementation that can be exploited by a local attacker to hang the machine. [#217295]
  • CVE-2006-5649: On the PowerPC architecture the proper futex implementation was missing a fix for alignment check which could be used by a local attacker to crash the machine. [#217295]
  • CVE-2006-5823: A problem in cramfs could be used to crash the machine during mounting a crafted cramfs image. This requires an attacker to supply such a crafted image and have a user mount it. [#218237]
  • CVE-2006-6053: A problem in the ext3 filesystem could be used by attackers able to supply a crafted ext3 image to cause a denial of service or further data corruption if a user mounts this image. [#220288]
  • CVE-2006-6054: A problem in the ext2 filesystem could be used by attackers supplying crafted ext2 images to users could crash the machine during mount. [#220330]
  • CVE-2006-6056: Missing return code checking in the HFS could be used to crash machine when a user complicit attacker is able to supply a specially crafted HFS image. [#221230]
and the following non security bugs:
  • patches.fixes/quota-reiser-deadlock.diff, patches.fixes/reiserfs-defacl-xattr-lock-fix.diff: re-enabled these reiserfs fixes previously suspected to cause #170162 below [#115460]
  • patches.fixes/dm-bio_list_merge-fix.diff: device-mapper snapshot: bio_list fix [#117435]
  • patches.suse/ocfs2-configfs-20060707, patches.suse/ocfs2-configfs-20060809: Update to OCFS2 1.2.3 [#138287]
  • patches.drivers/icadd-license_gpl.patch: Add license to ICA drivers [#140103]
  • patches.fixes/vma-defrag: avoid fragmentation [#141653]
  • patches.fixes/within-logging-rate-limit: Scaling fix for simultaneous unaligned accesses [#145599]
  • patches.fixes/statd-refcount-fix: Fix refcounting problems in host management in lockd. [#148009]
  • patches.fixes/statd-regular-gc: Make lockd garbage collect hosts more often [#148009]
  • patches.fixes/wait_on_page_writeback_range_wq.patch: fix oops in __aio_run_iocbs [#165140]
  • patches.fixes/i8042-reentry: Prevents i8042_interrupt() from being reentered. [#167187]
  • patches.fixes/reiserfs-nfs-lock-fix.diff: Add forgotten lock in reiserfs_get_dentry [#170162]
  • CKRM fails to enforce CPU resource guarantees [#173437]:
    • patches.suse/calculate-task-pressure-properly
    • patches.suse/do_not_allow_a_limit_of_zero
    • patches.suse/doc_update
    • patches.suse/dont_remove_if_guar_zero
    • patches.suse/fix_savings
    • patches.suse/ignore-rq-with-1proc-in-load-balancing
    • patches.suse/make_softlimit_proper
    • patches.suse/mult_overflow_fix.patch
    • patches.suse/no_undue_importance_for_low_grt
    • patches.suse/pressure_zero_when_nr_running_is_zero
    • patches.suse/rename_total_grt_to_total_esl
    • patches.suse/savings_accum_recalc
    • patches.suse/use_busiest_load_instead_of_avg_load
    • patches.suse/use_grt_in_sort_instead_of_inc_limit
    • patches.suse/use_limit_instead_of_grt_when_consuming_surplus
    • patches.suse/fix_demand_calc.patch1
    • patches.suse/be_less_aggressive_in_load_balancing
  • patches.fixes/dev-mem-false-positive: avoid false positive BUG_ON on /dev/mem page aliases. [#176958]
  • patches.fixes/nfsd-type-3-fh: Fix nfsd support for filesystems on devices with large minors [#182552]
  • patches.suse/audit-realpath-enoent: open(/foo/bar) would be logged whenever /foo didn't exist [#200118]
  • patches.fixes/bonding-arpmon: bonding driver: verify incoming packets in arp_mon mode [#202326]
  • patches.suse/lkcd-struct-runqueue-export: cannot find per cpu symbol 'runqueues' when analyzing dump [#202697]
  • patches.fixes/xfs-unlink-recovery-fix: [XFS] unlink recovery fix. [#202877]
  • patches.fixes/libata-eh-data-corruption: Fix data corruption when invoking error handling [#202998]
  • disabled patches.arch/s390-35-06-april2004.diff because it breaks kernel-um [#203196]
  • patches.fixes/i386-cpuinfo-amd-dualcore-fix.diff: /proc/cpuinfo: display number of cores [#203749]
  • Mark qla2400 as supported [#204078]
  • patches.fixes/sys_flock-race-fix.diff: Fix sys_flock() race [#205323]
  • patches.arch/ia64-mca-ignore-valid.fr: [ia64] avoid KDB errors from kdba_mca_init. [#209660]
  • patches.drivers/qla1280-bus-reset-handling: performance slowdown after bus reset on qla12160 HBA [#213717]
  • patches.drivers/qla1280-scb-timeout: qla1280 times out on long operations such as tape rewind [#214695]
  • patches.fixes/pfm_record_tm-locking-fix: Add list entry with write lock protection in perfmon [#214936]
  • fix error in: patches.drivers/usb-add-raritan-kvm-usb-dongle-to-the-hid_quirk_noget-blacklist.patch: USB: add Raritan KVM USB Dongle to the HID_QUIRK_NOGET blacklist [#216225]
  • patches.fixes/cifs-inval-dentry-sles9.patch: [CIFS] When file is deleted locally but later recreated on the server they don't get noticed. [#220540]

Solution

Please install the updates provided at the location noted below.

Installation notes

This update is provided as an RPM package that can easily be installed onto a running system.
First, find out which kernel package to download and use, for example with
rpm -qf /boot/vmlinuz
Download the kernel image fitting your setup and the kernel symbols (kernel-syms*.rpm) and install it with either:
  • rpm -Fvh kernel-syms*.rpm kernel-default*.rpm for the default kernel image, or
  • rpm -Fhv kernel-syms*.rpm kernel-smp*.rpm for the SMP kernel image with support for up to 64 GB, or
  • rpm -Fhv kernel-syms*.rpm kernel-bigsmp*.rpm for the SMP kernel image with support for up to 64 GB
Please do only install one of these kernels, not all of them.
In case you are using LILO as bootmanager, please make sure that you also execute the command
lilo
after installing the update for the system to remain bootable.
Finally, reboot the system with
shutdown -r now
to load the new kernel (replace "now" with the appropriate amount of time to allow local users to cleanly log out, for example "+5" for five minutes.)

links to download packages

Download Source Packages

Download the source code of the patches for maintained products.


Disclaimer

The Origin of this information may be internal or external to Novell. Novell makes all reasonable efforts to verify this information. However, the information provided in this document is for your information only. Novell makes no explicit or implied claims to the validity of this information.

Any trademarks referenced in this document are the property of their respective owners. Consult your product manuals for complete trademark information.

© Copyright Micro Focus or one of its affiliates