Update and rename avada-fusion-forms-uploads-exposure.yaml to CVE-2024-2340.yaml
parent
72dfb81bb8
commit
d2a1972399
|
@ -1,20 +1,27 @@
|
||||||
id: avada-fusion-forms-uploads-exposure
|
id: CVE-2024-2340
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Avada < 7.11.7 - Unauthenticated Sensitive Information Exposure via Form Uploads Directory Listing
|
name: Avada < 7.11.7 - Unauthenticated Sensitive Information Exposure via Form Uploads Directory Listing
|
||||||
author: t3l3machus
|
author: t3l3machus
|
||||||
severity: medium
|
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.
|
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.
|
||||||
|
remediation: Fixed in 7.11.7
|
||||||
reference:
|
reference:
|
||||||
- https://vulners.com/wpvulndb/WPVDB-ID:507E1D07-4953-4A31-81E8-80F01F971E2A
|
- https://vulners.com/wpvulndb/WPVDB-ID:507E1D07-4953-4A31-81E8-80F01F971E2A
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-2340
|
- https://nvd.nist.gov/vuln/detail/CVE-2024-2340
|
||||||
|
- https://avada.com/documentation/avada-changelog/
|
||||||
|
- https://www.wordfence.com/threat-intel/vulnerabilities/id/8db8bbc3-43ca-4ef5-a44d-2987c8597961?source=cve
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
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
|
cvss-score: 5.3
|
||||||
|
cve-id: CVE-2024-2340
|
||||||
|
epss-score: 0.00043
|
||||||
|
epss-percentile: 0.08267
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
max-request: 1
|
max-request: 1
|
||||||
tags: wp-plugin,wp,wordpress,unauthenticated,wpscan
|
tags: cve,cve2024,wp-plugin,wp,wordpress,unauthenticated,wpscan
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -25,8 +32,6 @@ http:
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
part: body
|
part: body
|
||||||
# words:
|
|
||||||
# - "<title>Index of /wp-content/uploads/fusion-forms</title>"
|
|
||||||
regex:
|
regex:
|
||||||
- '<title>Index of [\s\S]*title>'
|
- '<title>Index of [\s\S]*title>'
|
||||||
condition: and
|
condition: and
|
Loading…
Reference in New Issue