nerdexam
GIAC

GCIH · Question #678

What do drive-by attacks typically take advantage of when delivering exploits?

The correct answer is B. User's browser. Drive-by download attacks silently exploit vulnerabilities in the victim's web browser or its plugins to deliver malware simply by visiting a malicious or compromised webpage.

Web Application Attacks & Post-Exploitation

Question

What do drive-by attacks typically take advantage of when delivering exploits?

Options

  • AServer upload policy
  • BUser's browser
  • COld SSL version
  • DWeak passwords

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    88% (29)
  • C
    3% (1)
  • D
    6% (2)

Why each option

Drive-by download attacks silently exploit vulnerabilities in the victim's web browser or its plugins to deliver malware simply by visiting a malicious or compromised webpage.

AServer upload policy

Server upload policies control what file types can be submitted to a server and play no role in the client-side exploit delivery mechanism used by drive-by attacks.

BUser's browserCorrect

Drive-by attacks target the victim's web browser and associated components such as JavaScript engines, PDF reader plugins, or media handlers by embedding malicious exploit code in a webpage. The exploit executes automatically when the browser renders the page, requiring no deliberate download or further action from the user beyond visiting the site. The attack chain typically involves a browser or plugin vulnerability being exploited to silently execute a payload and establish persistence.

COld SSL version

Outdated SSL/TLS versions represent a transport-layer weakness exploited for traffic interception or protocol downgrade attacks, not for browser-based payload delivery.

DWeak passwords

Weak passwords are an authentication attack surface and are unrelated to the browser vulnerability exploitation used as the delivery vector in drive-by campaigns.

Concept tested: Drive-by download attack delivery via browser exploitation

Source: https://owasp.org/www-community/attacks/Drive-by_Download_Attacks

Topics

#drive-by downloads#browser exploitation#client-side attacks#web-based malware

Community Discussion

No community discussion yet for this question.

Full GCIH Practice