cacti-log-exposure: Cacti Log - Exposure

日期: 2026-01-16 | 影响软件: cacti-log-exposure | POC: 已公开

漏洞描述

Exposed Cacti log files (cacti.log) were detected. These files contain system statistics, error messages, and potentially sensitive information. They can also be used in log poisoning attacks.

PoC代码[已公开]

id: cacti-log-exposure

info:
  name: Cacti Log - Exposure
  author: theamanrawat
  severity: medium
  description: |
    Exposed Cacti log files (cacti.log) were detected. These files contain system statistics, error messages, and potentially sensitive information. They can also be used in log poisoning attacks.
  reference:
    - https://docs.cacti.net/Cacti-Log.md
  metadata:
    max-request: 4
    vendor: cacti
    product: cacti
    shodan-query:
      - http.title:"login to cacti"
      - http.title:"cacti"
      - http.favicon.hash:"-1797138069"
    fofa-query:
      - icon_hash="-1797138069"
      - title="cacti"
      - title="login to cacti"
    google-query:
      - intitle:"cacti"
      - intitle:"login to cacti"
  tags: cacti,log,exposure,file

http:
  - method: GET
    path:
      - "{{BaseURL}}/cacti/log/cacti.log"
      - "{{BaseURL}}/log/cacti.log"
      - "{{BaseURL}}/cacti.log"
      - "{{BaseURL}}/include/cacti.log"

    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - '(?i)SYSTEM STATS: Time:'
          - '(?i)POLLER: Poller\['
          - '(?i)Cacti\[[0-9]+\]'
          - '(?i)CMDPHP:'

      - type: word
        part: body
        words:
          - "SYSTEM STATS"
          - "Method:"
          - "Processes:"
          - "Threads:"
          - "Hosts:"
        condition: and

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

相关漏洞推荐