CVE-2025-66644 Sumo Logic CSE · Sumo

Detect Array Networks ArrayOS AG OS Command Injection (CVE-2025-66644) in Sumo Logic CSE

Detects exploitation of CVE-2025-66644, an OS command injection vulnerability in Array Networks ArrayOS AG. This vulnerability allows remote attackers to execute arbitrary operating system commands through the Array Networks SSL VPN/ZTNA gateway. The flaw is tracked by CISA as a Known Exploited Vulnerability (KEV), indicating active in-the-wild exploitation. Attackers may leverage this to gain initial access, establish persistence, or pivot laterally within the network.

MITRE ATT&CK

Tactic
Initial Access Execution Lateral Movement

Sumo Detection Query

Sumo Logic CSE (Sumo)
sql
_sourceCategory=network/arraynetworks OR _sourceCategory=firewall/array OR _sourceHost=*array*
| where (%"vendor" = "Array Networks" or %"product" contains "ArrayOS" or _sourceHost matches "*array*")
| where _raw matches "(?i)(wget|curl|chmod|/bin/bash|/bin/sh|/tmp/|/dev/shm|whoami|base64|python|perl|ncat|\bnc\b)"
| parse regex field=_raw "(?<src_ip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})" multi
| parse regex field=_raw "(?<suspicious_cmd>wget|curl|chmod|bash|/bin/sh|/tmp/[^\s]+|whoami|base64|python|perl|ncat)" nodrop
| count by _sourceHost, src_ip, suspicious_cmd
| where _count > 0
| sort by _count desc
critical severity medium confidence

Sumo Logic query for detecting CVE-2025-66644 exploitation attempts against Array Networks ArrayOS AG by searching for OS command injection patterns in network and firewall logs.

Data Sources

Array Networks syslogNetwork firewallVPN gateway logs

Required Tables

_sourceCategory=network/arraynetworks_sourceCategory=firewall/array

False Positives & Tuning

  • Authorized administrators executing shell commands via management interfaces
  • Automated backup or health-check scripts running on Array Networks appliances
  • Vulnerability scanner activity producing similar log patterns during authorized assessments
  • Firmware update processes that invoke system utilities

Other platforms for CVE-2025-66644


Testing Methodology

Validate this detection against 3 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.

  1. Test 1Simulate Array Networks OS Command Injection via HTTP Request

    Expected signal: Web access log entry on the target appliance showing POST request to /cgi-bin/login with URL-encoded shell metacharacters (';id;') in the username parameter

  2. Test 2Spawn Reverse Shell from Simulated Compromised Array Gateway Process

    Expected signal: Endpoint process telemetry showing bash process with parent matching gateway daemon, network telemetry showing outbound TCP connection to ATTACKER_IP:4444 from the gateway host

  3. Test 3Download and Execute Payload via Injected wget Command

    Expected signal: Process telemetry showing wget execution with external URL argument spawned from a gateway-related parent process; DNS query for ATTACKER_IP hostname; outbound HTTP connection to ATTACKER_IP:8080

Unlock Pro Content

Get the full detection package for CVE-2025-66644 including response playbook, investigation guide, and atomic red team tests.

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections