nuclei-templates/misconfiguration/cloudflare-image-ssrf.yaml

23 lines
787 B
YAML
Raw Normal View History

2021-05-09 15:06:52 +00:00
id: cloudflare-external-image-resize
2021-05-09 14:56:24 +00:00
info:
2021-05-09 15:06:52 +00:00
name: Cloudflare External Image Resizing Misconfiguration
2021-05-09 14:56:24 +00:00
author: vavkamil
severity: info
description: Cloudflare Image Resizing defaults to restricting resizing to the same domain. This prevents third parties from resizing any image at any origin. However, you can enable this option if you check Resize images from any origin.
reference: https://support.cloudflare.com/hc/en-us/articles/360028146432-Understanding-Cloudflare-Image-Resizing#12345684
2021-10-18 20:40:26 +00:00
tags: cloudflare,misconfig,oast
2021-05-09 14:56:24 +00:00
requests:
- raw:
- |
GET /cdn-cgi/image/width/https://{{interactsh-url}} HTTP/1.1
Host: {{Hostname}}
Accept: */*
matchers:
- type: word
part: interactsh_protocol
words:
- "http"