CS0-003 · Question #606
A company's policy is to follow NIST standards and use strong encryption to avoid disclosure of sensitive information in transit between any systems. An analyst reviews a lab web server and receives…
The correct answer is A. TLS 1.0 is enabled. NIST SP 800-52 Rev. 2 deprecates TLS 1.0 (and 1.1) because of known weaknesses; allowing clients to fall back to these versions undermines the integrity of the encrypted channel. All other findings either strengthen encryption (disabling SSLv3, compression) or don’t directly…
Question
A company’s policy is to follow NIST standards and use strong encryption to avoid disclosure of sensitive information in transit between any systems. An analyst reviews a lab web server and receives the following outputs:
Which of the following should the analyst identify as the most concerning?
Exhibit
Options
- ATLS 1.0 is enabled.
- BThe certificate is self-signed.
- CSSLv3 is disabled.
- DTLS 1.3 is not widely supported.
- ETLS compression is disabled.
How the community answered
(35 responses)- A77% (27)
- B11% (4)
- C3% (1)
- D3% (1)
- E6% (2)
Explanation
NIST SP 800-52 Rev. 2 deprecates TLS 1.0 (and 1.1) because of known weaknesses; allowing clients to fall back to these versions undermines the integrity of the encrypted channel. All other findings either strengthen encryption (disabling SSLv3, compression) or don’t directly compromise the cryptographic strength (self-signed cert, lack of TLS 1.3).
Topics
Community Discussion
No community discussion yet for this question.
