diff --git a/vulnerabilities/wordpress/wpdm-cache-session.yaml b/vulnerabilities/wordpress/wpdm-cache-session.yaml new file mode 100644 index 0000000000..100727ae28 --- /dev/null +++ b/vulnerabilities/wordpress/wpdm-cache-session.yaml @@ -0,0 +1,24 @@ +id: wpdm-cache-session + +info: + name: Wpdm-Cache Session + author: dhiyaneshDk + severity: medium + reference: https://www.exploit-db.com/ghdb/7004 + tags: wordpress + +requests: + - method: GET + path: + - '{{BaseURL}}/wp-content/uploads/wpdm-cache/' + matchers-condition: and + matchers: + - type: word + words: + - "Index of /" + - ".txt" + condition: and + part: body + - type: status + status: + - 200