espeasy-installer: ESPEasy Installation Exposure

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

漏洞描述

ESPEasy is susceptible to the Installation page exposure due to misconfiguration.

PoC代码[已公开]

id: espeasy-installer

info:
  name: ESPEasy Installation Exposure
  author: ritikchaddha
  severity: medium
  description: ESPEasy is susceptible to the Installation page exposure due to misconfiguration.
  metadata:
    verified: true
    max-request: 1
  tags: misconfig,espeasy,install,exposure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/ESPEasy"

    host-redirects: true
    max-redirects: 2

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Install ESPEasy"

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

相关漏洞推荐