During an internal vulnerability assessment, an unauthenticated network scanner flags several Linux production web servers as high-risk due to an outdated Apache version disclosed in the HTTP response headers. The Linux system administrators state that security patches were backported by the distribution vendor, meaning the vulnerabilities were remediated despite the version string remaining unchanged. Which of the following actions is the most appropriate next step for the security analyst to accurately verify the true vulnerability status of these servers?
- Perform a credentialed vulnerability scan to inspect local package management metadata directly on the target hosts.Cevap
- BDeploy host-based firewall rules to block inbound HTTP traffic to the web server ports until the version banner is updated.
- CReconfigure the SIEM correlation rules to automatically suppress SQL injection alerts originate from these web servers.
- DReclassify the network vulnerability scanner as an inline preventive control to filter out invalid version responses.
Cevap
Perform a credentialed vulnerability scan to inspect local package management metadata directly on the target hosts.
Performing a credentialed scan allows the vulnerability scanner to authenticate to the Linux host and query the local package manager (e.g., rpm or dpkg). This directly inspects the installed package patch history and confirms backported security fixes that unauthenticated network banner scans cannot detect, accurately resolving false positives.
Adım Adım Çözüm
Anahtar Kavram
Credentialed vs. Non-Credentialed Vulnerability Scanning (Backported Patches)
Tahmini Süre:1m 30s