> 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-cloud-runtime-security/cloud-attack-surface-management/attack-surface-management-detections/externally-inferred-cves.md).

# Externally inferred CVEs

Cortex Cloud identifies externally inferred CVEs by comparing the product name and version of an active service, if identifiable, with CVEs for those products in the National Vulnerability Database (NVD). We categorize externally inferred CVE matches as high or medium confidence based on the version information that is available on the service and from NVD.

* **High Confidence Match**—Precise version information is available both from the service and from NVD. Cortex Cloud generates issues for high-confidence externally inferred CVEs.
* **Medium Confidence Match**—Part of the version information from the service matches the NVD entry for the CVE, but the version information from the service or from NVD has additional characters. Cortex Cloud creates findings for medium-confidence externally inferred CVEs but will not generate issues.

{% hint style="info" %}

### Note

An externally inferred CVE might impact your service or asset, but additional investigation is required to confirm that the CVE is actually present.
{% endhint %}

<details>

<summary>Examples of externally inferred CVE matches</summary>

<table data-header-hidden><thead><tr><th></th><th></th><th width="128.5"></th><th></th></tr></thead><tbody><tr><td>Service information available from ASM scan</td><td>CVE information available from NVD</td><td>Match result</td><td>Details</td></tr><tr><td>Apache v 2.4.49</td><td>CVE-2021-41773Affects cpe:2.3<span data-gb-custom-inline data-tag="emoji" data-code="1f170">🅰️</span>apache:http_server:2.4.49:*:*:*:*:*:*:*</td><td>High Confidence Match</td><td>Because the CPE information from NVD matches the version of Apache indicated from the scan, this is a high confidence match.</td></tr><tr><td>Apache v 2.4.49c</td><td>CVE-2021-41773Affects cpe:2.3<span data-gb-custom-inline data-tag="emoji" data-code="1f170">🅰️</span>apache:http_server:2.4.49:*:*:*:*:*:*:*</td><td>Medium Confidence Match</td><td>Because the version numbers from the service and the NVD information match, except for the additional character in the version from the service, this is a medium confidence match.</td></tr><tr><td>Apache v 2.4.50</td><td>CVE-2021-41773Affects cpe:2.3<span data-gb-custom-inline data-tag="emoji" data-code="1f170">🅰️</span>apache:http_server:2.4.49:*:*:*:*:*:*:*</td><td>No Match</td><td>Because the CPE information from NVD indicates a version of Apache that is different than the one we saw in the scan, this does not match.</td></tr><tr><td>Apache v 2.4.50 (Running on Red Hat Enterprise Linux 6 (RHEL6), which is not affected by this CVE)</td><td>CVE-2022-22719Affects cpe:2.3<span data-gb-custom-inline data-tag="emoji" data-code="1f170">🅰️</span>apache:http_server:*:*:*:*:*:*:*:* (up to and including 2.4.52)</td><td>High Confidence Match</td><td>Because the CPE information from NVD matches the version of apache indicated from the scan, this is a high confidence match. Cortex Cloud cannot determine if mitigating controls are in place or the underlying OS, so this pairing will still generate a high confidence match.</td></tr><tr><td>Apache (any version number)</td><td>CVE-2012-3526Affects cpe:2.3<span data-gb-custom-inline data-tag="emoji" data-code="1f170">🅰️</span>apache:http_server:*:*:*:*:*:*:*:*</td><td>No match</td><td>Because this CVE does not indicate any specific version number, we do not consider it a match for any version of Apache http_server, regardless of version information.</td></tr></tbody></table>

</details>


---

# 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-cloud-runtime-security/cloud-attack-surface-management/attack-surface-management-detections/externally-inferred-cves.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.
