2021-12-05 06:32:46 +00:00
|
|
|
id: unauthenticated-varnish-cache-purge
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-04-11 15:20:42 +00:00
|
|
|
info:
|
|
|
|
name: Varnish Unauthenticated Cache Purge
|
|
|
|
author: 0xelkomy
|
|
|
|
severity: low
|
2021-04-11 15:43:24 +00:00
|
|
|
description: As per guideline one should protect purges with ACLs from unauthorized hosts.
|
2021-08-19 13:17:27 +00:00
|
|
|
reference:
|
|
|
|
- https://book.varnish-software.com/4.0/chapters/Cache_Invalidation.html
|
|
|
|
- https://hackerone.com/reports/154278
|
2021-04-11 15:20:42 +00:00
|
|
|
tags: varnish,misconfig,cache
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: PURGE
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>200 Purged</title>'
|
|
|
|
- '"status": "ok"'
|
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2021-12-05 06:32:46 +00:00
|
|
|
- 200
|