2021-04-02 13:49:50 +00:00
|
|
|
id: cache-poisoning
|
2021-04-02 13:14:09 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Cache Poisoning
|
|
|
|
author: melbadry9 & xelkomy
|
|
|
|
severity: low
|
|
|
|
reference: https://blog.melbadry9.xyz/fuzzing/nuclei-cache-poisoning
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET /?mel=9 HTTP/1.1
|
2021-04-02 13:49:50 +00:00
|
|
|
X-Forwarded-Prefix: cache.example.com
|
|
|
|
X-Forwarded-Host: cache.example.com
|
|
|
|
X-Forwarded-For: cache.example.com
|
2021-04-02 13:14:09 +00:00
|
|
|
|
|
|
|
- |
|
|
|
|
GET /?mel=9 HTTP/1.1
|
|
|
|
|
|
|
|
req-condition: true
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2021-04-02 13:49:50 +00:00
|
|
|
- 'contains(body_2, "cache.example.com")'
|