Alerts This Week
Warning Icon 1 692
Alerts This Week
Warning Icon 1 692

Red Hat Enterprise Linux 5 RHSA-2011-0025 Low: Gcc Security Update

red hat
Calendar Grey January 13, 2011
Dist Redhat Esm H88
Enhanced gcc packages for Red Hat resolve a pair of minor security vulnerabilities and numerous compiler defects effectively.
Updated gcc packages that fix two security issues and several compiler bugs are now available for Red Hat Enterprise Linux 5

Solution

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

This update is available via the Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at

Summary

The gcc packages include C, C++, Java, Fortran, Objective C, and Ada 95 GNU compilers, along with related support libraries. The libgcj package provides fastjar, an archive tool for Java Archive (JAR) files.
Two directory traversal flaws were found in the way fastjar extracted JAR archive files. If a local, unsuspecting user extracted a specially-crafted JAR file, it could cause fastjar to overwrite arbitrary files writable by the user running fastjar. (CVE-2010-0831, CVE-2010-2322)
This update also fixes the following bugs:
* The option -print-multi-os-directory in the gcc --help output is not in the gcc(1) man page. This update applies an upstream patch to amend this. (BZ#529659)
* An internal assertion in the compiler tried to check that a C++ static data member is external which resulted in errors. This was because when the compiler optimizes C++ anonymous namespaces the declarations were no longer marked external as everything on anonymous namespaces is local to the current translation. This update corrects the assertion to resolve this issue. (BZ#503565, BZ#508735, BZ#582682)
* Attempting to compile certain .cpp files could have resulted in an internal compiler error. This update resolves this issue. (BZ#527510)
* PrintServiceLookup.lookupPrintServices with an appropriate DocFlavor failed to return a list of printers under gcj. This update includes a backported patch to correct this bug in the printer lookup service. (BZ#578382)
* GCC would not build against xulrunner-devel-1.9.2. This update removes gcjwebplugin from the GCC RPM. (BZ#596097)
* When a SystemTap generated kernel module was compiled, gcc reported an internal compiler error and gets a segmentation fault. This update applies a patch that, instead of crashing, assumes it can point to anything. (BZ#605803)
* There was a performance issue with libstdc++ regarding all objects derived from or using std::streambuf because of lock contention between threads. This patch ensures reload uses the same value from _S_global for the comparison, _M_add_reference () and _M_impl member of the class. (BZ#635708)
All gcc users should upgrade to these updated packages, which contain backported patches to correct these issues.

References

https://access.redhat.com/security/cve/CVE-2010-0831 https://access.redhat.com/security/cve/CVE-2010-2322 https://access.redhat.com/security/updates/classification/#low

Package List

Red Hat Enterprise Linux Desktop (v. 5 client):
Source:
i386: cpp-4.1.2-50.el5.i386.rpm gcc-4.1.2-50.el5.i386.rpm gcc-debuginfo-4.1.2-50.el5.i386.rpm libgcc-4.1.2-50.el5.i386.rpm libgcj-4.1.2-50.el5.i386.rpm libgfortran-4.1.2-50.el5.i386.rpm libgnat-4.1.2-50.el5.i386.rpm libmudflap-4.1.2-50.el5.i386.rpm libobjc-4.1.2-50.el5.i386.rpm libstdc++-4.1.2-50.el5.i386.rpm
x86_64: cpp-4.1.2-50.el5.x86_64.rpm gcc-4.1.2-50.el5.x86_64.rpm gcc-debuginfo-4.1.2-50.el5.i386.rpm gcc-debuginfo-4.1.2-50.el5.x86_64.rpm libgcc-4.1.2-50.el5.i386.rpm libgcc-4.1.2-50.el5.x86_64.rpm libgcj-4.1.2-50.el5.i386.rpm libgcj-4.1.2-50.el5.x86_64.rpm libgfortran-4.1.2-50.el5.i386.rpm libgfortran-4.1.2-50.el5.x86_64.rpm libgnat-4.1.2-50.el5.i386.rpm libgnat-4.1.2-50.el5.x86_64.rpm libmudflap-4.1.2-50.el5.i386.rpm libmudflap-4.1.2-50.el5.x86_64.rpm libobjc-4.1.2-50.el5.i386.rpm libobjc-4.1.2-50.el5.x86_64.rpm libstdc++-4.1.2-50.el5.i386.rpm libstdc++-4.1.2-50.el5.x86_64.rpm
RHEL Desktop Workstation (v. 5 client):
Source:
i386: gcc-c++-4.1.2-50.el5.i386.rpm gcc-debuginfo-4.1.2-50.el5.i386.rpm gcc-gfortran-4.1.2-50.el5.i386.rpm gcc-gnat-4.1.2-50.el5.i386.rpm gcc-java-4.1.2-50.el5.i386.rpm gcc-objc++-4.1.2-50.el5.i386.rpm gcc-objc-4.1.2-50.el5.i386.rpm libgcj-devel-4.1.2-50.el5.i386.rpm

Read the Full Advisory


Severity
low
Lowest
Low
Medium
High
Critical

Advisory ID: RHSA-2011:0025-01
Product: Red Hat Enterprise Linux
Issue date: 2011-01-13

Topic

Updated gcc packages that fix two security issues and several compiler bugsare now available for Red Hat Enterprise Linux 5.The Red Hat Security Response Team has rated this update as having lowsecurity impact. Common Vulnerability Scoring System (CVSS) base scores,which give detailed severity ratings, are available for each vulnerabilityfrom the CVE links in the References section.

Relevant Releases Architectures

RHEL Desktop Workstation (v. 5 client) - i386, x86_64

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

Red Hat Enterprise Linux Desktop (v. 5 client) - i386, x86_64

Bugs Fixed

503565 - libtorrent-rasterbar won't compile, internal compiler error: in make_rtl_for_nonlocal_decl

508735 - internal gcc error

527510 - Internal compiler error from gcc

529659 - Option -print-multi-os-directory is not described in man page gcc(1)

578382 - PrintServiceLookup.lookupPrintServices(DocFlavor.SERVICE_FORMATTED.PAGEABLE, null) in a simple test java program fails to list printers when run with gcj - Any conventional JRE seems to work that I have tested

582682 - internal compiler error: in make_rtl_for_nonlocal_decl

594497 - CVE-2010-0831 CVE-2010-2322 fastjar: directory traversal vulnerabilities

596097 - gcc doesn't build against xulrunner-devel-1.9.2

605803 - gcc gets an internal compiler error when compiling a kernel module

635708 - Huge performance problem with libstdc++ and multithread applications

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Your message here