Maritime OT Risk Scoring Matrix

A complete reference guide to CVSS v3.1 and v4.0 scoring metrics β€” covering attack vectors, complexity, privileges, interaction, and impact categories. Designed to help ETOs, Technical Superintendents, and DPAs read and interpret standard vulnerability scores from the Threat Intelligence Feed without needing a security background. Use this alongside the feed to understand what a score means before deciding whether a CVE requires action on your vessel.

CVSS v3.1 CVSS v4.0 Metric reference Prioritisation guidance
CategoryOptionDangerDetailed Interpretation
Exploitability Metrics
Attack Vector (AV)Network (N)πŸ”΄ HighRemote: Exploitable via the Internet/Outside.
Adjacent (A)🟠 MedNearby: Limited to local Wi-Fi/Bluetooth range.
Local (L)🟑 LowOn-Site: Requires shell/local OS access.
Physical (P)🟒 LowTouch: Must have physical hardware access.
Complexity (AC)Low (L)πŸ”΄ HighEasy: No specialized timing or conditions needed.
High (H)🟒 LowHard: Must bypass ASLR/DEP or win a race.
Privileges (PR)None (N)πŸ”΄ HighPublic: No account required to exploit.
Low (L)🟠 MedStandard: Requires basic user login.
High (H)🟒 LowAdmin: Requires root/admin credentials.
Interaction (UI)None (N)πŸ”΄ HighSilent: No human action needed to trigger.
Required (R)🟑 LowPhish: Victim must click or execute a file.
Impact Metrics
Scope (S)Changed (C)πŸ”΄ HighViral: Can spread and impact other systems/OS.
Unchanged (U)🟒 LowContained: Damage limited to target application.
Confidentiality (C)High (H)VARFull data breach; all information exposed.
Low (L)VARPartial leak; some information exposed.
None (N)VARNo data exposure.
Integrity (I)High (H)VARFull control; attacker can modify any data.
Low (L)VARMinor changes; limited modification.
None (N)VARNo data modification possible.
Availability (A)High (H)VARTotal outage; system is unusable.
Low (L)VARDegraded; system is slow or unstable.
None (N)VARNo impact to system uptime.
CategoryOptionDangerv4.0 Specification & Business Logic
Base: Exploitability & Requirements
Attack Vector (AV)NetworkπŸ”΄ HighRemote exploitation across the internet.
Adjacent🟠 MedLocal network/Bluetooth range.
Local🟑 LowLocal terminal or user session.
Physical🟒 LowPhysical hardware tampering required.
Complexity (AC)LowπŸ”΄ HighReliable attack; no security bypass needed.
High🟒 LowRequires bypassing advanced protections.
Attack Req. (AT)NoneπŸ”΄ HighWorks on standard/default configurations.
Present🟒 LowRequires rare/specific system states.
Interaction (UI)NoneπŸ”΄ HighZero-click; fully automated.
Passive🟠 MedUser merely views content (visits a page).
Active🟑 LowUser must perform a specific action.
Impact: Vulnerable System (The Target App / "Inner Circle")
V-Confid (VC)H / L / NVARPasswords: Can the attacker read the app's internal passwords/data?
V-Integ (VI)H / L / NVARSettings: Can the attacker change the app's internal settings?
V-Avail (VA)H / L / NVARCrash: Can the attacker make the app freeze or crash?
Impact: Subsequent Systems (Infrastructure / "Blast Radius")
S-Confid (SC)H / L / NVARServer Breach: Can they read files on the Windows/Cloud DB behind the app?
S-Integ (SI)H / L / NVARWipe: Can they delete the server hard drive or modify the OS?
S-Avail (SA)H / L / NVAROutage: Can they shut down the entire network or host hardware?
Supplemental Metrics
Safety (S)PresentπŸ”΄ HighLife-Safety: Potential for physical injury.
Negligible🟒 LowNo physical risk to humans.
Automatable (AU)YesπŸ”΄ HighWormable: Can spread automatically like a virus.
No🟒 LowRequires manual effort per target.
Recovery (R)Automatic🟒 LowSystem self-heals or reboots.
User🟠 MedRequires manual intervention to restore.
IrrecoverableπŸ”΄ HighBricked: Hardware must be replaced.

What does "VAR" mean?

VAR (Variable) means the danger depends on your choice:

  • πŸ”΄ High (H): Total loss of control/security.
  • 🟠 Low (L): Partial exposure or damage.
  • 🟒 None (N): No impact to this category.

Inner Circle vs. Blast Radius

Vulnerable System: Damage strictly inside the software containing the bug.
Subsequent System: The damage to everything else connected (OS, Network, Database).

Color Logic Context

🟑 Yellow: Technically "Low" but high risk because phishing (Interaction) and local access are common paths.
🟒 Green: "Physical" is the safest because it requires a person to touch the device.

Scroll to Top