springboot-dump: Detect Springboot Dump Actuator

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

漏洞描述

Performs a thread dump

PoC代码[已公开]

id: springboot-dump

info:
  name: Detect Springboot Dump Actuator
  author: pussycat0x
  severity: low
  description: Performs a thread dump
  metadata:
    max-request: 2
  tags: springboot,exposure,misconfig,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/dump"
      - "{{BaseURL}}/actuator/dump"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "threadName"
          - "threadId"
          - "waitedTime"
          - "lockName"
          - "stackTrace"
          - "methodName"
        condition: and

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

相关漏洞推荐