What is Array Networks AG/vxAG?
Array Networks AG Series and vxAG (virtual AG) are SSL VPN and application delivery gateways used by enterprises and government organizations to provide secure remote access to internal applications and networks. Array Networks appliances terminate SSL VPN sessions, enforce access policies, and proxy connections to internal resources — giving them a privileged position at the network perimeter. SSL VPN gateways are prime targets for nation-state actors: compromising a VPN gateway provides access to all VPN session credentials, the internal network segments reachable from the VPN, and often the configuration data of connected enterprise applications.
Overview
CVE-2023-28461 is a critical missing authentication vulnerability in Array Networks AG Series and vxAG ArrayOS that allows an unauthenticated attacker to read local files and execute code on the SSL VPN gateway. The vulnerability was disclosed in March 2023 but was added to CISA's Known Exploited Vulnerabilities catalog nearly 20 months later, in November 2024, following confirmed exploitation by nation-state threat actors — including Salt Typhoon (a China-nexus actor associated with telecommunications and critical infrastructure intrusions). The late KEV addition reflects sustained targeted exploitation of organizations using unpatched Array Networks appliances for high-value network access.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Array Networks AG Series (ArrayOS) | 9.4.0.484 and earlier | 9.4.0.485 and later |
| Array Networks vxAG (virtual) | 9.4.0.484 and earlier | 9.4.0.485 and later |
Technical Details
CWE-287 (Improper Authentication). Array Networks' ArrayOS exposes management and access functionality via HTTP/HTTPS endpoints on the VPN gateway. A missing authentication check on certain critical function endpoints allows an unauthenticated attacker to:
- Read local files: Access configuration files, SSL certificates, private keys, and credential stores on the appliance without authentication — providing the attacker with VPN configuration data, user credential hashes, and potentially plaintext pre-shared keys.
- Execute code: Invoke privileged operations on the gateway that execute OS commands or enable further system access, without requiring authentication.
SSL VPN gateways are internet-accessible by design (that is their purpose), meaning the attack surface is always exposed. A successful attacker gains access to the internal network segments routable from the VPN — effectively the same access as any remote employee using the VPN.
Discovery
The vulnerability was identified by security researchers and reported to Array Networks. Array Networks issued a patch in 2023. The 20-month gap to CISA KEV addition suggests the vulnerability was exploited in targeted attacks that took time to be attributed and confirmed.
Exploitation Context
CISA added CVE-2023-28461 to KEV in November 2024 following reports of nation-state exploitation. Salt Typhoon (tracked by Microsoft and others) — a China-nexus threat actor particularly focused on telecommunications providers and critical infrastructure — has been attributed to exploitation of SSL VPN vulnerabilities including CVE-2023-28461 for initial access to targeted networks.
SSL VPN gateways are a recurring high-priority target for Chinese nation-state actors because:
- They provide immediate network access to the organization's internal environment, including email, file servers, and line-of-business applications.
- Compromising a VPN gateway allows monitoring of all VPN session traffic, including credentials submitted by legitimate users.
- VPN appliances often receive delayed patching compared to general server infrastructure.
The ransomwareUse flag reflects that ransomware operators have also used unpatched SSL VPN gateways for initial access, consistent with the broader pattern of ransomware groups exploiting the same N-day vulnerabilities as nation-state actors.
Remediation
- Upgrade Array Networks AG/vxAG ArrayOS to version 9.4.0.485 or later immediately.
- Review VPN gateway logs for unauthenticated requests to privileged API endpoints — particularly around the period since March 2023 when the CVE was published.
- Rotate all credentials accessible through the gateway: VPN pre-shared keys, administrative credentials, SSL certificates and private keys (consider reissuing from a clean state).
- Audit VPN user accounts for unauthorized additions and review VPN access logs for unusual session origins or connection patterns.
- Restrict management interface access to dedicated management networks — the administrative interface should not be accessible from internet-facing VPN client interfaces.
- Treat any confirmed compromise of a VPN gateway as a full network compromise — conduct a thorough investigation of all network segments accessible through the VPN.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2023-28461 |
| Vendor / Product | Array Networks — AG/vxAG ArrayOS |
| NVD Published | 2023-03-15 |
| NVD Last Modified | 2025-11-03 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-287 find similar ↗ |
| CISA KEV Added | 2024-11-25 |
| CISA KEV Deadline | 2024-12-16 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2023-03-15 | CVE-2023-28461 published — Array Networks AG/vxAG missing authentication for SSL VPN file read and RCE |
| 2024-11-25 | CISA adds to Known Exploited Vulnerabilities catalog — active nation-state exploitation confirmed, 20 months after disclosure |
| 2024-12-16 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Array Networks Security Advisory — Remote Code Execution Vulnerability in AG/vxAG | Vendor Advisory |
| NVD — CVE-2023-28461 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |