52 lines
1.6 KiB
YAML
52 lines
1.6 KiB
YAML
id: CVE-2018-20608
|
|
|
|
info:
|
|
name: Imcat 4.4 - Phpinfo Configuration
|
|
author: ritikchaddha
|
|
severity: high
|
|
description: Imcat 4.4 allows remote attackers to read phpinfo output via the root/tools/adbug/binfo.php?phpinfo1 URI.
|
|
impact: |
|
|
The vulnerability can lead to the exposure of sensitive information, such as server configuration details.
|
|
remediation: |
|
|
Update Imcat to the latest version or apply the necessary patches to fix the Phpinfo Configuration vulnerability.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-20608
|
|
- https://github.com/SexyBeast233/SecBooks
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2018-20608
|
|
cwe-id: CWE-200
|
|
epss-score: 0.03654
|
|
epss-percentile: 0.90821
|
|
cpe: cpe:2.3:a:txjia:imcat:4.4:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: txjia
|
|
product: imcat
|
|
tags: cve2018,cve,imcat,phpinfo,config,txjia
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/imcat/root/tools/adbug/binfo.php?phpinfo1"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "PHP Extension"
|
|
- "PHP Version"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '>PHP Version <\/td><td class="v">([0-9.]+)'
|
|
part: body
|
|
# digest: 4a0a004730450220683439363d94ad017a7213de5c229dfc9b75a5aed68e69d4a8c8fb6de28792f8022100a1b16b49c3ab1097259e7ae5bf7f210b86eb5639c7d08674d98db320559c3e1e:922c64590222798bb761d5b6d8e72950 |