trace-axd-detect: ASP.NET Trace.AXD Information Leak

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

漏洞描述

ASP.NET Trace.AXD Information was exposed.

PoC代码[已公开]

id: trace-axd-detect

info:
  name: ASP.NET Trace.AXD Information Leak
  author: dhiyaneshDK
  severity: low
  description: ASP.NET Trace.AXD Information was exposed.
  reference:
    - https://www.rapid7.com/db/vulnerabilities/spider-asp-dot-net-trace-axd/
  metadata:
    max-request: 1
  tags: logs,asp,exposure,discovery

http:
  - method: GET
    path:
      - "{{BaseURL}}/Trace.axd"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '<td><h1>Application Trace</h1></td>'

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

相关漏洞推荐