nginx-vhost-traffic-status: Nginx Vhost Traffic Status

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

漏洞描述

Nginx Vhost Traffic status is exposed.

PoC代码[已公开]

id: nginx-vhost-traffic-status

info:
  name: Nginx Vhost Traffic Status
  author: geeknik
  severity: low
  description: Nginx Vhost Traffic status is exposed.
  reference:
    - https://github.com/vozlt/nginx-module-vts
  metadata:
    max-request: 1
  tags: status,nginx,misconfig,vuln

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

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "Nginx Vhost Traffic Status"
          - "Host"
          - "Zone"
        condition: and

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

相关漏洞推荐