nerdexam
EC-Council

312-50V13 · Question #59

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. The Shellshock vulnerability primarily impacted systems running Bash, which is integral to Linux, Unix, and macOS (OS X), but it did not directly affect Windows operating systems.

Submitted by rohit_dlh· Mar 6, 2026Vulnerability 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

(62 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    3% (2)
  • D
    94% (58)

Why each option

The Shellshock vulnerability primarily impacted systems running Bash, which is integral to Linux, Unix, and macOS (OS X), but it did not directly affect Windows operating systems.

ALinux

Linux systems extensively use Bash as their default shell, making them highly susceptible to the Shellshock vulnerability.

BUnix

Unix-like operating systems, the broader category that includes Linux, generally rely on Bash or other Bourne-again shell derivatives, and were therefore impacted.

COS X

OS X (now macOS) includes Bash and was affected by the Shellshock vulnerability, particularly for services or scripts that invoked Bash.

DWindowsCorrect

The Shellshock vulnerability (CVE-2014-6271, among others) exploited a flaw in the Bash shell, a command-line interpreter widely used on Unix-like operating systems. Since Windows operating systems do not natively use Bash as their primary shell, they were not directly affected by this specific vulnerability.

Concept tested: Shellshock vulnerability scope

Source: https://en.wikipedia.org/wiki/Shellshock_(software_bug)

Topics

#Shellshock#vulnerability#operating systems#Bash

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice