postgresql-cluster-config: PostgreSQL Cluster - Configuration

日期: 2025-12-02 | 影响软件: postgresql-cluster-config | POC: 已公开

漏洞描述

PostgreSQL Cluster Configuration Page was detected and appeared to be accessible without authentication.

PoC代码[已公开]

id: postgresql-cluster-config

info:
  name: PostgreSQL Cluster - Configuration
  author: DhiyaneshDk
  severity: high
  description: |
    PostgreSQL Cluster Configuration Page was detected and appeared to be accessible without authentication.
  classification:
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"postmaster_start_time"
  tags: postgresql,misconfig,unauth,vuln

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

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "postgresql","loop_wait")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a0047304502200f12d9d304bd4fff4c5b6f4bc071384af1064317f072ed7b3ef6356e13fdab42022100871c78556fa96cf323501f47123c514adac1d4a87e56cece5f670ba6e952b105:922c64590222798bb761d5b6d8e72950

相关漏洞推荐