37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
id: CVE-2018-7251
|
|
|
|
info:
|
|
name: Anchor CMS 0.12.3 - Error Log Exposure
|
|
author: pdteam
|
|
severity: critical
|
|
description: |
|
|
Anchor CMS 0.12.3 is susceptible to an error log exposure vulnerability due to an issue in config/error.php. The error log is exposed at an errors.log URI, and contains MySQL credentials if a MySQL error (such as "Too many connections") has occurred.
|
|
reference:
|
|
- https://github.com/anchorcms/anchor-cms/issues/1247
|
|
- https://web.archive.org/web/20180316162048/https://www.andmp.com/2018/02/advisory-assigned-CVE-2018-7251-in-anchorcms.html
|
|
- https://twitter.com/finnwea/status/965279233030393856
|
|
- http://packetstormsecurity.com/files/154723/Anchor-CMS-0.12.3a-Information-Disclosure.html
|
|
- https://github.com/anchorcms/anchor-cms/releases/tag/0.12.7
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-7251
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2018-7251
|
|
cwe-id: CWE-200
|
|
tags: cve,cve2018,anchorcms,logs,error,packetstorm
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/anchor/errors.log'
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"date":'
|
|
- '"message":'
|
|
- '"trace":['
|
|
condition: and
|
|
|
|
|
|
# Enhanced by mp on 2022/04/22
|