2021-01-09 14:45:11 +00:00
id : CVE-2018-7251
info :
2022-04-25 14:35:07 +00:00
name : Anchor CMS 0.12.3 - Error Log Exposure
2021-04-06 06:46:11 +00:00
author : pdteam
2021-09-10 11:26:40 +00:00
severity : critical
2022-04-25 14:35:07 +00:00
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.
2021-09-10 11:26:40 +00:00
reference :
- https://github.com/anchorcms/anchor-cms/issues/1247
2022-07-01 10:02:07 +00:00
- https://web.archive.org/web/20180316162048/https://www.andmp.com/2018/02/advisory-assigned-CVE-2018-7251-in-anchorcms.html
2021-09-10 11:26:40 +00:00
- 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
2022-04-25 14:35:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-7251
2022-04-22 10:38:41 +00:00
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
2022-08-27 04:41:18 +00:00
tags : cve,cve2018,anchorcms,logs,error,packetstorm
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-01-09 14:45:11 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-01-09 14:45:11 +00:00
- method : GET
path :
- '{{BaseURL}}/anchor/errors.log'
matchers :
- type : word
words :
- '"date":'
- '"message":'
- '"trace":['
condition : and
2022-04-25 14:35:07 +00:00
# Enhanced by mp on 2022/04/22