Explore top 10 tips to secure your open-source projects now. Read More

×
Alerts This Week
Warning Icon 1 620
Alerts This Week
Warning Icon 1 620

Scientific Linux: Enhanced Boost Security Advisory Low Severity

Scientific Large Esm H446
Low: boost security and bug fix update
Date: Wed, 21 Mar 2012 16:24:56 -0500
Reply-To: This email address is being protected from spambots. You need JavaScript enabled to view it.
Sender: Security Errata for Scientific Linux
 
From: Patrick Riehecky 
Subject: Security ERRATA Low: boost on SL5.x i386/x86_64
Comments: To: This email address is being protected from spambots. You need JavaScript enabled to view it.

Synopsis: Low: boost security and bug fix update
Issue Date: 2012-02-21
CVE Numbers: CVE-2008-0171
 CVE-2008-0172

The boost packages provide free, peer-reviewed, portable C++ source
libraries with emphasis on libraries which work well with the C++ Standard
Library.

Invalid pointer dereference flaws were found in the way the Boost regular
expression library processed certain, invalid expressions. An attacker able
to make an application using the Boost library process a specially-crafted
regular expression could cause that application to crash or, potentially,
execute arbitrary code with the privileges of the user running the
application. (CVE-2008-0171)

NULL pointer dereference flaws were found in the way the Boost regular
expression library processed certain, invalid expressions. An attacker able
to make an application using the Boost library process a specially-crafted
regular expression could cause that application to crash. (CVE-2008-0172)

This update also fixes the following bugs:

* Prior to this update, the construction of a regular expression object
could fail when several regular expression objects were created
simultaneously, such as in a multi-threaded program. With this update, the
object variables have been moved from the shared memory to the stack. Now,
the constructing function is thread safe.

* Prior to this update, header files in several Boost libraries contained
preprocessor directives that the GNU Compiler Collection (GCC) 4.4 could
not handle. This update instead uses equivalent constructs that are
standard C.

All users of boost are advised to upgrade to these updated packages, which
fix these issues.

SL5:
 i386
 boost-1.33.1-15.el5.i386.rpm
 boost-debuginfo-1.33.1-15.el5.i386.rpm
 boost-devel-1.33.1-15.el5.i386.rpm
 boost-doc-1.33.1-15.el5.i386.rpm
 x86_64
 boost-1.33.1-15.el5.i386.rpm
 boost-1.33.1-15.el5.x86_64.rpm
 boost-debuginfo-1.33.1-15.el5.i386.rpm
 boost-debuginfo-1.33.1-15.el5.x86_64.rpm
 boost-devel-1.33.1-15.el5.i386.rpm
 boost-devel-1.33.1-15.el5.x86_64.rpm
 boost-doc-1.33.1-15.el5.x86_64.rpm

- Scientific Linux Development Team