PatchSiren cyber security CVE debrief
CVE-2026-88062 diegosouzapw CVE debrief
CVE-2026-88062 debrief based on the supplied source corpus. The CVE record was published on 2026-09-10T20:17:31.693Z and has not been modified since then. The vulnerability allows for arbitrary code execution in the OmniRoute server container under certain conditions, particularly when requireLogin is set to false or during a fresh-instance bootstrap window. Defenders should assess exposure and potential impact, focusing on verifying instance configuration and version. The CVE details indicate that the OmniRoute POST /api/acp/agents endpoint accepted attacker-controlled binary and versionCommand values, leading to potential code execution.
- Vendor
- diegosouzapw
- Product
- OmniRoute
- CVSS
- CRITICAL 9.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-10
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-10
- Advisory updated
- 2026-09-11
Who should care
Defenders responsible for OmniRoute instances, especially those with anonymous access enabled or during fresh-instance bootstrap windows, should assess exposure and potential impact.
Why it matters
CVE-2026-88062 allows for arbitrary code execution in the OmniRoute server container under certain conditions, requiring defenders to verify exposure and assess potential impact.
- Potential arbitrary code execution in the server container
- Possible exposure of sensitive data
- Potential disruption of AI gateway services
- Verification of instance configuration and version
Technical summary
The OmniRoute POST /api/acp/agents custom ACP agent endpoint accepted attacker-controlled binary and versionCommand values and used only a self-consistency check before execFileSync executed the selected interpreter and arguments. The same request called refreshAgentCache, and resolveVersionProbe accepted the matched command before the execFileSync sink ran it. The tokenizeVersionCommand function and DISALLOWED_VERSION_COMMAND_CHARS filter rejected a limited set of shell metacharacters but still allowed interpreter evaluation arguments. The isAuthenticated function relied on isAuthRequired, which accepted anonymous requests when requireLogin was false, while api/acp/ was absent from LOCAL_ONLY_API_PREFIXES and
Defensive priority
Defenders should prioritize verifying exposure and assessing potential impact, especially in environments with anonymous access enabled or during fresh-instance bootstrap windows.
Recommended defensive actions
- Verify exposure by checking if the OmniRoute instance is running version 3.8.49 or earlier and if requireLogin is set to false or during a fresh-instance bootstrap window.
- Assess potential impact by evaluating the privileges of the server container and potential access to sensitive data.
- Implement compensating controls, such as restricting access to the management interface and enforcing strong authentication.
- Monitor for suspicious activity and implement exception tracking to detect potential exploitation attempts.
- Review instance configuration and version to identify potential vulnerabilities.
- Track exceptions and retest remediated assets to ensure thorough verification.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability in OmniRoute, an open-source AI gateway. The vulnerability allows for arbitrary code execution in the server container under certain conditions.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-88062 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-88062
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-88062 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-88062
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/diegosouzapw/OmniRoute/commit/60829241fd64d0317aa6a0dd8cd7a445a5287fed
-
Source reference
Unverified legacy reference
URL: https://github.com/diegosouzapw/OmniRoute/pull/11028
-
Source reference
Unverified legacy reference
URL: https://github.com/diegosouzapw/OmniRoute/security/advisories/GHSA-hf57-cqmx-p4gr
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.