34 lines
918 B
YAML
34 lines
918 B
YAML
id: unauthenticated-varnish-cache-purge
|
|
|
|
info:
|
|
name: Varnish Unauthenticated Cache Purge
|
|
author: 0xelkomy
|
|
severity: low
|
|
description: As per guideline one should protect purges with ACLs from unauthorized hosts.
|
|
reference:
|
|
- https://book.varnish-software.com/4.0/chapters/Cache_Invalidation.html
|
|
- https://hackerone.com/reports/154278
|
|
metadata:
|
|
max-request: 1
|
|
tags: misconfig,cache,hackerone,varnish
|
|
|
|
http:
|
|
- method: PURGE
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>200 Purged</title>'
|
|
- '"status": "ok"'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100c82e5e80f99112a5a144b3439b8288cbdf96c88a35918d7b9682268ff403aa4b0220501fb43dcde78cccb154e5c6b8f71bff62a0b289a6d41acc9e2a7ed30ff3c8ca:922c64590222798bb761d5b6d8e72950
|