Skip to content

Enum: ImpactSeverity

CVSS qualitative severity rating.

URI: core:ImpactSeverity

Permissible Values

Value Meaning Description
NONE None No measurable impact
LOW None Limited impact; exploitation requires specific conditions
MEDIUM None Moderate impact; partial compromise of security properties
HIGH None High impact; significant compromise of security properties
CRITICAL None Critical impact; complete compromise; remote exploitation likely
UNKNOWN None Severity has not been assessed or is unavailable

Slots

Name Description
severity Qualitative severity rating

Identifier and Mapping Information

Schema Source

LinkML Source

name: ImpactSeverity
description: CVSS qualitative severity rating.
from_schema: https://w3id.org/lmodel/vulnerability-core
rank: 1000
permissible_values:
  NONE:
    text: NONE
    description: No measurable impact.
  LOW:
    text: LOW
    description: Limited impact; exploitation requires specific conditions.
  MEDIUM:
    text: MEDIUM
    description: Moderate impact; partial compromise of security properties.
  HIGH:
    text: HIGH
    description: High impact; significant compromise of security properties.
  CRITICAL:
    text: CRITICAL
    description: Critical impact; complete compromise; remote exploitation likely.
  UNKNOWN:
    text: UNKNOWN
    description: Severity has not been assessed or is unavailable.