Shellshock Bash Fix Update - Red Hat Enterprise 6.0 (x86_64)
Log In or Register to download the BES file, and more.

1 Votes

Description

Bash Code Injection Vulnerability via Specially Crafted Environment Variables (CVE-2014-6271, CVE-2014-7169)

Update: 2014-09-25 03:10 UTC

Red Hat has become aware that the patch for CVE-2014-6271 is incomplete. An attacker can provide specially-crafted environment variables containing arbitrary commands that will be executed on vulnerable systems under certain conditions. The new issue has been assigned CVE-2014-7169. See also Resolution for Bash Code Injection Vulnerability via Specially Crafted Environment Variables (CVE-2014-6271) in Red Hat Enterprise Linux. Red Hat is working on patches in conjunction with the upstream developers as a critical priority. For details on a workaround, please see the FAQ below.

Red Hat advises customers to upgrade to the version of Bash which contains the fix for CVE-2014-6271, and not wait for the patch which fixes CVE-2014-7169. CVE-2014-7169 is a less severe issue and patches for it are being worked on.


Property Details

ID3861
StatusQA - Ready for Production Level Testing
TitleShellshock Bash Fix Update - Red Hat Enterprise 6.0 (x86_64)
DomainBESC
CategoryBug Fix Advisory
Source Release Date9/25/2014 12:00:00 AM
KeywordsShellshock Bash
Added by on 9/25/2014 1:56:25 PM
Last Modified by on 9/25/2014 1:56:25 PM
Counters 5133 Views / 10 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 54 fixlets   * Results in a true/false
Show indented relevance
architecture of operating system = "x86_64"
Used in 2 fixlets   * Results in a true/false
Show indented relevance
(version of client >= "8.2") AND (exists file "/etc/redhat-release" whose (exists line whose (exists match (regex "Red Hat Enterprise Linux (Client|Server|Workstation) release 6") of it) of it) AND NOT exists file "/etc/vmware-release" whose (exists line whose (it contains "VMware ESX") of it) AND NOT exists file "/etc/enterprise-release" whose (exists line whose (it contains "Enterprise Linux Enterprise Linux") of it)) AND (if exists property "in proxy agent context" then (not in proxy agent context) else true) AND (if exists property "android" of type "operating system" then (not android of operating system) else true)
Used in 2 fixlets   * Results in a true/false
Show indented relevance
exists package "yum" whose (rpm version record of it >= rpm package version record "3.2.19-18") of rpm
Used in 1 fixlet   * Results in a true/false
Show indented relevance
((exists package "bash" whose (rpm version record of it < rpm package version record "4.1.2-15.el6_5.1" AND architecture of it = "x86_64") of it AND (not exists package "bash" whose (rpm version record of it >= rpm package version record "4.1.2-15.el6_5.1" AND architecture of it = "x86_64") of it))) of rpm

Actions

Action 1 (default)

Action Link Click here to start the deployment process and to update the current packages.
Script Type BigFix Action Script
prefetch bash-4.1.2-15.el6_5.1.x86_64.rpm sha1:07396fdf7abd4d9a0b5ff0ae863d2d01d1dfa787 size:926472 http://EXAMPLEURL/bash-4.1.2-15.el6_5.1.x86_64.rpm

wait rpm -U __Download/bash-4.1.2-15.el6_5.1.x86_64.rpm
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
sinucus -
I just quickly wrote this to patch my systems as I was tired of waiting for IBM. I do not promise that this will work on any systems other than mine. I ran this fixlet and then verified with "rpm -qa bash" that it was updated and then ran env x='() { :;}; echo vulnerable' bash -c "echo this is a test" after patching and it came back clean.