nerdexam
EC-Council

312-50V9 · Question #330

Shellshock had the potential for 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. OS X. Shellshock (CVE-2014-6271) was a critical GNU Bash vulnerability that primarily targeted Unix and Linux internet-facing servers running CGI scripts.

Vulnerability Analysis

Question

Shellshock had the potential for an unauthorized user to gain access to a server. It affected many internet- facing services, which OS did it not directly affect?

Options

  • AWindows
  • BUnix
  • CLinux
  • DOS X

How the community answered

(21 responses)
  • A
    5% (1)
  • C
    5% (1)
  • D
    90% (19)

Why each option

Shellshock (CVE-2014-6271) was a critical GNU Bash vulnerability that primarily targeted Unix and Linux internet-facing servers running CGI scripts.

AWindows

Windows environments with optional Bash installations such as Cygwin or Git Bash could be exposed to Shellshock, making Windows potentially vulnerable unlike OS X which was patched rapidly due to its limited server attack surface.

BUnix

Unix systems natively use Bash and were among the most directly affected by Shellshock, particularly those operating as web servers with CGI script execution enabled.

CLinux

Linux servers running Bash were the primary and most widely exploited targets of Shellshock, especially those hosting CGI scripts through Apache or nginx with mod_cgi.

DOS XCorrect

Shellshock exploited a flaw in GNU Bash that allowed arbitrary commands to be injected via crafted environment variables, and its most impactful attack vector was CGI-based web servers running on Unix and Linux. OS X ships with Bash but was not commonly deployed as an internet-facing CGI server, significantly limiting its direct exposure compared to production server operating systems. Apple did release patches for OS X, but the operational risk was far lower given its desktop-centric deployment profile.

Concept tested: Shellshock Bash vulnerability affected operating systems

Source: https://nvd.nist.gov/vuln/detail/CVE-2014-6271

Topics

#Shellshock#bash vulnerability#OS security#CVE

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice