Vulnerability assessment
A review of systems to find their weaknesses and rank which ones matter most to fix first.
Draft - this entry has not been reviewed yet.
Formal
A structured review that gathers weaknesses - from scans, settings and interviews - and rates each by how likely it is to be used and how much harm it could do to the organisation's assets, giving a ranked list for action.
In plain English
Like a surveyor's report on a house - it lists every crack and leak, then tells you which ones will bring the roof down and which can wait.
In practice
A scan at a regional hospital finds 400 issues; the IT security team's assessment shows that only 12 sit on systems holding patient data that can be reached from the internet, and those go to the top of the list.
Why it matters
No team can fix everything at once; ranking weaknesses by real risk makes sure limited time goes where it prevents the most harm.
Technical deep dive
A vulnerability assessment turns raw findings into risk-ranked decisions. NIST SP 800-115 groups the underlying techniques into review techniques (documentation, log and rule-set review, configuration review), target identification and analysis (discovery, port and service identification, vulnerability scanning) and target vulnerability validation (password cracking, penetration testing). An assessment draws mainly on the first two and validates selectively; a penetration test concentrates on the third. Inputs include authenticated and unauthenticated scan results, configuration baselines, architecture diagrams, interviews with system owners and the asset inventory, which supplies the business context no scanner has.
Prioritisation is where the work lies. A CVSS base score describes the intrinsic severity of a flaw under worst-case assumptions; CVSS v4.0 (FIRST, 2023) separates base, threat, environmental and supplemental metrics precisely because the base score alone is a poor proxy for risk. Modern programmes therefore combine several signals: exploitation evidence (CISA's Known Exploited Vulnerabilities catalogue), exploitation probability (FIRST's EPSS, a daily-updated estimate of the likelihood of exploitation within 30 days), exposure (internet-facing or internal, reachable from user networks or only from an admin segment), compensating controls, and asset criticality - what data and business functions depend on the system. Decision frameworks such as CISA's Stakeholder-Specific Vulnerability Categorization (SSVC) encode this as a decision tree with outcomes Track, Track*, Attend and Act, replacing a single numeric threshold.
Validation removes false positives before remediation effort is spent: a version-based finding may be moot because a backported fix is installed, the vulnerable module is not loaded, or the feature is disabled. Conversely, absence of findings is not proof of absence - unscanned assets, missing credentials and custom applications all produce silent gaps, which is why coverage must be reported alongside findings.
The output is a remediation plan with owners and deadlines, plus explicit risk decisions for items that cannot be fixed in time: mitigation (segmentation, virtual patching, configuration change) or formal acceptance with an owner and an expiry date. This connects the assessment to the organisation's risk management: ISO/IEC 27002:2022 control 8.8 (management of technical vulnerabilities) requires obtaining information about vulnerabilities, evaluating exposure and taking appropriate measures, and NIS2 Art. 21(2)(e) names vulnerability handling and disclosure among the mandatory measures. Assessments recur, because every new CVE, deployment and configuration change alters the picture; a one-off assessment is a snapshot of a moving target.
What to learn first
Everything this builds on, foundations first.
- Asset inventory
- →CIA triad
- →Threat
- →Asset
- →Vulnerability
- →CVE and CVSS
- →Impact
- →Likelihood
- →Risk
- →Vulnerability assessment
Relationships
- A kind of
- Security control
- Consists of
- Vulnerability scanning
- Don't confuse with
- Penetration test
- Used with
- Risk assessmentThreat landscape
Sources & further reading
Standards & official texts
- NIST SP 800-115 - Technical Guide to Information Security Testing and Assessment · NIST
Course material
- Cyber Security Fast Track - Ordliste
Where this data comes from
This entry was drafted by an AI from the sources above and has not yet been checked by a person. Treat it as a starting point, and check anything important against the sources.
See the review queueSuggest a correction on GitHubThis term as JSON
Check yourself
Loading…