vtigercrm-exposed-directory: Vtiger CRM - Exposed Directory

日期: 2025-11-21 | 影响软件: Vtiger CRM | POC: 已公开

漏洞描述

Detected a Vtiger CRM directory listing exposure that could have revealed sensitive files and internal application structure.

PoC代码[已公开]

id: vtigercrm-exposed-directory
info:
  name: Vtiger CRM - Exposed Directory
  author: icarot
  severity: low
  description: |
    Detected a Vtiger CRM directory listing exposure that could have revealed sensitive files and internal application structure.
  reference:
    - https://github.com/vtiger-crm/vtigercrm
    - https://code.vtiger.com/vtiger/vtigercrm
  metadata:
    verified: true
    max-request: 3
    shodan-query: html:"Powered by vtiger CRM"
  tags: vtiger,exposure,vtiger-crm,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "<title>vTiger")'
          - 'status_code == 200'
        condition: and
        internal: true

  - raw:
      - |
        GET {{exposed_path}} HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

    attack: pitchfork
    payloads:
      exposed_path:
        - /logs/
        - /data/
        - /storage/

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "<title>Index of")'
          - 'status_code == 200'
        condition: and
# digest: 4b0a00483046022100e511253a17a39b536ab9c013a7c5d709042b61bfb338bedc26785c75279b895a022100912efe4f2aa5709ea90e4abb398e8f790c2c662410f79efb91196fa169115e5a:922c64590222798bb761d5b6d8e72950

相关漏洞推荐