Skip to content

Symfony Profiler - Detect

ID: symfony-profiler

Severity: high

Author: pdteam

Tags: config,exposure,symfony

Symfony profiler was detected.

id: symfony-profiler
info:
name: Symfony Profiler - Detect
author: pdteam
severity: high
description: Symfony profiler was detected.
reference: https://symfony.com/doc/current/profiler.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
cpe: cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: http.html:"symfony Profiler"
product: symfony
vendor: sensiolabs
tags: config,exposure,symfony
http:
- method: GET
path:
- "{{BaseURL}}/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/app_dev.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/index.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/index_dev.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/dev.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/debug.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/_debug/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/web/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/public/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/frontend_dev.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/backend_dev.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/api_dev.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/app.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/app_test.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/test.php/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/symfony/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/debug/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/dev/_profiler/empty/search/results?limit=10"
- "{{BaseURL}}/profiler/empty/search/results?limit=10"
stop-at-first-match: true
matchers:
- type: word
part: body
words:
- "Symfony Profiler"
- "<title>Profiler</title>"
- "Symfony-Debug-Toolbar"
# digest: 4a0a00473045022100c84fe2dfb3855e7922300be0bbb21875300f9b57a84347cdedce991af3d2efae022064cd47337cb24b6dfc218b769f2b34b214de8329f035a0a575c8f7fdf01edca9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/symfony-profiler.yaml"

View on Github