Bug 1146361 - the bush bug
Summary: the bush bug
Keywords:
Status: CLOSED DUPLICATE of bug 1146326
Alias: None
Product: Fedora
Classification: Fedora
Component: bash
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ondrej Oprala
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-25 05:57 UTC by ray
Modified: 2016-02-01 02:10 UTC (History)
8 users (show)

Fixed In Version: security-response-team@redhat.com
Clone Of:
Environment:
Last Closed: 2014-09-25 11:38:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description ray 2014-09-25 05:57:02 UTC
Description of problem:
$env x='() { :;}; echo vulnerable' bash -c 'echo hello'

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 ray 2014-09-25 06:21:49 UTC
u said there has shipped packages in fedora but could not find an update about bush (yum update bash)



[ray@localhost ~]$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a test
[ray@localhost ~]$  vulnerable
bash: vulnerable: 未找到命令...
[ray@localhost ~]$ cat /etc/yum.repos.d/fedora.repo
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
enabled=0
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

Comment 2 ray 2014-09-25 06:48:14 UTC
i have to rpm --force -i  this http://koji.fedoraproject.org/koji/buildinfo?buildID=580601?
Push to fedora mirror servers ASAP!

Comment 3 Branko Grubić 2014-09-25 11:38:58 UTC

*** This bug has been marked as a duplicate of bug 1146326 ***


Note You need to log in before you can comment on or make changes to this bug.