node-exporter-metrics: Detect Node Exporter Metrics

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

漏洞描述

Information Disclosure of Garbage Collection

PoC代码[已公开]

id: node-exporter-metrics

info:
  name: Detect Node Exporter Metrics
  author: pussycat0x
  severity: low
  description: Information Disclosure of Garbage Collection
  metadata:
    max-request: 1
  tags: node,exposure,debug,misconfig,vuln

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

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "node_cooling_device"
          - "node_network"
        condition: and

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

相关漏洞推荐