Which standard should a consultant use to rank web pen test findings by criticality?
After performing a web penetration test, a security consultant is ranking the findings by criticality. Which of the following standards or methodologies would be best for the consultant to use for reference?
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam tests your ability to match the right security framework to the task: OWASP is specifically designed for web app risk ranking, while MITRE ATT&CK focuses on adversary tactics and techniques.
For ranking web application penetration test findings by criticality, OWASP is the best reference because its Top 10 list classifies the most critical web risks. The community unanimously chose OWASP over MITRE ATT&CK, PTES, and NIST for this purpose.
Choosing MITRE ATT&CK is the most common trap because it is a popular framework, but it does not provide a severity or criticality ranking for vulnerabilities—it maps attack techniques, not risk levels.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
OWASP (Open Web Application Security Project) provides the OWASP Top 10, which is a widely recognized list of the most critical web application security risks. This makes it the most appropriate reference for ranking findings from a web penetration test by criticality. The OWASP Testing Guide also offers detailed methodology for assessing web vulnerabilities, reinforcing its suitability.Why the Other Options Are Wrong
MITRE ATT&CK is a knowledge base of adversary tactics and techniques, not a severity ranking system—it is better suited for red team exercises and threat modeling. PTES (Penetration Testing Execution Standard) provides a framework for conducting penetration tests but does not focus on ranking findings. NIST offers general security and risk management guidelines, but it is not web-specific and lacks a Top 10 criticality list for web vulnerabilities.Community Comment Notes
Comment 1 explains that OWASP is renowned for its comprehensive web application security documentation and that the Top 10 outlines the most critical risks. Comment 2 observes that MITRE ATT&CK doesn't show criticality like a CVE score, and that OWASP makes more sense because the top 10 is ranked by importance. Comment 3 reinforces that MITRE ATT&CK is for tactics and techniques used in red team exercises, not for vulnerability severity ranking.Official Reference
Exam Strategy
When a question asks about ranking web pen test findings, immediately consider OWASP because it maintains the Top 10 critical web risks. Eliminate MITRE ATT&CK if the context is about severity or prioritization, since that framework is for understanding attacker behavior, not scoring vulnerabilities.