Courseiva
Security EngineeringhardMultiple ChoiceObjective-mapped

CAS-004 Security Engineering Practice Question

A company is deploying a new authentication system that leverages FIDO2/WebAuthn. Security architects want to ensure that the private key never leaves the authenticator device. Which attack vector is mitigated by this approach?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Server-side database breach exposing credentials

FIDO2/WebAuthn uses public-key cryptography where the private key is generated on the authenticator and never exported. This prevents server-side database breaches from compromising private keys, as there are no shared secrets stored on the server.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Man-in-the-middle attacks on TLS

    Why it's wrong here

    TLS protects the channel, but FIDO2 does not directly mitigate MiTM on TLS.

  • Server-side database breach exposing credentials

    Why this is correct

    Since no private keys or secrets are stored on the server, a breach does not expose authentication secrets.

  • Replay attacks on authentication tokens

    Why it's wrong here

    Replay attacks are mitigated by challenge-response, not by private key non-exportability.

  • Phishing attacks

    Why it's wrong here

    While FIDO2 reduces phishing by binding credentials to origin, the key non-exportability specifically addresses server breaches.

Quick reference

Asymmetric Encryption Algorithm Comparison

AlgorithmKey ExchangeSignaturesEquivalent Security KeyNotes
RSA-3072YesYes128-bitWidely deployed; slow for bulk data
ECDSA P-256NoYes128-bitFast signatures; standard TLS certs
ECDH / ECDHEYesNo128-bitPerfect forward secrecy in TLS 1.3
DH / DHEYesNo128-bit (3072-bit key)Replaced by ECDHE in modern TLS
Ed25519NoYes~128-bitSSH keys, modern PKI

About these practice questions

One of 968 original CAS-005 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CAS-005 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CAS-005 exam.