- Home
- All questions
- Question 498
CISSP study material · question 498 of 500
An application writes full patient records into its application log and shows recent log lines on an administrative page any authenticated user can open. Which two failures does OWASP identify? Choose two.
Show the answer
Answer: B. Logging sensitive information such as personal or health data that should not be logged.
C. Showing log and alert events to a user, or to an attacker.
Two failures appear here: private records written into the log at all, and log or alert content shown to whoever opens the page.
Source: OWASP Top 10 A09:2025 (OWASP) — OWASP Top 10:2025 A09 Security Logging and Alerting Failures > Description