PT0-001 · Question #248
A vulnerability scan report shows what appears to be evidence of a memory disclosure vulnerability on one of the target hosts. The administrator claims the system is patched and the evidence is a…
The correct answer is C. Run the vulnerability scanner again. Re-running the vulnerability scanner is the best non-invasive first step to determine whether a finding is consistently reproducible or a transient false positive before escalating to active techniques.
Question
A vulnerability scan report shows what appears to be evidence of a memory disclosure vulnerability on one of the target hosts. The administrator claims the system is patched and the evidence is a false positive. Which of the following is the BEST method for a tester to confirm the vulnerability exists?
Options
- AManually run publicly available exploit code.
- BConfirm via evidence of the updated version number.
- CRun the vulnerability scanner again.
- DPerform dynamic analysis on the vulnerable service.
How the community answered
(24 responses)- A4% (1)
- B4% (1)
- C79% (19)
- D13% (3)
Why each option
Re-running the vulnerability scanner is the best non-invasive first step to determine whether a finding is consistently reproducible or a transient false positive before escalating to active techniques.
Manually running exploit code is invasive and potentially harmful to a production system; it should only be attempted after less intrusive confirmation steps have been exhausted and is not the best initial validation method.
Verifying the updated version number only confirms that a patch package was installed, not that the vulnerability was fully remediated - misconfigurations or incomplete patches can leave a system exposed even on a newer version.
Running the scanner again verifies whether the memory disclosure finding is repeatable across multiple scans, which is essential for distinguishing a genuine vulnerability from a one-time scanner artifact or false positive. A consistent result across runs increases confidence that the vulnerability exists despite the administrator's patch claim. This approach is non-destructive and appropriate before committing to more invasive confirmation methods.
Dynamic analysis of the vulnerable service is a valid confirmation technique but is more complex and resource-intensive than rescanning; the scanner-based finding should first be confirmed as reproducible before committing to active service-level analysis.
Concept tested: Vulnerability scan false positive confirmation via rescanning
Source: https://csrc.nist.gov/publications/detail/sp/800-115/final
Topics
Community Discussion
No community discussion yet for this question.