> 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/xdr-agent-release-notes/9.2/release-information/known-issues.md).

# Cortex XDR agent known limitations

The following table describes the known limitations in the Cortex XDR agent 9.2.

| ISSUE                            | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Windows on ARM                   | <p>The Cortex XDR agent 9.2 on ARM architecture has the following limitations:</p><ul><li>Behavioral Threat Protection: Not fully supported</li><li>Exploit Protection: Not supported</li><li>File Examination: JScript, VBScript, and PowerShell file examination not fully supported</li></ul>                                                                                                                                                                                    |
| GKE Autopilot                    | When using GKE Autopilot, if there is a timing issue encountered during Cortex XDR agent installation (GKE Warden constraints violations), the YAML installation command should be repeated.                                                                                                                                                                                                                                                                                        |
| Custer-level scoping             | Cluster name is currently not supported in Oracle Cloud, GCP, Azure and Openshift (any cloud). For these operating systems, use the node name instead.                                                                                                                                                                                                                                                                                                                              |
| Live Terminal support            | <p>Live Terminal is currently not supported for pure IPv6 endpoints, on all platforms.</p><p>Live Terminal will not be supported with GKE Autopilot.</p>                                                                                                                                                                                                                                                                                                                            |
| 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></ul><p>In case of Bluetooth: Toggle the Bluetooth off and on, or manually unpair the device.</p> |
| 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><li>All the server and user script execution initial working directories are inside the agent pod.</li></ul>                                                                                                                                                                   |
| 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>                                                                                                                                                                             |
| SELinux                          | When installing Cortex XDR agent on a system with SELinux enabled, injection is supported only to SELinux unconfined processes.                                                                                                                                                                                                                                                                                                                                                     |
| SLES 15                          | Installing Cortex XDR agent on SLES (SUSE Linux Enterprise) 15 with SELinux enabled is unsupported.                                                                                                                                                                                                                                                                                                                                                                                 |
| 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.                                                                                                                                                                                                                                                                                                             |


---

# 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/xdr-agent-release-notes/9.2/release-information/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.
