Chapter 2 of 426% of exam

Vulnerability Management

Vulnerability management is the disciplined, ongoing process of discovering, prioritizing, and remediating weaknesses across the environment. CySA+ CS0-004 emphasizes risk-based prioritization using CVSS plus real-world threat and asset context. Analysts must validate findings, coordinate remediation, and confirm fixes through rescanning.

Vulnerability Scanning Methods

Scans can be credentialed or uncredentialed, internal or external, and active or passive. Credentialed scans authenticate to the target and inspect patch levels and configurations directly, yielding accurate results with fewer false positives. Uncredentialed scans see only the external surface and better simulate an outsider's view. Choosing the right method balances depth, accuracy, and operational impact.

CVSS Scoring and Prioritization

The Common Vulnerability Scoring System expresses severity through base, temporal, and environmental metric groups. The base score reflects intrinsic characteristics, while temporal and environmental metrics add exploit maturity and organizational context. A high base score on an isolated asset may rank below a moderate score on an internet-facing crown jewel. Risk-based prioritization combines CVSS with exploit availability and asset value.

False Positives and Validation

Scanners can report vulnerabilities that do not actually exist, producing false positives that waste remediation effort. Analysts validate findings manually before escalating and document confirmed false positives to tune future scans. Distinguishing false positives from true positives and false negatives preserves credibility with system owners. Accurate validation keeps the program focused on genuine risk.

Remediation, Patching, and Compensating Controls

Remediation may involve patching, configuration changes, or applying compensating controls when a fix cannot be deployed immediately. Segmentation, virtual patching, and WAF rules reduce exploitability during maintenance windows. Every exception should be documented with a plan and timeline to patch. Coordinating remediation with asset owners keeps operations stable while risk drops.

Attack Surface Management and Verification

Attack surface management continuously discovers and inventories all reachable assets, including shadow IT and forgotten cloud instances. Reducing exposed entry points lowers the opportunities available to attackers. After remediation, a validation rescan confirms the fix worked and catches any regressions introduced by the change. Verified closure completes the vulnerability management lifecycle and produces trustworthy metrics.

Report