nerdexam
EC-Council

412-79V8 · Question #104

A directory traversal (or path traversal) consists in exploiting insufficient security validation/sanitization of user-supplied input file names, so that characters representing "traverse to parent…

The correct answer is A. dot-dot-slash (../) sequence. directory traversal)

Section 3: Attack Vectors and Mitigation

Question

A directory traversal (or path traversal) consists in exploiting insufficient security validation/sanitization of user-supplied input file names, so that characters representing "traverse to parent directory" are passed through to the file APIs. The goal of this attack is to order an application to access a computer file that is not intended to be accessible. This attack exploits a lack of security (the software is acting exactly as it is supposed to) as opposed to exploiting a bug in the code. To perform a directory traversal attack, which sequence does a pen tester need to follow to manipulate variables of reference files?

Exhibit

412-79V8 question #104 exhibit

Options

  • Adot-dot-slash (../) sequence
  • BDenial-of-Service sequence
  • CBrute force sequence
  • DSQL Injection sequence

How the community answered

(30 responses)
  • A
    77% (23)
  • B
    3% (1)
  • C
    7% (2)
  • D
    13% (4)

Explanation

directory traversal)

Topics

#directory traversal#path traversal#dot-dot-slash#web application attacks

Community Discussion

No community discussion yet for this question.

Full 412-79V8 Practice