diff --git a/http/vulnerabilities/wordpress/avada-fusion-forms-uploads-exposure.yaml b/http/vulnerabilities/wordpress/avada-fusion-forms-uploads-exposure.yaml new file mode 100644 index 0000000000..a3c6c25886 --- /dev/null +++ b/http/vulnerabilities/wordpress/avada-fusion-forms-uploads-exposure.yaml @@ -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: + # - "Index of /wp-content/uploads/fusion-forms" + regex: + - 'Index of [\s\S]*title>' + condition: and + + - type: status + status: + - 200