osticket-install: osTicket Installer Panel - Detect

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

漏洞描述

osTicket installer panel was detected.

PoC代码[已公开]

id: osticket-install

info:
  name: osTicket Installer Panel - Detect
  author: ritikchaddha
  severity: critical
  description: osTicket installer panel was detected.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
    cvss-score: 9.4
    cwe-id: CWE-284
    cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: osticket
    product: osticket
    shodan-query:
      - http.title:"osTicket Installer"
      - http.title:"osticket"
      - http.html:"powered by osticket"
      - http.title:"osticket installer"
    fofa-query:
      - body="powered by osticket"
      - title="osticket"
      - title="osticket installer"
    google-query:
      - intitle:"osticket"
      - intitle:"osticket installer"
  tags: panel,osticket,install,discovery

http:
  - method: GET
    path:
      - "{{BaseURL}}/upload/setup/install.php"
      - "{{BaseURL}}/setup/install.php"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<title>osTicket Installer'

      - type: word
        part: body
        words:
          - 'already installed'
        negative: true

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

相关漏洞推荐