syncthing-dashboard: Syncthing Dashboard Exposure

日期: 2025-08-01 | 影响软件: syncthingdashboard | POC: 已公开

漏洞描述

Syncthing Dashboard is exposed.

PoC代码[已公开]

id: syncthing-dashboard

info:
  name: Syncthing Dashboard Exposure
  author: fabaff
  severity: medium
  description: Syncthing Dashboard is exposed.
  reference:
    - https://syncthing.net/
  classification:
    cpe: cpe:2.3:a:syncthing:syncthing:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: syncthing
    product: syncthing
    shodan-query: http.html:'ng-app="syncthing"'
  tags: misconfig,syncthing,exposure,discovery

http:
  - method: GET
    path:
      - '{{BaseURL}}'

    host-redirects: true
    max-redirects: 2

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'The Syncthing Authors.'
          - 'Actions'
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a0047304502206bc85759457ca6268788ecd16843107bbf07b35bfc0a583b81eac12d0fce4ee1022100abb80c4b19ab5dadec6a8b199a9abf7813b997f4810b401acf7fdcb6994b6f58:922c64590222798bb761d5b6d8e72950

相关漏洞推荐