nuclei-templates/http/cves/2018/CVE-2018-7662.yaml

50 lines
1.4 KiB
YAML
Raw Normal View History

2022-04-11 06:44:02 +00:00
id: CVE-2018-7662
info:
name: CouchCMS <= 2.0 - Path Disclosure
2022-04-11 06:44:02 +00:00
author: ritikchaddha
severity: medium
description: CouchCMS <= 2.0 allows remote attackers to discover the full path via a direct request to includes/mysql2i/mysql2i.func.php or addons/phpmailer/phpmailer.php.
2023-09-06 12:57:14 +00:00
remediation: |
Upgrade to the latest version of CouchCMS (2.1 or higher) to mitigate this vulnerability.
reference:
- https://github.com/CouchCMS/CouchCMS/issues/46
- https://nvd.nist.gov/vuln/detail/CVE-2018-7662
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-7662
cwe-id: CWE-200
2023-07-11 19:49:27 +00:00
epss-score: 0.00286
2023-08-31 11:46:18 +00:00
epss-percentile: 0.64709
2023-09-06 12:57:14 +00:00
cpe: cpe:2.3:a:couchcms:couch:*:*:*:*:*:*:*:*
metadata:
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: couchcms
product: couch
tags: couchcms,fpd,cve,cve2018
2022-04-11 06:44:02 +00:00
http:
2022-04-11 06:44:02 +00:00
- method: GET
path:
- "{{BaseURL}}/includes/mysql2i/mysql2i.func.php"
- "{{BaseURL}}/addons/phpmailer/phpmailer.php"
2022-04-11 19:52:14 +00:00
stop-at-first-match: true
2023-07-11 19:49:27 +00:00
2022-04-11 10:33:57 +00:00
matchers-condition: or
2022-04-11 06:44:02 +00:00
matchers:
- type: word
2022-04-11 10:33:57 +00:00
part: body
2022-04-11 06:44:02 +00:00
words:
- "mysql2i.func.php on line 10"
- "Fatal error: Cannot redeclare mysql_affected_rows() in"
2022-04-11 10:33:57 +00:00
condition: and
- type: word
part: body
words:
2022-04-11 06:44:02 +00:00
- "phpmailer.php on line 10"
- "Fatal error: Call to a menber function add_event_listener() on a non-object in"
2022-04-11 10:33:57 +00:00
condition: and