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

42 lines
1.2 KiB
YAML

id: CVE-2018-7662
info:
name: CouchCMS <= 2.0 - Path Disclosure
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.
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
tags: couchcms,fpd,cve,cve2018
requests:
- method: GET
path:
- "{{BaseURL}}/includes/mysql2i/mysql2i.func.php"
- "{{BaseURL}}/addons/phpmailer/phpmailer.php"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: word
part: body
words:
- "mysql2i.func.php on line 10"
- "Fatal error: Cannot redeclare mysql_affected_rows() in"
condition: and
- type: word
part: body
words:
- "phpmailer.php on line 10"
- "Fatal error: Call to a menber function add_event_listener() on a non-object in"
condition: and
# Enhanced by mp on 2022/04/21