A financial enterprise archives encrypted network packet captures of client communications for long-term compliance auditing. During a security review, an analyst notes that the legacy web application server is configured to prioritize static RSA key exchange cipher suites (such as TLS_RSA_WITH_AES_256_GCM_SHA384). If an adversary obtains the server's private key at a future date, which of the following security control weaknesses poses the greatest threat to the archived data?
- Lack of perfect forward secrecy, enabling retroactive decryption of recorded sessionsCevap
- BFailure to utilize asymmetric algorithms for encrypting the payload data during transit
- CMisclassifying the private key key-store as a compensating control rather than a deterrent control
- DOver-reliance on network perimeter firewalls to prevent Certificate Signing Request (CSR) tampering
Cevap
Lack of perfect forward secrecy, enabling retroactive decryption of recorded sessions
In static RSA key exchange cipher suites, the client encrypts the pre-master secret with the server's public key. If an attacker records the encrypted traffic and later gains access to the server's private key, they can decrypt the pre-master secret and derive the session key for every archived session. Implementing cipher suites that support Perfect Forward Secrecy (PFS)—such as those using Ephemeral Elliptic Curve Diffie-Hellman (ECDHE)—ensures that a compromised long-term private key cannot be used to decrypt past communications.
Adım Adım Çözüm
Anahtar Kavram
Perfect Forward Secrecy (PFS) and Cipher Suite Weaknesses