41 lines
979 B
YAML
41 lines
979 B
YAML
id: springboot-gateway
|
|
|
|
info:
|
|
name: Detect Spring Gateway Actuator
|
|
author: wdahlenb
|
|
severity: medium
|
|
description: Sensitive environment variables may not be masked
|
|
reference:
|
|
- https://wya.pl/2021/12/20/bring-your-own-ssrf-the-gateway-actuator/
|
|
metadata:
|
|
max-request: 2
|
|
tags: springboot,exposure,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/gateway/routes"
|
|
- "{{BaseURL}}/actuator/gateway/routes"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "predicate"
|
|
- "route_id"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a0048304602210093dbfd425ec8aa343ac6b30cfe89a0321dd465496921ecacfeb56ac963a259bf022100a33204688c0fcc7dbfc15a96cc53fdb7208d329875b75b3070601cb15812013c:922c64590222798bb761d5b6d8e72950
|