Skip to main content

Questions tagged [shellshock]

Shellshock, is a family of security bugs in the widely used Unix Bash shell, the first of which was disclosed on 24 September 2014.

3 votes
2 answers
988 views

I'm doing the Shellshock lab, the tutorial gives an approach to pass a function to child process by environment variable: $ foo='() { echo "hello"; }' $ export foo $ /bin/bash $ foo hello ...
Heisenbug's user avatar
0 votes
1 answer
2k views

I just installed 14.04 today, found seems the system still have Shellshock issue: dli@srv:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS ...
dli's user avatar
  • 153
0 votes
1 answer
467 views

On the internet, I noticed there were Patches for the Shellshock vulnerability which is scaring me a lot. Does Ubuntu 14.10 have this automatically in it?
Bran's user avatar
  • 785
1 vote
0 answers
299 views

I have been trying to reproduce the Shellshock bug on my local 14.04 Ubuntu VM without any luck. I know my local bash version is still vulnerable because the following command prints out the commented ...
sasuke's user avatar
  • 111
2 votes
1 answer
10k views

I want to fix the Shellshock issue, and the usual solution is to update Ubuntu. How can I update only Bash and without having to reboot?
Eduard Florinescu's user avatar
0 votes
2 answers
231 views

Is there a way to just install only bash from the latest distribution on an old mashine? I once did pinning to a certain version of a package, but that was bevcause I didn't want to update that ...
rubo77's user avatar
  • 34.4k
32 votes
2 answers
21k views

Here is the command I have used to check my bash shell for the Shellshock bug: env x='() { :;}; echo vulnerable' bash -c "echo this is a test" Can anyone please explain the command in details?
heemayl's user avatar
  • 94.5k
142 votes
5 answers
103k views

Recently, there have been news going around regarding "CVE-2014-6271" (See USN-2362-1), which is a vulnerability in Bash. How do I know if I am affected by this, how can I fix it, and why should I ...
nanofarad's user avatar
  • 21k