> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xpanse/incidents-and-alerts/risk-scoring/incident-risk-details.md).

# Incident Risk Details

Expander provides detailed information about the risks associated with an incident on the **Risk** tab of the incident details pane. The **Risk Details** section includes information about the top three inferred CVEs impacting the risk score and a listing of the **Risk Factors** associated with the alerts in the incident.

![risk-details.png](/files/G4FsERZAm2Jt1ybOwrtW)

The following table explains the information about inferred CVEs that is used in calculating the risk score.

<table data-header-hidden><thead><tr><th width="195.5"></th><th></th></tr></thead><tbody><tr><td>CVE Information</td><td>Description</td></tr><tr><td>CVE Confidence</td><td><p>Cortex Xpanse categorizes inferred CVE matches as High or Medium confidence based on the version information that is available on the service and from the <a href="https://nvd.nist.gov/vuln/search">National Vulnerability Database</a> (NVD).</p><ul><li><strong>High</strong>—Precise version information is available both from the service and from NVD.</li><li><strong>Medium</strong>—Part of the version information from the service matches the NVD entry for the CVE, but the version information from the service has additional characters</li></ul><p>For more information about how Expander defines inferred CVEs and levels of confidence around CVEs, see <a href="/pages/qQH29zFobwI4pZDyUkID#UUID-acef1910-e9a3-b073-bc25-72911bf954e3">Inferred CVEs</a></p></td></tr><tr><td>Exploit Maturity</td><td><ul><li><strong>Proof of Concept</strong> (PoC)—An exploit that may not actually cause harm, but is distributed to demonstrate security weaknesses.</li><li><strong>Weaponized</strong>—An exploit that is explicitly malicious (such as when the exploit is contained within malware) or has been reported as exploited in the wild, or works consistently against all or most targets.</li><li><strong>None</strong>—No known POC or weaponized malware.</li></ul></td></tr><tr><td>Exploited in Wild</td><td><p>A value of <strong>Yes</strong> indicates one of the following conditions have been met:</p><ul><li>Named threat actors or known APT groups have been publicly reported to have exploited the vulnerability in the wild</li><li>CISA has added the vulnerability into <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog">Known Exploited Vulnerability (KEV)</a> catalog, the authoritative source of vulnerabilities that have been exploited in the wild</li><li>Vulnerability is listed in Google Project Zero’s <a href="https://googleprojectzero.github.io/0days-in-the-wild/">0day In-The-Wild (ITW)</a></li></ul></td></tr><tr><td>CVSS</td><td>The Common Vulnerability Scoring System (CVSS) score indicates the severity of a security vulnerability with a value between 0 and 10.</td></tr><tr><td>EPSS Score</td><td>The Exploit Prediction Scoring System (EPSS) score indicates the likelihood that a vulnerability will be exploited in the wild. Possible values are between 0 and 100%, and the higher the score, the greater the probability that a vulnerability will be exploited.</td></tr><tr><td>Recent Reported Exploit Date</td><td>The date when the vulnerability was first known to be exploited-in-the-wild or when it was added to CISA KEV catalog.</td></tr></tbody></table>

For more information about the risk factors that contribute to the risk score for an incident, see Risk Factors.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xpanse/incidents-and-alerts/risk-scoring/incident-risk-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
