312-50V11 · Question #912
Mary found a high vulnerability during a vulnerability scan and notified her server team. After analysis, they sent her proof that a fix to that issue had already been applied. The vulnerability…
The correct answer is B. False-positive. When a vulnerability scanner reports a vulnerability that has already been patched and does not actually exist in the current state, the result is classified as a false-positive.
Question
Mary found a high vulnerability during a vulnerability scan and notified her server team. After analysis, they sent her proof that a fix to that issue had already been applied. The vulnerability that Marry found is called what?
Options
- AFalse-negative
- BFalse-positive
- CBrute force attack
- DBackdoor
How the community answered
(22 responses)- B91% (20)
- C5% (1)
- D5% (1)
Why each option
When a vulnerability scanner reports a vulnerability that has already been patched and does not actually exist in the current state, the result is classified as a false-positive.
A false-negative is the opposite scenario - a real vulnerability exists but the scanner fails to detect and report it, which is more dangerous and is not what occurred here.
A false-positive occurs when a security tool reports a finding that is not actually present - in this case the scanner flagged a vulnerability that had already been remediated. This commonly happens when scanner signatures are outdated or when the tool cannot confirm whether a patch has been applied. False-positives waste remediation resources and erode trust in scanning results.
A brute force attack is an offensive technique used to guess passwords or encryption keys through exhaustive enumeration and has no relation to how vulnerability scan results are classified.
A backdoor is an undocumented or unauthorized access path into a system - it is a type of threat or vulnerability, not a classification applied to a scanning tool's output.
Concept tested: False-positive identification in vulnerability scanning
Source: https://csrc.nist.gov/publications/detail/sp/800-115/final
Topics
Community Discussion
No community discussion yet for this question.