An enterprise security analyst discovers that recent vulnerability scan reports flag several Linux production servers as critical due to missing OS security updates. However, the system administration team provides logs showing that the vendor patches were installed two weeks ago. Further investigation reveals the scanner performed an unauthenticated remote scan relying solely on service banners exposed over open network ports. Which of the following actions should the analyst take to ensure the vulnerability scan accurately reflects the true patch status of the servers?
- Configure credentialed scanning parameters to allow the scanner to verify installed packages directly from the local target operating system.Answer
- BDeploy network-level inline intrusion prevention system rules to drop scanner probe packets targeting exposed service ports.
- CUpdate web application firewall filtering rules to strip database error responses and client-side script payloads from server banners.
- DReclassify the vulnerability scanner as a compensating security control rather than a detective control in the asset management database.
Answer
Configure credentialed scanning parameters to allow the scanner to verify installed packages directly from the local target operating system.
Unauthenticated vulnerability scans inspect exposed service banners, which frequently causes false positives when backported patches leave version banners unchanged. Configuring credentialed scanning allows the scanner to log into target systems and inspect local package manager records directly, ensuring accurate verification of installed updates.
Step-by-Step Solution
Key Concept
Credentialed vs. Unauthenticated Vulnerability Scanning