2022-04-11 06:44:02 +00:00
|
|
|
id: CVE-2018-7662
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: CouchCMS Full Path Disclosure
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: medium
|
|
|
|
description: phpmailer.php and mysql2i.func.php disclosure the full path
|
|
|
|
reference: https://github.com/CouchCMS/CouchCMS/issues/46
|
2022-04-11 10:33:57 +00:00
|
|
|
tags: couchcms,fpd,cve,cve2018
|
2022-04-11 06:44:02 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|
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
|