> 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/8.x/8.7ce/cortex-xdr-agent-8.7-ce-release-information/cortex-xdr-agent-known-issues.md).

# Cortex XDR agent known issues

The following table describes known issues in the Cortex XDR agent 8.7-CE release.

| Issue                            | Limitation                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CPATR-18568                      | \[Linux] On some occasions, when a container is a short-lived container (exits within a short period of time) retrieval of the container information is not guaranteed.                                                                                                                                                                                                                                                                                                               |
| Device control                   | <p>When enabling Device Control protection for the first time, some devices that are already connected (or paired in case of Bluetooth) to the machine will not be immediately affected by the change.</p><p>The profile change will affect the connected device after one of the following occurs:</p><ul><li>Disconnect and reconnect the device</li><li>A computer restart</li><li>In case of Bluetooth: Toggle the Bluetooth off and on, or manually unpair the device.</li></ul> |
| Linux Kubernetes Platform, TalOS | <p>When using TalOS, note the following:</p><ul><li>Collect insights and compliance collection are disabled.</li><li>Live Terminal startup location is inside the agent pod and not on the host.</li></ul><p>All the server and user script execution initial working directories are inside the agent pod.</p>                                                                                                                                                                       |
| SELinux                          | When installing Cortex XDR agent on a system with SELinux enabled, a custom install directory cannot be used.                                                                                                                                                                                                                                                                                                                                                                         |
| VA scanning engine               | <p>When using the Vulnerability Assessment engine, note the following issues:</p><ul><li>In some cases, the reported application version may be missing or incomplete.</li><li>Applications installed for specific users will not be scanned.</li><li>During a scan, memory spikes may occur.</li></ul>                                                                                                                                                                               |


---

# 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/8.x/8.7ce/cortex-xdr-agent-8.7-ce-release-information/cortex-xdr-agent-known-issues.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.
