unauth-etherpad: Unauthenticated Etherpad

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

漏洞描述

Finds Etherpad instances that allow adding new notes without authentication.

PoC代码[已公开]

id: unauth-etherpad

info:
  name: Unauthenticated Etherpad
  author: philippedelteil
  severity: low
  description: |
    Finds Etherpad instances that allow adding new notes without authentication.
  classification:
    cpe: cpe:2.3:a:etherpad:etherpad:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: etherpad
    product: etherpad
    shodan-query: http.html:"index.createOpenPad"
  tags: etherpad,misconfig,unauth,vuln

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

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "index.createOpenPad"
          - "index.newPad"
        condition: and

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

相关漏洞推荐