exposed-sqlite-manager: SQLiteManager - Text Display

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

漏洞描述

SQLiteManager panel contains inconsistent text display in title and text.

PoC代码[已公开]

id: exposed-sqlite-manager

info:
  name: SQLiteManager - Text Display
  author: dhiyaneshDK
  severity: medium
  description: SQLiteManager panel contains inconsistent text display in title and text.
  reference:
    - https://www.exploit-db.com/ghdb/5003
  metadata:
    max-request: 3
  tags: misconfig,sqlite,edb,sqli,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}'
      - '{{BaseURL}}/sqlite/'
      - '{{BaseURL}}/sqlitemanager/'

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '<title>SQLiteManager</title>'

      - type: status
        status:
          - 200
# digest: 490a0046304402205f8fdbd943c8e28ee5f53f8d8920227d714d0edf9d5d9966e2c70372b70e29df02205da944428fee2c479a22e7c0930608b2999bfdf80d181a814088b20d206ae94f:922c64590222798bb761d5b6d8e72950

相关漏洞推荐