CentOS Update for bash CESA-2011:1073 centos5 i386

Solution
Please Install the Updated Packages.
Insight
Bash is the default shell for Red Hat Enterprise Linux. 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 fixes the following bugs: * When using the source builtin at location &quot .&quot , occasionally, bash opted to preserve internal consistency and abort scripts. This caused bash to abort scripts that assigned values to read-only variables. This is now fixed to ensure that such scripts are now executed as written and not aborted. (BZ#448508) * When the tab key was pressed for auto-completion options for the typed text, the cursor moved to an unexpected position on a previous line if the prompt contained characters that cannot be viewed and a &quot \]&quot . This is now fixed to retain the cursor at the expected position at the end of the target line after autocomplete options correctly display. (BZ#463880) * Bash attempted to interpret the NOBITS .dynamic section of the ELF header. This resulted in a &quot ^D: bad ELF interpreter: No such file or directory&quot message. This is fixed to ensure that the invalid &quot ^D&quot does not appear in the error message. (BZ#484809) * The $RANDOM variable in Bash carried over values from a previous execution for later jobs. This is fixed and the $RANDOM variable generates a new random number for each use. (BZ#492908) * When Bash ran a shell script with an embedded null character, bash's source builtin parsed the script incorrectly. This is fixed and bash's source builtin correctly parses shell script null characters. (BZ#503701) * The bash manual page for &quot trap&quot did not mention that signals ignored upon entry cannot be listed later. The manual page was updated for this update and now specifically notes that &quot Signals ignored upon entry to the shell cannot be trapped, reset or listed&quot . (BZ#504904) * Bash's readline incorrectly displayed additional text when resizing the terminal window when text spanned more than one line, which caused incorrect display output. This is now fixed to ensure that text in more than one line in a resized window displays as expected. (BZ#525474) * Previously, bash incorrectly displayed &quot Broken pipe&quot messages for builtins like &quot echo&quot and &quot printf&quot when output did not succeed due to EPIPE. This is fixed t ... Description truncated, for more information please check the Reference URL
Affected
bash on CentOS 5
References