Severity Mapping

Claircore will normalize a security databases's severity string to a set of defined values. Clients may use the NormalizedSeverity field on a claircore.Vulnerability to react to vulnerability severities without needing to know each security database's severity strings. All strings used in the mapping tables are identical to the strings found within the relevant security database.

Claircore Severity Strings

The following are severity strings Claircore will normalize others to. Clients can guarantee one of these strings will be associated with a claircore.Vulnerability.

  • Unknown
  • Negligible
  • Low
  • Medium
  • High
  • Critical

Alpine Mapping

The Alpine SecDB database does not provide severity information. All vulnerability severities will be Unknown.

Alpine SeverityClaircore Severity
*Unknown

AWS Mapping

The AWS UpdateInfo database provides severity information.

AWS SeverityClaircore Severity
lowLow
mediumMedium
importantHigh
criticalCritical

Debian Mapping

The Debian security tracker data provides severity information.

Debian SeverityClaircore Severity
unimportantLow
lowMedium
mediumHigh
highCritical
*Unknown

Oracle Mapping

The Oracle OVAL database provides severity information.

Oracle SeverityClaircore Severity
N/AUnknown
LOWLow
MODERATEMedium
IMPORTANTHigh
CRITICALCritical

RHEL Mapping

The RHEL OVAL database provides severity information.

RHEL SeverityClaircore Severity
NoneUnknown
LowLow
ModerateMedium
ImportantHigh
CriticalCritical

SUSE Mapping

The SUSE OVAL database provides severity information.

SUSE SeverityClaircore Severity
NoneUnknown
LowLow
ModerateMedium
ImportantHigh
CriticalCritical

Ubuntu Mapping

The Ubuntu OVAL database provides severity information.

Ubuntu SeverityClaircore Severity
UntriagedUnknown
NegligibleNegligible
LowLow
MediumMedium
HighHigh
CriticalCritical

Photon Mapping

The Photon OVAL database provides severity information.

Photon SeverityClaircore Severity
LowLow
ModerateMedium
ImportantHigh
CriticalCritical

OSV Mapping

OSV provides severity information via CVSS vectors, when applicable. These are normalized according to the NVD qualitative rating scale. If both v3 and v2 vectors are present, v3 is preferred.

CVSSv3

Base ScoreClaircore Severity
0.0Negligible
0.1-3.9Low
4.0-6.9Medium
7.0-8.9High
9.0-10.0Critical

CVSSv2

Base ScoreClaircore Severity
0.0-3.9Low
4.0-6.9Medium
7.0-10.0High