Skip to content

Hermes Threat Score (HTS) Methodology & Divergence Engine

Enterprise security teams face thousands of newly published vulnerabilities each month, the vast majority of which receive CVSS scores of 7.0 or higher. Treating CVSS as an operational patching queue leads to alert fatigue and critical blind spots:

  • Theoretical vs. Realized Exploitability: A vulnerability with CVSS 9.8 may have zero functional exploits, require complex multi-step memory shaping, or affect an obsolete component deployed in less than 0.1% of networks.
  • The β€œZero-to-Pawned” Velocity: A vulnerability rated CVSS 7.5 (High) that has been incorporated into automated ransomware exploit kits or CISA’s Known Exploited Vulnerabilities (KEV) catalog represents a catastrophic operational emergency.

HTS bridges the gap between static vulnerability descriptions and active threat operations by fusing:

  1. NVD / CWE Technical Metrics
  2. EPSS (Exploit Prediction Scoring System) probability distributions
  3. CISA KEV / In-the-Wild Exploitation Telemetry
  4. Public Exploit Maturity (PoC, Metasploit, Weaponized kits)
  5. Internet-Wide Exposure & Enterprise Product Prevalence

The Hermes Threat Score combines eight operational dimensions:

HTS TOTAL SCORE = Exploitability (20) + Threat Activity (20) + Weaponization (15)
+ Exposure (15) + Product Prevalence (10) + Impact (10) + Exploit Maturity (10)
DimensionWeightCriteria & Operational Evidence
Exploitability0–20 ptsNetwork accessibility, authentication barriers, and exploitation preconditions.
Threat Activity0–20 ptsObserved active exploitation in the wild, CISA KEV listing, honeypot telemetry hits.
Weaponization0–15 ptsIntegration into public frameworks (Metasploit, Nuclei, Cobalt Strike) or dark web commercial loaders.
Exposure0–15 ptsProportion of vulnerable instances exposed directly to the public internet (Shodan / Censys data).
Product Prevalence0–10 ptsMarket share and enterprise ubiquity of the affected software or dependency.
Impact Severity0–10 ptsScope of damage (Host RCE, unauthenticated data exfiltration, service denial).
Exploit Maturity0–10 ptsReliability of the exploit (from theoretical PoC to 100% reliable automated weapon).

One of the most valuable capabilities of Hermes Codex is Divergence Analysis. Hermes automatically highlights situations where operational reality departs sharply from CVSS.

Case A: CVSS High / Hermes Low (The De-escalation Filter)

Section titled β€œCase A: CVSS High / Hermes Low (The De-escalation Filter)”
CVSS: 9.8 (Critical) ──► HERMES THREAT SCORE: 34 (Low)
  • Why? The technical impact is devastating (RCE), but there is zero public exploit, exploitation requires non-default memory compiler flags, and the software is an obscure library with minimal internet exposure. Defenders can safely prioritize other active threats.

Case B: CVSS Moderate / Hermes Critical (The Escalation Alert)

Section titled β€œCase B: CVSS Moderate / Hermes Critical (The Escalation Alert)”
CVSS: 6.8 (Medium) ──► HERMES THREAT SCORE: 92 (Critical)
  • Why? Although CVSS marks the vulnerability as medium because it only allows local information disclosure, active ransomware syndicates are chaining it with ubiquitous domain controllers to achieve full Active Directory compromise.

Below is an operational evaluation of CVE-2026-59822 (Roundcube Webmail Pre-Auth RCE):

HTS

HERMES THREAT SCORE

Target: Roundcube Webmail Core Server
Confidence: 98%
96 / 100
EXTREME

Measures real-world operational relevance, exploit weaponization, and active threat posture.

Dimension Breakdown
Exploitability 20 / 20
Threat Activity 20 / 20
Weaponization 15 / 20
Exposure 15 / 20
Prevalence 10 / 20
Impact 10 / 20
Exploit Maturity 10 / 20
Attack Chain Potential 6 / 20
βš–οΈ Divergence & Operational Rationale

Full convergence between CVSS (9.8) and Hermes Threat Score (96). Active in-the-wild weaponization, CISA KEV catalog inclusion, public automated exploit kits, and widespread internet-facing webmail instances mandate immediate out-of-band patching.