312-50V11 · Question #31
Shellshock allowed an unauthorized user to gain access to a server. It affected many Internet- facing services, which OS did it not directly affect?
The correct answer is D. Windows. Shellshock (CVE-2014-6271) exploited a flaw in GNU Bash, which is a native shell on Linux, Unix, and OS X but not on Windows. Windows was not directly affected because it does not use Bash as a system shell.
Question
Shellshock allowed an unauthorized user to gain access to a server. It affected many Internet- facing services, which OS did it not directly affect?
Options
- ALinux
- BUnix
- COS X
- DWindows
How the community answered
(31 responses)- A6% (2)
- B3% (1)
- C3% (1)
- D87% (27)
Why each option
Shellshock (CVE-2014-6271) exploited a flaw in GNU Bash, which is a native shell on Linux, Unix, and OS X but not on Windows. Windows was not directly affected because it does not use Bash as a system shell.
Linux systems use Bash as a core default shell and were severely and directly impacted by Shellshock.
Many Unix variants ship with or support Bash and were confirmed vulnerable to the exploit.
OS X used Bash as its default login shell at the time of disclosure and was directly vulnerable.
Windows relies on cmd.exe and PowerShell as its native shells and does not ship with GNU Bash. Because Shellshock triggered through malformed environment variables passed to Bash during shell invocation, Windows systems had no native exposure to the flaw. Exposure on Windows would only occur if a third-party Bash environment such as Cygwin was explicitly installed and configured.
Concept tested: Shellshock Bash vulnerability affected operating systems
Source: https://nvd.nist.gov/vuln/detail/CVE-2014-6271
Topics
Community Discussion
No community discussion yet for this question.