SY0-301 · Question #43
In which of the following scenarios is PKI LEAST hardened?
The correct answer is C. A malicious CA certificate is loaded on all the clients. Loading a malicious CA certificate onto all clients completely subverts the PKI trust model, as every certificate signed by that rogue CA will be accepted as valid.
Question
In which of the following scenarios is PKI LEAST hardened?
Options
- AThe CRL is posted to a publicly accessible location.
- BThe recorded time offsets are developed with symmetric keys.
- CA malicious CA certificate is loaded on all the clients.
- DAll public keys are accessed by an unauthorized user.
How the community answered
(15 responses)- A20% (3)
- B7% (1)
- C67% (10)
- D7% (1)
Why each option
Loading a malicious CA certificate onto all clients completely subverts the PKI trust model, as every certificate signed by that rogue CA will be accepted as valid.
Posting the CRL to a publicly accessible location is the standard, expected behavior and is required for relying parties to check certificate revocation status.
Using symmetric keys for time offset recording is an unusual design but does not directly undermine the core certificate issuance and validation trust chain.
PKI security depends entirely on the trustworthiness of the CA certificates in the client trust store. A malicious CA certificate installed on all clients allows an attacker to issue fraudulent certificates for any domain that browsers and applications will accept as legitimate, enabling undetected man-in-the-middle attacks across the entire infrastructure - this is the most severe possible compromise of a PKI deployment.
Public keys are intentionally public by design; unauthorized access to them causes no security harm because they carry no secret information.
Concept tested: PKI trust model and CA certificate compromise
Source: https://learn.microsoft.com/en-us/windows-server/security/tls/what-s-new-in-tls-ssl-schannel-ssp-overview
Topics
Community Discussion
No community discussion yet for this question.