nerdexam
CompTIA

SY0-501 · Question #372

A web server, which is configured to use TLS with AES-GCM-256, SHA-384, and ECDSA, recently suffered an information loss breach. Which of the following is MOST likely the cause?

The correct answer is D. Poor implementation. Despite utilizing strong and modern TLS cipher suite components like AES-GCM-256, SHA-384, and ECDSA, an information loss breach is most likely attributed to flaws in the system's overall security implementation.

Submitted by brentm· Mar 4, 2026Security architecture

Question

A web server, which is configured to use TLS with AES-GCM-256, SHA-384, and ECDSA, recently suffered an information loss breach. Which of the following is MOST likely the cause?

Options

  • AInsufficient key bit length
  • BWeak cipher suite
  • CUnauthenticated encryption method
  • DPoor implementation

How the community answered

(44 responses)
  • A
    11% (5)
  • B
    2% (1)
  • C
    5% (2)
  • D
    82% (36)

Why each option

Despite utilizing strong and modern TLS cipher suite components like AES-GCM-256, SHA-384, and ECDSA, an information loss breach is most likely attributed to flaws in the system's overall security implementation.

AInsufficient key bit length

AES-GCM-256 utilizes a 256-bit key, which is considered a very strong key length and not insufficient.

BWeak cipher suite

The combination of AES-GCM-256 for encryption, SHA-384 for hashing, and ECDSA for digital signatures constitutes a strong and modern cipher suite, not a weak one.

CUnauthenticated encryption method

AES-GCM (Galois/Counter Mode) is an authenticated encryption with associated data (AEAD) mode, meaning it provides both confidentiality and data integrity/authentication, thus it is not an unauthenticated encryption method.

DPoor implementationCorrect

Even when employing robust cryptographic algorithms and protocols, security breaches frequently stem from poor implementation practices, such as misconfigurations, vulnerabilities in the application layer, inadequate key management, or other operational security failures rather than inherent weaknesses in the chosen cryptographic primitives themselves.

Concept tested: Secure implementation vs. strong cryptographic primitives

Source: https://learn.microsoft.com/en-us/windows-server/security/tls/tls-advanced-settings-config

Topics

#TLS#cipher suites#AES-GCM#cryptographic implementation

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice