Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· System Builder Marathon, Q2 2013 and more
· Microsoft delivers biggest update to date to TypeScript
· Tiff/nss-pam-ldapd Updates for Debian
· Update for Windows 8/Server 2012
· Apple TV 5.4 beta adds iTunes Radio, Conference Room Display
· DSA 2710-1: xml-security-c security update
· Intel DZ87KLT-75K Kinsley Thunderbolt Motherboard Review
· Microsoft launches Surface RT discount for schools
· MacStadium to provide new Mac Pro hosting and colocation
· Netflix outside the USA - in Linux & with Tunlr

Upcoming News
· Canon PowerShot N Review @ TechReviewSource.com
· Gunpoint Review (PC)
· E3 2013: Wrap Up Coverage @ Legit Reviews
· Cougar Spike Micro ATX Case @ LanOC Reviews
· Logitech G400s Gaming Mouse Video Review with Dave Chaos @ HardwareHeaven.com
· Intel Core i7-4770K Haswell Processor Review @ ThinkComputers.org
· =?UTF-8?B?W0FmZmlsaWF0ZXMgTmV3c10gT0NaIFZlcnRleCAzLjIwIDI0MEdCIFNvbGlkIFM=?= =?UTF-8?B?dGF0ZSBEcml2ZSBSZXZpZXcgQCBBUEggIApOZXR3b3Jrcw==?
· Samsung EX2F Camera Review - A Low-Light Advanced Point-And-Shoot For Any Photographer
· NZXT Phantom 630 Ultra Tower
· An MTN News Flash - MEGATech Reviews: Wicked Audio EVAC Full-Size Headphones

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· Building a new PC: how EXACTLY to install USB mouse?
by: joyask43
on: 2013-06-09 14:36
6 replies, 2673 views

· Packet CD
by: natalieksh5
on: 2013-06-06 14:19
4 replies, 3455 views

· THE SIMS 2 DIRECTX 9.0C ERROR MESSAGE!! HELP! URGENT!!
by: tandrask34
on: 2013-06-05 14:06
28 replies, 93210 views

· Hello
by: barryherne
on: 2013-06-05 13:09
0 replies, 185 views

· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6896 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » August 2009 » RHSA-2009:1207-01 Critical: nspr and nss security update

RHSA-2009:1207-01 Critical: nspr and nss security update

Posted by Bob on: 08/12/2009 03:40 PM [ Print | 0 comment(s) ]

A new update is available for Red Hat Enterprise Linux. Here the announcement:




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

=====================================================================
Red Hat Security Advisory

Synopsis: Critical: nspr and nss security update
Advisory ID: RHSA-2009:1207-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2009-1207.html
Issue date: 2009-08-12
CVE Names: CVE-2009-2404 CVE-2009-2408 CVE-2009-2409
=====================================================================

1. Summary:

Updated nspr and nss packages that fix security issues are now available
for Red Hat Enterprise Linux 5.2 Extended Update Support.

This update has been rated as having critical security impact by the Red
Hat Security Response Team.

2. Relevant releases/architectures:

Red Hat Enterprise Linux (v. 5.2.z server) - i386, ia64, ppc, s390x, x86_64

3. Description:

Netscape Portable Runtime (NSPR) provides platform independence for non-GUI
operating system facilities. These facilities include threads, thread
synchronization, normal file and network I/O, interval timing, calendar
time, basic memory management (malloc and free), and shared library linking.

Network Security Services (NSS) is a set of libraries designed to support
the cross-platform development of security-enabled client and server
applications. Applications built with NSS can support SSLv2, SSLv3, TLS,
and other security standards.

These updated packages upgrade NSS from the previous version, 3.12.2, to a
prerelease of version 3.12.4. The version of NSPR has also been upgraded
from 4.7.3 to 4.7.4.

Moxie Marlinspike reported a heap overflow flaw in a regular expression
parser in the NSS library used by browsers such as Mozilla Firefox to match
common names in certificates. A malicious website could present a
carefully-crafted certificate in such a way as to trigger the heap
overflow, leading to a crash or, possibly, arbitrary code execution with
the permissions of the user running the browser. (CVE-2009-2404)

Note: in order to exploit this issue without further user interaction in
Firefox, the carefully-crafted certificate would need to be signed by a
Certificate Authority trusted by Firefox, otherwise Firefox presents the
victim with a warning that the certificate is untrusted. Only if the user
then accepts the certificate will the overflow take place.

Dan Kaminsky discovered flaws in the way browsers such as Firefox handle
NULL characters in a certificate. If an attacker is able to get a
carefully-crafted certificate signed by a Certificate Authority trusted by
Firefox, the attacker could use the certificate during a man-in-the-middle
attack and potentially confuse Firefox into accepting it by mistake.
(CVE-2009-2408)

Dan Kaminsky found that browsers still accept certificates with MD2 hash
signatures, even though MD2 is no longer considered a cryptographically
strong algorithm. This could make it easier for an attacker to create a
malicious certificate that would be treated as trusted by a browser. NSS
now disables the use of MD2 and MD4 algorithms inside signatures by
default. (CVE-2009-2409)

All users of nspr and nss are advised to upgrade to these updated packages,
which resolve these issues.

4. Solution:

Before applying this update, make sure that all previously-released
errata relevant to your system have been applied.

This update is available via Red Hat Network. Details on how to use
the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/docs/DOC-11259

5. Bugs fixed (http://bugzilla.redhat.com/):

510197 - CVE-2009-2409 deprecate MD2 in SSL cert validation (Kaminsky)
510251 - CVE-2009-2408 firefox/nss: doesn't handle NULL in Common Name properly
512912 - CVE-2009-2404 nss regexp heap overflow

6. Package List:

Red Hat Enterprise Linux (v. 5.2.z server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/nspr-4.7.4-1.el5_2.src.rpm
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/nss-3.12.3.99.3-1.el5_2.src.rpm

i386:
nspr-4.7.4-1.el5_2.i386.rpm
nspr-debuginfo-4.7.4-1.el5_2.i386.rpm
nspr-devel-4.7.4-1.el5_2.i386.rpm
nss-3.12.3.99.3-1.el5_2.i386.rpm
nss-debuginfo-3.12.3.99.3-1.el5_2.i386.rpm
nss-devel-3.12.3.99.3-1.el5_2.i386.rpm
nss-pkcs11-devel-3.12.3.99.3-1.el5_2.i386.rpm
nss-tools-3.12.3.99.3-1.el5_2.i386.rpm

ia64:
nspr-4.7.4-1.el5_2.i386.rpm
nspr-4.7.4-1.el5_2.ia64.rpm
nspr-debuginfo-4.7.4-1.el5_2.i386.rpm
nspr-debuginfo-4.7.4-1.el5_2.ia64.rpm
nspr-devel-4.7.4-1.el5_2.ia64.rpm
nss-3.12.3.99.3-1.el5_2.i386.rpm
nss-3.12.3.99.3-1.el5_2.ia64.rpm
nss-debuginfo-3.12.3.99.3-1.el5_2.i386.rpm
nss-debuginfo-3.12.3.99.3-1.el5_2.ia64.rpm
nss-devel-3.12.3.99.3-1.el5_2.ia64.rpm
nss-pkcs11-devel-3.12.3.99.3-1.el5_2.ia64.rpm
nss-tools-3.12.3.99.3-1.el5_2.ia64.rpm

ppc:
nspr-4.7.4-1.el5_2.ppc.rpm
nspr-4.7.4-1.el5_2.ppc64.rpm
nspr-debuginfo-4.7.4-1.el5_2.ppc.rpm
nspr-debuginfo-4.7.4-1.el5_2.ppc64.rpm
nspr-devel-4.7.4-1.el5_2.ppc.rpm
nspr-devel-4.7.4-1.el5_2.ppc64.rpm
nss-3.12.3.99.3-1.el5_2.ppc.rpm
nss-3.12.3.99.3-1.el5_2.ppc64.rpm
nss-debuginfo-3.12.3.99.3-1.el5_2.ppc.rpm
nss-debuginfo-3.12.3.99.3-1.el5_2.ppc64.rpm
nss-devel-3.12.3.99.3-1.el5_2.ppc.rpm
nss-devel-3.12.3.99.3-1.el5_2.ppc64.rpm
nss-pkcs11-devel-3.12.3.99.3-1.el5_2.ppc.rpm
nss-pkcs11-devel-3.12.3.99.3-1.el5_2.ppc64.rpm
nss-tools-3.12.3.99.3-1.el5_2.ppc.rpm

s390x:
nspr-4.7.4-1.el5_2.s390.rpm
nspr-4.7.4-1.el5_2.s390x.rpm
nspr-debuginfo-4.7.4-1.el5_2.s390.rpm
nspr-debuginfo-4.7.4-1.el5_2.s390x.rpm
nspr-devel-4.7.4-1.el5_2.s390.rpm
nspr-devel-4.7.4-1.el5_2.s390x.rpm
nss-3.12.3.99.3-1.el5_2.s390.rpm
nss-3.12.3.99.3-1.el5_2.s390x.rpm
nss-debuginfo-3.12.3.99.3-1.el5_2.s390.rpm
nss-debuginfo-3.12.3.99.3-1.el5_2.s390x.rpm
nss-devel-3.12.3.99.3-1.el5_2.s390.rpm
nss-devel-3.12.3.99.3-1.el5_2.s390x.rpm
nss-pkcs11-devel-3.12.3.99.3-1.el5_2.s390.rpm
nss-pkcs11-devel-3.12.3.99.3-1.el5_2.s390x.rpm
nss-tools-3.12.3.99.3-1.el5_2.s390x.rpm

x86_64:
nspr-4.7.4-1.el5_2.i386.rpm
nspr-4.7.4-1.el5_2.x86_64.rpm
nspr-debuginfo-4.7.4-1.el5_2.i386.rpm
nspr-debuginfo-4.7.4-1.el5_2.x86_64.rpm
nspr-devel-4.7.4-1.el5_2.i386.rpm
nspr-devel-4.7.4-1.el5_2.x86_64.rpm
nss-3.12.3.99.3-1.el5_2.i386.rpm
nss-3.12.3.99.3-1.el5_2.x86_64.rpm
nss-debuginfo-3.12.3.99.3-1.el5_2.i386.rpm
nss-debuginfo-3.12.3.99.3-1.el5_2.x86_64.rpm
nss-devel-3.12.3.99.3-1.el5_2.i386.rpm
nss-devel-3.12.3.99.3-1.el5_2.x86_64.rpm
nss-pkcs11-devel-3.12.3.99.3-1.el5_2.i386.rpm
nss-pkcs11-devel-3.12.3.99.3-1.el5_2.x86_64.rpm
nss-tools-3.12.3.99.3-1.el5_2.x86_64.rpm

These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://www.redhat.com/security/team/key/#package

7. References:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2404
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2408
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2409
http://www.redhat.com/security/updates/classification/#critical

8. Contact:

The Red Hat security contact is lt;secalert@redhat.comgt;. More contact
details at https://www.redhat.com/security/team/contact/

Copyright 2009 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFKgtJqXlSAg2UNWIIRAgnhAJwMg/TVRMEL/wfOqeJ6ZzBtVOSNIQCfdLM4
pOh/BgCtWMx9l1BcIXpKsm4=
=c4qV
-----END PGP SIGNATURE-----


Bookmark and Share

« Apple leads international smartphone market growth · AVG AntiVirus Free Edition 8.5 Build 409a1634 »

Linux Compatible » News » August 2009 » RHSA-2009:1207-01 Critical: nspr and nss security update
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition