nuclei-templates/cves/2018/CVE-2018-8719.yaml

40 lines
1.2 KiB
YAML
Raw Normal View History

2021-08-27 18:40:18 +00:00
id: CVE-2018-8719
info:
name: WordPress WP Security Audit Log 3.1.1 - Information Disclosure
2021-08-27 18:40:18 +00:00
author: LogicalHunter
severity: medium
2023-02-02 21:51:33 +00:00
description: |
WordPress WP Security Audit Log 3.1.1 plugin is susceptible to information disclosure. Access to wp-content/uploads/wp-security-audit-log/* files is not restricted. An attacker can obtain sensitive information, modify data, and/or execute unauthorized operations.
reference:
2021-08-27 18:40:18 +00:00
- https://www.exploit-db.com/exploits/44371
- https://vuldb.com/?id.115817
- https://www.exploit-db.com/exploits/44371/
- https://nvd.nist.gov/vuln/detail/CVE-2018-8719
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2018-8719
cwe-id: CWE-532
tags: cve2018,exposure,edb,wordpress,wp-plugin,cve
2021-08-27 18:40:18 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/uploads/wp-security-audit-log/failed-logins/"
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-08-31 06:37:28 +00:00
2021-08-27 18:40:18 +00:00
- type: word
words:
2021-08-31 06:37:28 +00:00
- "[TXT]"
2021-08-27 18:40:18 +00:00
- ".log"
2021-08-31 06:37:28 +00:00
- "Index of"
condition: and
# Enhanced by md on 2023/01/30