CAS-003 · Question #547
Which of the following systems would be at the GREATEST risk of compromise if found to have an open vulnerability associated with perfect forward secrecy?
The correct answer is B. VPN concentrators. VPN concentrators are at greatest risk from a perfect forward secrecy vulnerability because they aggregate encrypted session traffic from many clients, making past sessions retroactively decryptable if key material is compromised.
Question
Which of the following systems would be at the GREATEST risk of compromise if found to have an open vulnerability associated with perfect forward secrecy?
Options
- AEndpoints
- BVPN concentrators
- CVirtual hosts
- DSIEM
- ELayer 2 switches
How the community answered
(48 responses)- A6% (3)
- B81% (39)
- C10% (5)
- D2% (1)
Why each option
VPN concentrators are at greatest risk from a perfect forward secrecy vulnerability because they aggregate encrypted session traffic from many clients, making past sessions retroactively decryptable if key material is compromised.
Endpoints initiate connections but do not aggregate encrypted traffic from many sessions, reducing their exposure compared to VPN concentrators.
VPN concentrators terminate a high volume of encrypted tunnels and depend on perfect forward secrecy to ensure that compromise of a long-term private key cannot expose previously recorded session traffic. A vulnerability undermining PFS on a VPN concentrator allows an attacker who has captured bulk encrypted VPN traffic to retroactively decrypt those sessions once the private key is obtained. This aggregation of sensitive traffic makes VPN concentrators the highest-value target for PFS-related vulnerabilities.
Virtual hosts serve application workloads and do not primarily depend on PFS for their core encryption function in the way dedicated VPN infrastructure does.
SIEMs collect and correlate log data and do not manage encrypted key-exchange sessions where PFS is a relevant protection mechanism.
Layer 2 switches operate at the data link layer and perform no encryption or key exchange, making PFS entirely inapplicable to them.
Concept tested: Perfect forward secrecy risk on VPN infrastructure
Source: https://csrc.nist.gov/publications/detail/sp/800-52/rev-2/final
Topics
Community Discussion
No community discussion yet for this question.