apache-pinot-config: Apache Pinot - Exposure

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

漏洞描述

Detects if path Appconfigs of Apache Pinot web application is exposed, getting internal information about the configuration made.

PoC代码[已公开]

id: apache-pinot-config

info:
  name: Apache Pinot - Exposure
  author: icarot
  severity: medium
  description: |
    Detects if path Appconfigs of Apache Pinot web application is exposed, getting internal information about the configuration made.
  classification:
    cpe: cpe:2.3:a:apache:pinot:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    verified: true
    vendor: apache
    product: pinot
    shodan-query: title:"Apache Pinot"
  tags: config,exposure,pinot,apache,vuln

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

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"systemConfig"'
          - '"pinotConfig"'
          - '"jvmConfig"'
        condition: and

      - type: word
        part: header
        words:
          - 'application/json'

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

相关漏洞推荐