2021-03-21 19:52:38 +00:00
id : CVE-2020-35489
2021-03-21 17:51:13 +00:00
info :
2022-04-29 19:58:07 +00:00
name : WordPress Contact Form 7 - Unrestricted File Upload
2021-03-21 17:51:13 +00:00
author : soyelmago
severity : critical
2022-04-29 19:58:07 +00:00
description : WordPress Contact Form 7 before 5.3.2 allows unrestricted file upload and remote code execution because a filename may contain special characters.
2022-04-22 10:38:41 +00:00
reference :
- https://nvd.nist.gov/vuln/detail/CVE-2020-35489
2022-09-30 20:01:58 +00:00
- https://web.archive.org/web/20210125141546/https://www.getastra.com/blog/911/plugin-exploit/contact-form-7-unrestricted-file-upload-vulnerability/
2022-05-17 09:18:12 +00:00
- https://wordpress.org/plugins/contact-form-7/#developers
- https://www.jinsonvarghese.com/unrestricted-file-upload-in-contact-form-7/
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
2022-05-17 09:18:12 +00:00
cvss-score : 10
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-35489
cwe-id : CWE-434
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:rocklobster:contact_form_7:*:*:*:*:*:*:*:*
epss-score : 0.90859
2022-10-19 21:11:27 +00:00
tags : cve,cve2020,wordpress,wp-plugin,rce,fileupload,intrusive
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-03-21 19:52:38 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-03-21 17:51:13 +00:00
- method : GET
path :
- "{{BaseURL}}/wp-content/plugins/contact-form-7/readme.txt"
2021-03-21 19:52:38 +00:00
2022-03-21 12:18:01 +00:00
extractors :
- type : regex
name : version
internal : true
group : 1
regex :
- "(?m)Stable tag: ([0-9.]+)"
- type : regex
group : 1
regex :
- "(?m)Stable tag: ([0-9.]+)"
2021-03-21 17:51:13 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
2021-03-24 19:58:03 +00:00
2021-03-21 17:51:13 +00:00
- type : word
part : body
2022-01-31 19:58:32 +00:00
words :
2022-03-21 12:18:01 +00:00
- "Contact Form 7"
2022-01-31 19:58:32 +00:00
- '== Changelog =='
2022-03-21 12:18:01 +00:00
condition : and
2021-08-01 05:52:30 +00:00
2022-03-21 12:18:01 +00:00
- type : dsl
dsl :
2022-04-11 10:48:13 +00:00
- compare_versions(version, '< 5.3.2')
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/28