A systems administrator deploys a lightweight host-based agent across a fleet of Linux web servers to perform continuous vulnerability assessment. During an audit, the agent flags several critical local kernel vulnerabilities requiring remediation. However, a subsequent uncredentialed network-based vulnerability scan targeting the public IP addresses of these same web servers fails to detect any of the reported kernel flaws. Which of the following best explains why the network vulnerability scan missed these kernel vulnerabilities?
- Uncredentialed network scans analyze only network-accessible listening ports and service headers, lacking host-level privileges to inspect internal operating system kernel package manifests.Answer
- BNetwork vulnerability scanners apply preventive network firewall rules during probe execution that automatically mitigate kernel flaws upon discovery.
- CHost-based vulnerability agents require active exploit payloads to confirm kernel flaws, whereas network vulnerability scanners rely exclusively on passive log collection.
- DNetwork vulnerability scanners focus exclusively on identifying client-side script execution flaws such as Cross-Site Scripting rather than host operating system vulnerabilities.
Answer
Uncredentialed network scans analyze only network-accessible listening ports and service headers, lacking host-level privileges to inspect internal operating system kernel package manifests.
Uncredentialed network scanners evaluate target hosts from the perspective of an external network observer. They discover open ports, protocols, and service banners. Because operating system kernel vulnerabilities reside inside the host OS and are rarely advertised over network sockets, an uncredentialed network scan cannot audit local package registers or kernel versions. By contrast, a credentialed host agent possesses local system privileges to directly inspect the installed software inventory and kernel build details.
Step-by-Step Solution
Key Concept
Credentialed vs. Uncredentialed Vulnerability Scanning Visiblity