HIGH 7.5

CVE-2026-38059: iDirect iQ200 Unauthenticated API Exposes Satellite Terminal Credentials

The iDirect iQ200 satellite terminal contains an authentication bypass vulnerability in its REST API endpoints. Unauthenticated attackers who can reach the device's network can access sensitive system information—serial numbers, device identifiers, cryptographic key identifiers, MAC addresses, and firmware versions—without providing any credentials. This information could be leveraged to impersonate legitimate terminals on the satellite network or conduct detailed reconnaissance of affected infrastructure.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-306
Affected products
0 configuration(s)
Published / Modified
2026-07-10 / 2026-07-10

NVD description (verbatim)

The iDirect iQ200 exposes the /api/identity and /api/ REST API endpoints without authentication. An unauthenticated attacker with network access can retrieve sensitive device information including the serial number, Device ID (DID), Terminal Private Key identifier (TPK), MAC address, and exact firmware version. The DID and TPK are used for satellite network authentication in the iDirect platform, potentially enabling terminal impersonation and network reconnaissance.

3 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-38059 affects the iDirect iQ200 by exposing the /api/identity and /api/ REST API endpoints without authentication controls (CWE-306: Missing Authentication for Critical Function). An attacker with network-layer access to the device can issue HTTP requests to these endpoints and receive responses containing: device serial number, Device ID (DID), Terminal Private Key identifier (TPK), MAC address, and exact firmware version. The DID and TPK are authentication credentials used within the iDirect satellite network architecture, making their disclosure a stepping stone toward terminal impersonation or lateral movement within the satellite operator's infrastructure.

Business impact

Compromise of DID and TPK identifiers enables terminal impersonation, potentially allowing an attacker to conduct unauthorized satellite communications, access network services, or inject malicious data into the satellite operator's uplink/downlink channels. The reconnaissance data (firmware version, serial number) facilitates targeted attacks and supply chain intelligence. For satellite operators, this creates both immediate integrity risks (unauthorized terminal behavior) and medium-term availability risks if attackers pivot further into the network management infrastructure.

Affected systems

iDirect iQ200 terminals are affected. iDirect equipment is commonly deployed in enterprise satellite communications, remote site connectivity, maritime vessel communications, and critical infrastructure where traditional terrestrial networks are unavailable or serve as backup. Organizations using iQ200 terminals for WAN acceleration, disaster recovery, or primary connectivity in remote locations should prioritize inventory and assessment.

Exploitability

The vulnerability has a CVSS 3.1 score of 7.5 (HIGH). Exploitation requires only network access to the device—no user interaction, no authentication, and minimal complexity. An attacker on the same network segment or with routable IP access to the terminal can immediately retrieve sensitive identifiers. No exploit code or zero-day sophistication is required; standard HTTP clients suffice. The primary constraint is network proximity; terminals behind restrictive firewalls or air-gapped from untrusted networks face lower immediate risk.

Remediation

Mitigation prioritizes immediate network segmentation: restrict access to iQ200 management and API endpoints to authorized administrative networks using firewall rules or network ACLs. Reduce the attack surface by disabling unnecessary API endpoints if iDirect provides that configuration option. Monitor for and apply vendor security patches or firmware updates as iDirect releases them—verify patch availability directly through the vendor's official advisory channels. For sensitive deployments, consider implementing additional API gateway authentication or VPN-based access controls to the terminal.

Patch guidance

Check iDirect's official security advisory and product update portal for patched firmware versions addressing CVE-2026-38059. Verify the exact firmware version of affected iQ200 terminals using device management interfaces, then cross-reference against the vendor's patch compatibility matrix. Deploy patches in a staged manner, testing in a non-production environment first, as firmware updates on satellite terminals may require downtime coordination with the service provider. Confirm post-update that the /api/identity and /api/ endpoints are no longer accessible without authentication.

Detection guidance

Monitor network traffic for unauthenticated HTTP requests to /api/identity and /api/ endpoints on iQ200 device IP addresses. Log and alert on successful responses from these endpoints originating from unexpected source IPs. Check device access logs and any centralized syslog aggregation for authentication-bypass attempts or unusual API queries. Scan your network for iQ200 devices (often identifiable by manufacturer signatures and satellite modem port behaviors) and verify that API endpoints require proper authentication headers. SIEM rules correlating access to /api/ without subsequent authentication success are valuable for early detection.

Why prioritize this

HIGH severity (CVSS 7.5) with zero authentication barriers and access to cryptographic identifiers used for satellite terminal authentication justifies immediate attention. The vulnerability requires no user interaction and can be exploited with simple network access; organizations with internet-facing or insufficiently segmented iQ200 terminals face near-term compromise risk. Satellite network credentials are difficult to rotate at scale, making early remediation critical to prevent persistent unauthorized access.

Risk score, explained

CVSS 3.1 score of 7.5 reflects high confidentiality impact (credentials and identifiers disclosed), zero integrity or availability impact in the immediate attack, and a network attack vector with low complexity and no privilege requirements. The score does not diminish the practical risk; disclosure of DID and TPK enables secondary attacks (terminal impersonation, network injection) that could elevate impact to availability and integrity. Organizations should treat this as a precursor to more damaging compromise.

Frequently asked questions

Can this vulnerability be exploited from the internet, or only from local networks?

Exploitation requires network-layer connectivity to the iQ200 device. If the terminal is behind a firewall that restricts inbound traffic to management IPs only, or if the API ports are not routable from untrusted networks, the attack surface is reduced. However, if the device is internet-facing or reachable from less-trusted network segments (including adjacent corporate networks), it is exploitable remotely. Verify your network topology and firewall rules.

What exactly can an attacker do with the DID and TPK?

The DID (Device ID) and TPK (Terminal Private Key identifier) are cryptographic identifiers used by the iDirect platform to authenticate terminals to the satellite network. An attacker possessing these can impersonate the legitimate terminal for uplink/downlink communications, potentially accessing network services, sending unauthorized commands, or inserting data into the satellite operator's network. Full exploitation depends on the satellite operator's network architecture and additional authentication layers, but the identifiers are a critical first step.

Do I need to physically visit each iQ200 terminal to patch it?

Patching typically involves downloading updated firmware from iDirect and applying it through the device's management interface—either via local console, web management portal, or remote provisioning if your satellite operator supports it. Check with iDirect and your service provider for the patching procedure specific to your deployment. Some satellite operators may offer centralized firmware distribution; others require manual intervention at each site.

If I can't patch immediately, what should I do?

Implement network segmentation to restrict access to the iQ200's IP address and API ports. Use firewall rules to allow API traffic only from authorized management IPs. If possible, disable or block the /api/identity and /api/ endpoints at the gateway level. Monitor access logs and implement alerts for suspicious API queries. These controls buy time while you plan and execute patching across your fleet.

This analysis is based on publicly available vulnerability data and vendor descriptions as of the publication date. SEC.co does not verify patch availability or the technical accuracy of vendor advisories. Organizations should verify all patch versions, compatibility, and deployment procedures against official iDirect security advisories and their own system configurations. Exploitation feasibility varies based on network topology, firewall rules, and satellite operator infrastructure; conduct a thorough risk assessment within your environment. This analysis does not constitute security advice specific to your organization and should be reviewed by qualified security personnel before operational decisions are made. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).