Create avada-fusion-forms-uploads-exposure.yaml
parent
e688a29bd5
commit
72dfb81bb8
|
@ -0,0 +1,36 @@
|
|||
id: avada-fusion-forms-uploads-exposure
|
||||
|
||||
info:
|
||||
name: Avada < 7.11.7 - Unauthenticated Sensitive Information Exposure via Form Uploads Directory Listing
|
||||
author: t3l3machus
|
||||
severity: medium
|
||||
description: The Avada theme for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 7.11.6 via the '/wp-content/uploads/fusion-forms/' directory. This makes it possible for unauthenticated attackers to extract sensitive data uploaded via an Avada created form with a file upload mechanism.
|
||||
reference:
|
||||
- https://vulners.com/wpvulndb/WPVDB-ID:507E1D07-4953-4A31-81E8-80F01F971E2A
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-2340
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
||||
cvss-score: 5.3
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
tags: wp-plugin,wp,wordpress,unauthenticated,wpscan
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/uploads/fusion-forms/"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
# words:
|
||||
# - "<title>Index of /wp-content/uploads/fusion-forms</title>"
|
||||
regex:
|
||||
- '<title>Index of [\s\S]*title>'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue