nerdexam
CompTIA

SY0-301 · Question #909

An attacker used an undocumented and unknown application exploit to gain access to a file server. Which of the following BEST describes this type of attack?

The correct answer is C. Zero-day. An attack exploiting a vulnerability that is unknown and undocumented - with no available patch - is the definition of a zero-day attack.

Threats, vulnerabilities, and mitigations

Question

An attacker used an undocumented and unknown application exploit to gain access to a file server. Which of the following BEST describes this type of attack?

Options

  • AInteger overflow
  • BCross-site scripting
  • CZero-day
  • DSession hijacking
  • EXML injection

How the community answered

(29 responses)
  • B
    3% (1)
  • C
    93% (27)
  • E
    3% (1)

Why each option

An attack exploiting a vulnerability that is unknown and undocumented - with no available patch - is the definition of a zero-day attack.

AInteger overflow

Integer overflow is a specific class of programming vulnerability where arithmetic exceeds the storage capacity of a data type; it describes a vulnerability mechanism, not the novelty or disclosure status of an exploit.

BCross-site scripting

Cross-site scripting (XSS) is a known web application attack category involving injection of malicious scripts into pages viewed by other users, not an unknown undocumented exploit.

CZero-dayCorrect

A zero-day attack targets a software vulnerability that has not yet been publicly disclosed or patched by the vendor, giving defenders 'zero days' to prepare or respond. The term 'undocumented and unknown' in the question directly maps to this definition, as the vendor and security community have no prior knowledge of the flaw. Zero-day exploits are especially dangerous because no signature-based defenses exist at the time of attack.

DSession hijacking

Session hijacking involves stealing or forging valid session tokens to impersonate an authenticated user; it is a well-documented attack technique, not an unknown exploit.

EXML injection

XML injection is a known attack that manipulates XML parsers through malicious input; it describes a specific documented attack vector, not an undisclosed exploit.

Concept tested: Zero-day exploit definition and characteristics

Source: https://csrc.nist.gov/glossary/term/zero_day_attack

Topics

#zero-day exploit#application vulnerabilities#unknown exploit#attack types

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice