nerdexam
EC-Council

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.

Vulnerability Analysis

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)
  • A
    6% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    87% (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.

ALinux

Linux systems use Bash as a core default shell and were severely and directly impacted by Shellshock.

BUnix

Many Unix variants ship with or support Bash and were confirmed vulnerable to the exploit.

COS X

OS X used Bash as its default login shell at the time of disclosure and was directly vulnerable.

DWindowsCorrect

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

#Shellshock#bash vulnerability#OS impact#CVE

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice