Potential CVE-2024-3400 Exploitation - Palo Alto GlobalProtect OS Command Injection - File Creation
Description
Detects suspicious file creations in the Palo Alto Networks PAN-OS' parent telemetry folder, which are processed by the vulnerable 'dt_curl' script if device telemetry is enabled. As said script overrides the shell-subprocess restriction, arbitrary command execution may occur by carefully crafting filenames that are escaped through this function.
Query · sigma
selection:
TargetFilename|contains:
- '{IFS}'
- base64
- bash
- curl
- http
TargetFilename|startswith: /opt/panlogs/tmp/device_telemetry/
condition: selection
Known false positives
- The PAN-OS device telemetry function does not enforce a standard filename convention, but observations are unlikely.