Introduction
Imagine having many security problems in a computer system but only limited time and resources to fix them. Deciding which problems to fix first is crucial to protect the system effectively.
Imagine a homeowner discovering several problems in their house: a leaking roof, a broken window, and a faulty smoke detector. They must decide which to fix first based on danger and cost. Fixing the smoke detector is urgent because it protects lives, while the window can wait.
┌─────────────────────────────┐
│ Vulnerability Remediation │
│ Prioritization │
└─────────────┬───────────────┘
│
┌──────────┴──────────┐
│ │
┌──▼──┐ ┌───▼───┐
│Find │ │Assess │
│Vuln │ │Risk │
└──┬──┘ └───┬───┘
│ │
│ │
┌──▼──┐ ┌───▼────┐
│Consider│ │Resource│
│Impact │ │Limits │
└──┬───┘ └───┬────┘
│ │
└──────────┬──────────┘
│
┌─────▼─────┐
│Create Plan│
└───────────┘