Security expert Robert Graham says Shellshock is bigger than Heartbleed.

— () {:;}Robert Graham (@ErrataRob) September 25, 2014 So what exactly is this Shellshock bug and how does it affect your Mac? Let’s talk about it and the solution.

What Is Shellshock?

Underneath the graphical user interface runs code – commands that run processes and provide you with the output on the screen. In Bash, the command line interface in OS X, a string of text can be stored as a variable. Programmers turn text into variables so they don’t have to type them again and again. For example you can say: Z =‘this is a long string of text’ And later on if you say echo $Z, the command line will insert the text where you want it. This is meant to be treated as text and not as a command. And this is where the bug is. In the Bash command line used by Linux and OS X, if you type a certain character at the start of the variable, you can turn it into a command. The text being:  () { :;}; This means that commands that were not sanctioned by the system or the developer, even commands that are blocked due to their malicious or disruptive nature can run if they have this prefix. Shellshock (or the Bash bug if we’re being technical) is only limited to UNIX based systems. Meaning OS X and Linux. Windows users are not affected by this bug. For a more technical explanation check out Vox’s excellent breakdown of the Shellshock bug. Alternatively, check out the video below for the same simple explanation, in a British accent.

How Does The Shellshock Bug Affect You

Directly, it does not. But while apps in OS X run in a sandboxed mode, they do talk to each other – to offload tasks to other apps or to ask for system level functionality. All this talk takes place using code, in the Terminal. During one of these exchanges, one app can add the prefix in the quotes and turn it into a command. These commands can either wipe your computer, render it useless, copy the contents of your drive or any number of things possible via the command line.

How To Patch The Shellshock Bug

Fortunately, Apple has said that only a small number of OS X users are susceptible to the Shellshock bug. But it’s advisable that if you are on a Mac running OS X Lion, Mountain Lion or Mavericks, install the fix update from the links below. There’s no fix for Yosemite beta users yet.

LionMountain LionMavericks

The update for Mavericks is only 3.2 MB and comes as a DMG file. The process of installation is simple and you don’t even need to restart your Mac. It’s a standard package installer in a DMG file. Open the installer and press Next a couple of times and the update will be installed. That’s about it. Stay safe. Top image via Shutterstock The above article may contain affiliate links which help support Guiding Tech. However, it does not affect our editorial integrity. The content remains unbiased and authentic.

What Is the Shellshock Bug and How to Patch It on OS X - 92What Is the Shellshock Bug and How to Patch It on OS X - 21What Is the Shellshock Bug and How to Patch It on OS X - 31What Is the Shellshock Bug and How to Patch It on OS X - 81What Is the Shellshock Bug and How to Patch It on OS X - 4What Is the Shellshock Bug and How to Patch It on OS X - 66What Is the Shellshock Bug and How to Patch It on OS X - 49What Is the Shellshock Bug and How to Patch It on OS X - 58What Is the Shellshock Bug and How to Patch It on OS X - 21What Is the Shellshock Bug and How to Patch It on OS X - 27What Is the Shellshock Bug and How to Patch It on OS X - 45What Is the Shellshock Bug and How to Patch It on OS X - 59