SY0-701 · Question #600
Which of the following is the primary reason why false negatives on a vulnerability scan should be a concern?
The correct answer is A. The system has vulnerabilities that are not being detected. A false negative occurs when a vulnerability scanner fails to detect a vulnerability that actually exists - meaning the system is genuinely compromised or exposed, but the scan report gives a false sense of security. This is the primary concern because undetected…
Question
Which of the following is the primary reason why false negatives on a vulnerability scan should be a concern?
Options
- AThe system has vulnerabilities that are not being detected.
- BThe time to remediate vulnerabilities that do not exist is excessive.
- CVulnerabilities with a lower severity will be prioritized over critical vulnerabilities.
- DThe system has vulnerabilities, and a patch has not yet been released.
How the community answered
(53 responses)- A92% (49)
- B2% (1)
- C4% (2)
- D2% (1)
Explanation
A false negative occurs when a vulnerability scanner fails to detect a vulnerability that actually exists - meaning the system is genuinely compromised or exposed, but the scan report gives a false sense of security. This is the primary concern because undetected vulnerabilities leave the system open to exploitation without the security team's knowledge, making A correct.
Why the distractors are wrong:
- B describes false positives, not false negatives - false positives waste time chasing vulnerabilities that don't exist, not false negatives.
- C describes a prioritization error in the remediation workflow, not a scanning detection failure - this is a process/triage problem, not a scan accuracy problem.
- D describes an unpatched vulnerability that was correctly detected - the patch availability issue is separate from whether the scanner found the vulnerability in the first place.
Memory tip: Think of a false negative as a "missed alarm" - the fire is real, but the smoke detector didn't go off. The danger isn't that you're chasing a false alarm (B), it's that a real fire is spreading undetected (A). Always associate false negatives with hidden real risk.
Topics
Community Discussion
No community discussion yet for this question.