312-50V11 · Question #514
Which of the following is the BEST way to protect Personally Identifiable Information (PII) from being exploited due to vulnerabilities of varying web applications?
The correct answer is C. Use encrypted communications protocols to transmit PII. Encrypting PII in transit using protocols such as TLS protects it from interception as it moves between users and web applications that may have vulnerabilities.
Question
Which of the following is the BEST way to protect Personally Identifiable Information (PII) from being exploited due to vulnerabilities of varying web applications?
Options
- AUse cryptographic storage to store all PII
- BUse full disk encryption on all hard drives to protect PII
- CUse encrypted communications protocols to transmit PII
- DUse a security token to log into all Web applications that use PII
How the community answered
(30 responses)- A3% (1)
- B7% (2)
- C83% (25)
- D7% (2)
Why each option
Encrypting PII in transit using protocols such as TLS protects it from interception as it moves between users and web applications that may have vulnerabilities.
Cryptographic storage protects PII at rest on the server, but does not safeguard data during transmission where network-level exploitation of web application vulnerabilities can expose it.
Full disk encryption protects data stored on physical media from theft or loss, but does not address vulnerabilities in web applications that expose PII over the network.
Using encrypted communication protocols such as TLS/HTTPS ensures that PII is protected while traversing the network, which is the most exposed point when web application vulnerabilities are exploited by attackers intercepting or manipulating traffic. This directly addresses the OWASP Sensitive Data Exposure risk by ensuring that even if an application has weaknesses, data in transit remains confidential and cannot be read in cleartext.
A security token strengthens user authentication, but once a session is established, it does not protect PII from being exposed through application-layer vulnerabilities or insecure transmission.
Concept tested: Protecting PII in transit using encrypted communication protocols
Source: https://owasp.org/www-project-top-ten/2017/A3_2017-Sensitive_Data_Exposure
Topics
Community Discussion
No community discussion yet for this question.