nuclei-templates/cves/2020/CVE-2020-35489.yaml

36 lines
958 B
YAML
Raw Normal View History

2021-03-21 19:52:38 +00:00
id: CVE-2020-35489
info:
2021-03-21 19:51:07 +00:00
name: WordPress Contact Form 7 Plugin - Unrestricted File Upload
author: soyelmago
severity: critical
2021-03-24 19:58:03 +00:00
description: The contact-form-7 (aka Contact Form 7) plugin before 5.3.2 for WordPress allows Unrestricted File Upload and remote code execution because a filename may contain special characters.
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-35489
tags: cve,cve2020,wordpress,wp-plugin
2021-03-21 19:52:38 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/contact-form-7/readme.txt"
2021-03-21 19:52:38 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-03-24 19:58:03 +00:00
- type: word
words:
- "Contact Form 7"
part: body
2021-03-24 19:58:03 +00:00
- type: regex
regex:
- '^== Changelog =="'
part: body
- type: regex
regex:
- '^= (5\.3\.[2-9]+|5\.[4-9]+\.|[6-9]\.[0-9]+\.[0-9]+|1[0-9]+\.) ='
negative: true
2021-03-24 19:58:03 +00:00
part: body