1.Harpia SSVC - Priority and deadline
Returns Immediate, Out of cycle, Scheduled, or Defer. Each priority has one matching timeline.
Harpia provides two complete decision frameworks. Select one for each request. The response follows only that framework, so priority and deadline never contradict one another.
Returns Immediate, Out of cycle, Scheduled, or Defer. Each priority has one matching timeline.
Returns 3 days, 14 days, 60 days, or system upgrade, plus forensic triage when required.
Can an attacker reach the affected deployment?
exposed - reachable from the internet or another untrusted network. Examples: a public VPN gateway, email server, or customer-facing web application.controlled - reachable only through meaningful access controls or segmentation. Examples: an administration service restricted to a VPN, allow-listed management network, or authenticated partner connection.not_exposed - no attacker-reachable network path in its normal operating environment. Examples: an isolated lab system, offline appliance, or disconnected build environment.If the asset is compromised, how serious is the effect on your mission?
critical - essential operations, safety, or core control would fail. Examples: identity infrastructure, a production control plane, or a safety-critical system.high - major service or sensitive-data impact with limited alternatives. Examples: a customer production service, payment platform, or primary business database.moderate - disruption is contained and a practical workaround or recovery path exists. Examples: a departmental application or non-primary internal service.low - little operational consequence and no sensitive data. Examples: a disposable test environment or non-production demonstration system.Classify the affected deployment, not the vulnerability in the abstract. Both frameworks use Exposure. Mission consequence is a Harpia SSVC decision point and is not part of the BOD table. Omitted inputs use the conservative defaults: exposed and critical.
Harpia resolves Exploitation, Automatable, and Technical Impact. The response preserves the source, method, confidence, and any disagreement between reported and independently derived values.
In Harpia SSVC mode, the priority and timeline are one decision. Changing exposure or mission consequence can change both.
Break the normal schedule. The evidence and asset context indicate that waiting creates unacceptable risk.
Do not wait for the normal maintenance train. Bring the fix forward, but planned coordination is still possible.
Keep the fix in the regular maintenance cycle. The vulnerability matters, but current evidence does not justify disruption.
Do not spend remediation capacity yet. Keep watching because new exploitation evidence can change the decision.
Act now and complete remediation within three days of discovery.
Bring the work forward and complete remediation within fourteen days.
Keep the work in a managed cycle with a sixty-day deadline.
Monitor the evidence and remediate during the next system upgrade.
Harpia does not collapse every exploit signal into a single Yes or No. Evidence advances through four states, and each stronger state can increase urgency.
No qualifying public exploit or verified exploitation evidence is currently known.
Public proof-of-concept code demonstrates the weakness, but does not prove operational use.
Exploit capability is packaged for repeatable operational use. Weaponized does not automatically mean Automatable.
Credible evidence confirms exploitation in the wild. KEV is one source of this evidence, not the only source.
Can an attacker repeat initial exploitation reliably at scale? Harpia resolves this independently. A public PoC or weaponized tool can still require target-specific work and therefore remain not automatable.
What control does successful exploitation provide over the vulnerable component? Total means high confidentiality and integrity impact. Other combinations are Partial.
Harpia preserves an upstream SSVC Technical Impact label when one exists.
Harpia independently calculates Technical Impact from the available CVSS evidence.
The policy uses the more conservative value and exposes a conflict when reported and derived values disagree.
The API returns value, source, method, confidence, provisional status, and conflict - not only the final label.
The engine evaluates the highest-urgency conditions first. The first matching category wins. Stronger exploitation, greater exposure, automation, Total Technical Impact, or higher mission consequence must never produce a less urgent decision.
Customers cannot override exploitation, automation, or Technical Impact. This prevents a request from downgrading observed threat evidence.
Harpia cannot know whether your deployment is reachable or mission-critical. Those two values remain explicit request inputs.
BOD mode does not combine a Harpia priority with a CISA deadline. It returns the BOD remediation timeline directly from Publicly Exposed, On KEV, Automatable, and Technical Impact. Mission consequence does not participate in this table.
framework=harpia_ssvcUses Harpia's full exploitation ladder, asset exposure, mission consequence, automatability, and Technical Impact. The priority selects its matching timeline.
framework=bod_26_04Uses CISA KEV membership exactly and evaluates the complete BOD 26-04 remediation table, including forensic triage.
Both frameworks use the optional discovered=YYYY-MM-DD value to start the clock. Harpia adds the selected 3-, 14-, or 60-day window and returns due_date and overdue. System-upgrade results have no fixed due date. If discovered is omitted, the current UTC date is used.
These examples show how the same evidence can produce a different action when the affected asset changes.
| Harpia decision | Timeline | Exploitation | Exposure | Mission consequence | Other facts |
|---|---|---|---|---|---|
| Immediate | 3 days | Active | Exposed | Critical | Any |
| Out of cycle | 14 days | Active | Not exposed | Low | Any |
| Out of cycle | 14 days | Weaponized | Controlled | Moderate | Any |
| Scheduled | 60 days | PoC | Controlled | Moderate | Not automatable |
| Defer | System upgrade | None | Not exposed | Low | Not automatable · Partial |
Select framework=bod_26_04 to evaluate this table exactly with CISA KEV membership. Harpia SSVC evidence does not broaden the On KEV decision point in this mode.
| Remediation timeline | Publicly exposed | On KEV | Automatable | Technical Impact |
|---|---|---|---|---|
| 3 days + forensic triage | Yes | Yes | Yes | Total |
| 3 days | Yes | Yes | Yes | Partial |
| 3 days + forensic triage | Yes | Yes | No | Total |
| 14 days | Yes | Yes | No | Partial |
| 3 days | Yes | No | Yes | Total |
| 14 days | Yes | No | Yes | Partial |
| 14 days | Yes | No | No | Total |
| 60 days | Yes | No | No | Partial |
| 3 days + forensic triage | No | Yes | Yes | Total |
| 14 days | No | Yes | Yes | Partial |
| 14 days | No | Yes | No | Total |
| 14 days | No | Yes | No | Partial |
| 60 days | No | No | Yes | Total |
| 60 days | No | No | Yes | Partial |
| Fix on system upgrade | No | No | No | Total |
| Fix on system upgrade | No | No | No | Partial |
Timeline source: CISA BOD 26-04, Appendix A, Table 1 ↗.
GET /api/v1/vulnerabilities/CVE-2024-3400/decision
?framework=harpia_ssvc
&exposure=exposed
&mission_consequence=critical
&discovered=2026-08-24GET /api/v1/vulnerabilities/CVE-2024-3400/decision
?framework=bod_26_04
&exposure=exposed
&mission_consequence=critical
&discovered=2026-08-24The first response contains a Harpia priority and its matching timeline. The second contains the BOD timeline and forensic-triage requirement. The frameworks are not combined.
Try both frameworks on a real CVE.