nerdexam
GIAC

GPEN · Question #310

Wired Equivalent Privacy (WEP) is a security protocol for wireless local area networks (WLANs). It has two components, authentication and encryption. It provides security equivalent to wired…

The correct answer is A. The Initialization Vector (IV) field of WEP is only 24 bits long. C. WEP uses the RC4 encryption algorithm. D. Automated tools such as AirSnort are available for discovering WEP keys. WEP has well-documented cryptographic weaknesses including a short 24-bit IV, use of the RC4 stream cipher, and susceptibility to automated cracking tools - all of which make statements A, C, and D correct.

Vulnerability Discovery & Scanning

Question

Wired Equivalent Privacy (WEP) is a security protocol for wireless local area networks (WLANs). It has two components, authentication and encryption. It provides security equivalent to wired networks for wireless networks. WEP encrypts data on a wireless network by using a fixed secret key. Which of the following statements are true about WEP? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AThe Initialization Vector (IV) field of WEP is only 24 bits long.
  • BIt provides better security than the Wi-Fi Protected Access protocol.
  • CWEP uses the RC4 encryption algorithm.
  • DAutomated tools such as AirSnort are available for discovering WEP keys.

How the community answered

(28 responses)
  • A
    79% (22)
  • B
    21% (6)

Why each option

WEP has well-documented cryptographic weaknesses including a short 24-bit IV, use of the RC4 stream cipher, and susceptibility to automated cracking tools - all of which make statements A, C, and D correct.

AThe Initialization Vector (IV) field of WEP is only 24 bits long.Correct

The WEP IV is only 24 bits long, which means the IV space is exhausted after roughly 16 million packets, causing IV reuse that allows attackers to recover the keystream.

BIt provides better security than the Wi-Fi Protected Access protocol.

WEP provides significantly worse security than WPA because WPA introduced TKIP with per-packet key mixing and message integrity checks that directly addressed WEP's vulnerabilities.

CWEP uses the RC4 encryption algorithm.Correct

WEP uses the RC4 (Rivest Cipher 4) stream cipher, which is cryptographically weak when combined with WEP's flawed key-scheduling and IV reuse practices.

DAutomated tools such as AirSnort are available for discovering WEP keys.Correct

Because of WEP's structural weaknesses, passive cracking tools such as AirSnort and Aircrack-ng can recover WEP keys by collecting a sufficient number of packets containing repeated IVs.

Concept tested: WEP protocol weaknesses and cryptographic flaws

Source: https://www.ieee802.org/11/

Topics

#WEP weaknesses#RC4 encryption#initialization vector#AirSnort

Community Discussion

No community discussion yet for this question.

Full GPEN Practice