nuclei-templates/http/misconfiguration/symfony-fragment.yaml

33 lines
1.1 KiB
YAML

id: symfony-fragment
info:
name: Symfony _fragment - Detect
author: Palanichamy_perumal,TechbrunchFR
severity: unknown
description: |
Symfony servers support a "/_fragment" command that allows clients to provide custom PHP commands and return the HTML output.
reference: |
- https://portswigger.net/daily-swig/symfony-based-websites-open-to-rce-attack-research-finds
- https://medium.com/@m4cddr/how-i-got-rce-in-10-websites-26dd87441f22
- https://al1z4deh.medium.com/how-i-hacked-28-sites-at-once-rce-5458211048d5
- https://github.com/ambionics/symfony-exploits
metadata:
verified: true
max-request: 1
shodan-query: http.html:"symfony Profiler"
tags: config,exposure,symfony,misconfig
http:
- method: GET
path:
- '{{BaseURL}}/_fragment'
matchers-condition: and
matchers:
- type: dsl
dsl:
- "status_code == 403"
- "contains(body, 'Symfony') || contains(body, '403 Forbidden')"
- "(\"8b2f83102bc96e5068d36df80301a64d\" == md5(body)) || (\"4df206fbc337c398c3b669172934c8cb\" == md5(body))"
condition: and