Added CVE-2018-8719.yaml Template
parent
d174cab04c
commit
40371e83cc
|
@ -0,0 +1,31 @@
|
||||||
|
id: CVE-2018-8719
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: WordPress Plugin WP Security Audit Log 3.1.1 - Information Disclosure
|
||||||
|
author: LogicalHunter
|
||||||
|
severity: medium
|
||||||
|
description: Access to wp-content/uploads/wp-security-audit-log/* files is not restricted. For example, these files are indexed by Google and allows for attackers to possibly find sensitive information
|
||||||
|
reference:
|
||||||
|
- https://www.exploit-db.com/exploits/44371
|
||||||
|
- https://vuldb.com/?id.115817
|
||||||
|
- https://www.cvedetails.com/cve/CVE-2018-8719/
|
||||||
|
tags: wordpress,cve2018,exposure
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/wp-content/uploads/wp-security-audit-log/failed-logins/"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "TXT"
|
||||||
|
- ".log"
|
||||||
|
condition: or
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'Index of'
|
Loading…
Reference in New Issue