CCSP · Question #70
The Open Web Application Security Project (OWASP) Top Ten is a list of web application security threats that is composed by a member-driven OWASP committee of application development experts and…
The correct answer is A. Extensive user training on proper data handling techniques. Extensive user training on proper data handling techniques is a key method to reduce sensitive data exposure by addressing human error and promoting secure data practices.
Question
The Open Web Application Security Project (OWASP) Top Ten is a list of web application security threats that is composed by a member-driven OWASP committee of application development experts and published approximately every 24 months. The 2013 OWASP Top Ten list includes "sensitive data exposure." Which of these is a technique to reduce the potential for a sensitive data exposure?
Options
- AExtensive user training on proper data handling techniques
- BAdvanced firewalls inspecting all inbound traffic, to include content-based screening
- CEnsuring the use of utility backup power supplies
- DRoving security guards
How the community answered
(22 responses)- A91% (20)
- C5% (1)
- D5% (1)
Why each option
Extensive user training on proper data handling techniques is a key method to reduce sensitive data exposure by addressing human error and promoting secure data practices.
Sensitive data exposure often results from human errors such as improper data storage, unencrypted transmission, or accidental sharing. Comprehensive user training on proper data handling techniques educates employees about data classification, encryption best practices, secure communication channels, and recognizing social engineering, significantly reducing the likelihood of inadvertent data exposure.
Advanced firewalls inspecting inbound traffic protect against external attacks but do not directly prevent sensitive data exposure caused by internal mishandling or misconfiguration.
Ensuring the use of utility backup power supplies addresses business continuity and availability during power outages, not sensitive data exposure.
Roving security guards provide physical security and do not directly address the digital risks of sensitive data exposure in web applications or through user error.
Concept tested: OWASP Top 10 A6:2013, data exposure mitigation
Source: https://owasp.org/www-project-top-ten/2013/A6-Sensitive_Data_Exposure
Topics
Community Discussion
No community discussion yet for this question.