ELI5: What is Vulnerability Management?

Think of your house having a crack in a window, a loose lock, and a hole in the fence. Vulnerability management is like walking around your house regularly, writing down every weak spot, deciding which ones are most dangerous, and fixing them in order. You start with the broken lock on the front door because that is the easiest way for someone to get in. Then you keep checking because new cracks can appear anytime.

Overview

Vulnerability management is the continuous cycle of discovering, evaluating, treating, and reporting on security vulnerabilities across an organization’s assets. It goes beyond simple scanning to include risk-based prioritization and tracking remediation efforts. Effective vulnerability management reduces the attack surface and provides evidence of due diligence for compliance.

Key Concepts

Exam Tips

Remember

Vulnerability management lifecycle: Discover → Prioritize → Remediate → Verify → Report. CVSS scores: Critical (9.0-10.0), High (7.0-8.9), Medium (4.0-6.9), Low (0.1-3.9).

  • Credentialed scans find more vulnerabilities but require maintained service accounts
  • Not all vulnerabilities need immediate patching — prioritize by risk (exploitability + asset value + exposure)
  • Know the difference between vulnerability scanning (automated) and penetration testing (manual exploitation)

Connections

  • Feeds into risk-management by quantifying the organization’s technical risk posture
  • Identifies vulnerability-types such as misconfigurations, missing patches, and default credentials
  • Findings may trigger penetration-testing to validate exploitability of discovered vulnerabilities
  • Remediation through hardening and patch management reduces the attack surface

Practice Questions

Scenario

See case-vulnerability-management for a practical DevOps scenario applying these concepts.