2022-09-03 19:19:55 +00:00
id : CVE-2022-2551
info :
2023-04-07 16:16:58 +00:00
name : WordPress Duplicator <1.4.7 - Authentication Bypass
2022-09-26 17:19:56 +00:00
author : LRTK-CODER
2022-09-03 19:19:55 +00:00
severity : high
description : |
2023-04-07 16:16:58 +00:00
WordPress Duplicator plugin before 1.4.7 is susceptible to authentication bypass. The plugin discloses the URL of the backup to unauthenticated visitors accessing the main installer endpoint. If the installer script has been run once by an administrator, this allows download of the full site backup without proper authentication.
2022-09-03 19:19:55 +00:00
reference :
2022-09-26 17:19:56 +00:00
- https://wpscan.com/vulnerability/f27d753e-861a-4d8d-9b9a-6c99a8a7ebe0
- https://wordpress.org/plugins/duplicator/
2022-09-03 19:19:55 +00:00
- https://github.com/SecuriTrust/CVEsLab/tree/main/CVE-2022-2551
2023-04-07 16:16:58 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-2551
remediation : Fixed in version 1.4.7.1.
2022-09-03 19:19:55 +00:00
classification :
2022-09-28 08:29:07 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
2022-09-03 19:19:55 +00:00
cve-id : CVE-2022-2551
2022-09-28 08:29:07 +00:00
cwe-id : CWE-425
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:snapcreek:duplicator:*:*:*:*:*:*:*:*
epss-score : 0.91072
2022-09-26 17:25:43 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-09-28 08:05:18 +00:00
google-query : inurl:/backups-dup-lite/dup-installer/
2023-06-04 08:13:42 +00:00
verified : true
2022-09-28 08:29:07 +00:00
tags : cve2022,wordpress,wp,wp-plugin,duplicator,wpscan,cve
2022-09-26 17:24:38 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-09-03 19:19:55 +00:00
- method : GET
path :
2022-09-26 17:19:56 +00:00
- "{{BaseURL}}/wp-content/backups-dup-lite/dup-installer/main.installer.php?is_daws=1"
- "{{BaseURL}}/wp-content/dup-installer/main.installer.php?is_daws=1"
2022-09-26 17:27:53 +00:00
2022-09-03 19:19:55 +00:00
matchers-condition : and
matchers :
- condition : and
type : word
part : body
words :
- "<a href='../installer.php'>restart this install process</a>"
2022-09-26 17:19:56 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2023-04-07 16:16:58 +00:00
2023-04-10 20:34:58 +00:00
# Enhanced by cs on 2023/04/10