Scientific Linux Security Update : bash on SL4.x i386/x86_64

medium Nessus Plugin ID 60956

Synopsis

The remote Scientific Linux host is missing a security update.

Description

It was found that certain scripts bundled with the Bash documentation created temporary files in an insecure way. A malicious, local user could use this flaw to conduct a symbolic link attack, allowing them to overwrite the contents of arbitrary files accessible to the victim running the scripts. (CVE-2008-5374)

This update also fixes the following bugs :

- If a child process's PID was the same as the PID of a previously ended child process, Bash did not wait for that child process. In some cases this caused 'Resource temporarily unavailable' errors. With this update, Bash recycles PIDs and waits for processes with recycled PIDs. (BZ#521134)

- Bash's built-in 'read' command had a memory leak when 'read' failed due to no input (pipe for stdin). With this update, the memory is correctly freed. (BZ#537029)

- Bash did not correctly check for a valid multi-byte string when setting the IFS value, causing Bash to crash. With this update, Bash checks the multi-byte string and no longer crashes. (BZ#539536)

- Bash incorrectly set locale settings when using the built-in 'export' command and setting the locale on the same line (for example, with 'LC_ALL=C export LC_ALL').
With this update, Bash correctly sets locale settings.
(BZ#539538)

Solution

Update the affected bash package.

See Also

https://bugzilla.redhat.com/show_bug.cgi?id=521134

https://bugzilla.redhat.com/show_bug.cgi?id=537029

https://bugzilla.redhat.com/show_bug.cgi?id=539536

https://bugzilla.redhat.com/show_bug.cgi?id=539538

http://www.nessus.org/u?83b1fe0c

Plugin Details

Severity: Medium

ID: 60956

File Name: sl_20110216_bash_on_SL4_x.nasl

Version: 1.5

Type: local

Agent: unix

Published: 8/1/2012

Updated: 1/14/2021

Supported Sensors: Nessus Agent, Nessus

Risk Information

VPR

Risk Factor: Low

Score: 3.6

CVSS v2

Risk Factor: Medium

Base Score: 6.9

Vector: CVSS2#AV:L/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Information

CPE: x-cpe:/o:fermilab:scientific_linux

Required KB Items: Host/local_checks_enabled, Host/RedHat/release, Host/RedHat/rpm-list, Host/cpu

Patch Publication Date: 2/16/2011

Reference Information

CVE: CVE-2008-5374

CWE: 59