Application Security

Prioritizing Risk

2 min

Why CVSS Score Alone is Insufficient

CVSS describes theoretical severity - how bad a vulnerability could be in the abstract. It does not tell you whether a public exploit exists, whether malicious activity has been observed, or whether the weakness is reachable in your running services.

Splunk Secure Application adds EPSS Risk Score - threat telemetry combining base CVSS with real-world signals such as exploit availability and observed activity. Operational risk assessment & triage should use both scores, not CVSS alone.

Compare High CVSS, Low Risk Score

Exercise

  1. Locate a vulnerability with a high CVSS score and a low EPSS Risk Score.
  2. Review any indicators suggesting whether or not there has been any active exploit context.

apm

Knowledge Check

Why might a team safely deprioritize this item despite high theoretical severity?

Click here to see the answer
The Risk Score is low, indicating low risk of potential or active exploits. The team can safely deprioritize and focus on higher business risks first.

Compare High CVSS, High Risk Score

Exercise

  1. Locate a vulnerability with high CVSS and high Security Risk Score.
  2. Check for a “vulnerability reached” or similar indicator showing an exploit against this CVE.

apm

Knowledge Check

Why does this item warrant prioritize-first treatment?

Click here to see the answer
This reflects a real-world risk grounded in threat intelligence across known exploits against this vulnerability and correlated with Observability context for additional risk profiling of risk based on the impacted service and business risk of any exploit against it.

What you learned

Last Modified ·