Description
The iDirect iQ200 does not validate CSRF tokens on state-changing API endpoints after authentication. The /api/reboot endpoint accepts POST requests authenticated solely by a session cookie that lacks the SameSite attribute. A remote attacker can host a malicious web page that, when visited by an authenticated administrator, automatically submits a cross-site POST request causing an immediate device reboot and satellite link loss. Repeated attacks can sustain a denial-of-service condition.
Published: 2026-07-10
Score: 7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The iDirect iQ200 performs no CSRF validation on its /api/reboot endpoint and accepts POST requests that are authenticated only by a session cookie lacking a SameSite attribute. A remote attacker can host a malicious web page that, when an authenticated administrator visits, will automatically submit the request. The firmware dutifully processes the request, rebooting the device and causing a satellite link loss. A single request can bring the device down, and repeated attacks can sustain a denial-of-service condition.

Affected Systems

The flaw affects ST Engineering iDirect 3315-Series, 9-Series Terminals, and Evolution iQ-Series terminals running firmware older than 4.5.2.2. ST Engineering has supplied a patch that updates the affected firmware to version 4.5.2.2 or newer and provides the update through its iDirect Support Portal.

Risk and Exploitability

The CVSS score of 7 indicates high severity, while the EPSS score of < 1% indicates a very low likelihood that the vulnerability will be exploited in the wild. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires the attacker to have the victim’s authenticated administrator session. Because the session cookie lacks a SameSite attribute and CSRF validation is missing, the victim’s browser will silently submit the request when the attacker’s malicious page loads, allowing a single POST to trigger a reboot and, with repetition, a prolonged outage. The likely attack vector is a social-engineering or phishing scenario delivered via a web page that the victim visits while logged into the device’s web interface.

Generated by OpenCVE AI on July 29, 2026 at 10:49 UTC.

Remediation

Vendor Solution

ST Engineering iDirect has fixed the vulnerabilities and recommend users update the software to version 4.5.2.2 or newer. Registered users are able to download patches from the iDirect Support Portal https://support.idirect.net/s/login


Vendor Workaround

* Restrict management interfaces to trusted networks (e.g., VPN, ACLs). * Avoid exposing administrative APIs to the public internet. * Enforce strong authentication practices. * Monitor for anomalous API activity and unexpected device reboots.


OpenCVE Recommended Actions

  • Apply the vendor patch to upgrade to firmware version 4.5.2.2 or newer.
  • Restrict access to management interfaces to trusted networks such as VPN or ACLs.
  • Avoid exposing administrative APIs to the public internet by enforcing network segmentation or firewall rules.
  • Enforce strong authentication practices and, where possible, configure the session cookie with the SameSite attribute to mitigate CSRF risks.
  • Monitor for anomalous API activity and unexpected reboots, and configure alerts for repeated reboot attempts.

Generated by OpenCVE AI on July 29, 2026 at 10:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared St Engineering Idirect
St Engineering Idirect 3315-series
St Engineering Idirect 9-series Terminals
St Engineering Idirect evolution Iq‑series Terminals
Vendors & Products St Engineering Idirect
St Engineering Idirect 3315-series
St Engineering Idirect 9-series Terminals
St Engineering Idirect evolution Iq‑series Terminals

Fri, 10 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Description The iDirect iQ200 does not validate CSRF tokens on state-changing API endpoints after authentication. The /api/reboot endpoint accepts POST requests authenticated solely by a session cookie that lacks the SameSite attribute. A remote attacker can host a malicious web page that, when visited by an authenticated administrator, automatically submits a cross-site POST request causing an immediate device reboot and satellite link loss. Repeated attacks can sustain a denial-of-service condition.
Title ST Engineering iDirect iQ-Series Terminals Cross-Site request forgery
Weaknesses CWE-352
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

St Engineering Idirect 3315-series 9-series Terminals Evolution Iq‑series Terminals
cve-icon MITRE

Status: PUBLISHED

Assigner: icscert

Published:

Updated: 2026-07-10T17:00:34.681Z

Reserved: 2026-04-06T08:25:37.731Z

Link: CVE-2026-38057

cve-icon Vulnrichment

Updated: 2026-07-10T16:22:09.078Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:00:13Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)